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
Even with a trained custom model of version yolov5-v6.1 I am not able to resolve the error. Could you please provide details of your python env and other requirements? Thanks
The text was updated successfully, but these errors were encountered:
I was able to solve the issue by altering the ".....site-packages\deep_utils\utils\box_util_init_.py" file and uncommenting the "from .boxes import Box, Point" line
Thanks to @MadanMl , I can solve the same problem. Colab users can navigate to the parent directory of '/content' and find the files mentioned via '/usr/local/lib/python3.9/dist-packages/..'
Thanks to @MadanMl and @SurimJang ,If you encounter such an error in the virtual environment, locate the file in the virtual environment. Mine is:
/lib/python3.9/site-packages/deep_utils/utils/box_utils/init.py
uncommenting the "from .boxes import Box, Point" line
Even with a trained custom model of version yolov5-v6.1 I am not able to resolve the error. Could you please provide details of your python env and other requirements? Thanks
The text was updated successfully, but these errors were encountered: