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
Not exactly a solvable issue, at least on colab where the torch version is fixed. It turns out that in order to run the solov2 model from the code of the original repository we need to compile some dependencies (using their setup.py) that require torch 1.8, as a feature has been removed in torch 1.11 (see this discussion: open-mmlab/mmdetection3d#1332)
tl:dr; the folder THC/THC.h is missing from recent pytorch versions, this breaks the solov2 legacy code, thus we have to find an alternative
As the title suggests, it is required to implement and test the model an the training pipeline SOLOv2 ((paper))
The text was updated successfully, but these errors were encountered: