Open chyphen7 opened 2 years ago
Forgot to mentioned I encounter the above-mentioned errors when trying to run train.py on Windows 10.
Even, I am getting the same circular import error, while I am trying to import detect (.py) in a separate notebook instance in azure ml. It works perfectly if I use the python detect.py to get the bbs in the environment created by using the steps mentioned in read.me but if i try to import it in a notebook instance I am getting the above mentioned error. ImportError: cannot import name 'nms_rotated_ext' from partially initialized module 'utils.nms_rotated' (most likely due to a circular import) @chyphen7 were you able to resolve this ?
Hi have you resolved this issue? I am meeting the same import error
I am trying to run a demo program to train the original dataset demo, but getting ImportError: cannot import name 'nms_rotated_ext' from partially initialized module 'utils.nms_rotated' (most likely due to a circular import) (G:\DeepLearning\yolov5_obb\utils\nms_rotated__init__.py) Any suggestion how to fix the error? Thanks in advance.
Here are error log: