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
This error is coming when i use the following command for inference :
python huge_image_demo.py demo/demo.jpg configs/obb/oriented_rcnn/faster_rcnn_orpn_r50_fpn_1x_dota10.py checkpoints/faster_rcnn_orpn_r50_fpn_1x_dota10_epoch12.pth BboxToolkit/tools/split_configs/dota1_0/ss_test.json
I am using python 3.9 and mmcv version 1.6.2 and getting this error.
How can I resolve this?
The text was updated successfully, but these errors were encountered:
The mmdet that the author uses is the mmdet that he added and modified, not the official mmdet module. So you need to download the author's mmdet source from github and install it. I hope it helps.
This error is coming when i use the following command for inference :
python huge_image_demo.py demo/demo.jpg configs/obb/oriented_rcnn/faster_rcnn_orpn_r50_fpn_1x_dota10.py checkpoints/faster_rcnn_orpn_r50_fpn_1x_dota10_epoch12.pth BboxToolkit/tools/split_configs/dota1_0/ss_test.json
I am using python 3.9 and mmcv version 1.6.2 and getting this error.
How can I resolve this?
The text was updated successfully, but these errors were encountered: