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
(lanmm) [ai2010813940@g01 yolov7-tiny-obb]$ python train.py
Traceback (most recent call last):
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/train.py", line 18, in
from utils.callbacks import EvalCallback, LossHistory
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/callbacks.py", line 17, in
from .utils_bbox import DecodeBox
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/utils_bbox.py", line 5, in
from utils.nms_rotated import obb_nms
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/nms_rotated/init.py", line 1, in
from .nms_rotated_wrapper import obb_nms, poly_nms
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/nms_rotated/nms_rotated_wrapper.py", line 4, in
from . import nms_rotated_ext
ImportError: cannot import name 'nms_rotated_ext' from partially initialized module 'utils.nms_rotated' (most likely due to a circular import) (/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/nms_rotated/init.py)
The text was updated successfully, but these errors were encountered:
(lanmm) [ai2010813940@g01 yolov7-tiny-obb]$ python train.py
Traceback (most recent call last):
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/train.py", line 18, in
from utils.callbacks import EvalCallback, LossHistory
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/callbacks.py", line 17, in
from .utils_bbox import DecodeBox
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/utils_bbox.py", line 5, in
from utils.nms_rotated import obb_nms
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/nms_rotated/init.py", line 1, in
from .nms_rotated_wrapper import obb_nms, poly_nms
File "/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/nms_rotated/nms_rotated_wrapper.py", line 4, in
from . import nms_rotated_ext
ImportError: cannot import name 'nms_rotated_ext' from partially initialized module 'utils.nms_rotated' (most likely due to a circular import) (/dssg/home/ai2010813940/lzh/yolov7-tiny-obb/utils/nms_rotated/init.py)
The text was updated successfully, but these errors were encountered: