-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
-
'Upsample' object has no attribute 'recompute_scale_factor'
Edit torch==1.10.0 in requirements.txt -
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4,) + inhomogeneous part.
For CPU polygon_detect.py,
In line numbers 813, 815 utils/general.py,
Edit boxes1[i, :].view(4,2) -> boxes1[i, :].view(4,2).numpy()
Edit boxes2[j, :].view(4,2) -> boxes2[j, :].view(4,2).numpy()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels