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
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
Hi,Thank you for your good codes!
When I run Retrieval.py,i have finished a train stage and start to Calculating Results,i meet the question:
File "/root/ccw/Retrieval.py", line 324,in evaluate
copes = np.where(inds == txt2img[index])[0]
ValueError: operands could not be broadcast together with shapes (1014,)(2,)
Would you tell me the reason?