You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: