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
I tried to build the OBBDetection for CPU only environment (macOS).
I commented the line 255 in "setup.py" ("ext_modules" argument), which makes lots of cuda related extensions. The build was successful.
Is there anything else I need to do to build the OBBDetection for CPU only environment?
I run the command after, but got the error "ImportError: cannot import name 'corner_pool_ext' from partially initialized module 'mmdet.ops.corner_pool' (most likely due to a circular import) (/Users/zilun/Desktop/FirstProject/OBBDetection/mmdet/ops/corner_pool/init.py)".
Any suggestion?
Hi,
I tried to build the OBBDetection for CPU only environment (macOS).
I commented the line 255 in "setup.py" ("ext_modules" argument), which makes lots of cuda related extensions. The build was successful.
Is there anything else I need to do to build the OBBDetection for CPU only environment?
I run the command after, but got the error "ImportError: cannot import name 'corner_pool_ext' from partially initialized module 'mmdet.ops.corner_pool' (most likely due to a circular import) (/Users/zilun/Desktop/FirstProject/OBBDetection/mmdet/ops/corner_pool/init.py)".
Any suggestion?
python demo/huge_image_demo.py ../../../../Desktop/test.png configs/obb/oriented_rcnn/faster_rcnn_orpn_r50_fpn_1x_dota10.py ckpt/faster_rcnn_orpn_r50_fpn_1x_dota10_epoch12.pth BboxToolkit/tools/split_configs/dota1_0/ss_test.json
Thanks
The text was updated successfully, but these errors were encountered: