when I test the pyhton script:
File "...\yolact-opencv-dnn-cpp-python-main\main_yolact.py", line 152, in decode
priors[:, 2:] * np.exp(loc[:, 2:] * self.variances[1]),
ValueError: operands could not be broadcast together with shapes (10597,2) (10597,79)
the dimension is not match
When I test the cpp script:
the result as follows:
