yuantn / MI-AOD

Code for Multiple Instance Active Learning for Object Detection, CVPR 2021

Home Page:https://openaccess.thecvf.com/content/CVPR2021/papers/Yuan_Multiple_Instance_Active_Learning_for_Object_Detection_CVPR_2021_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to solve error of version.

Arjunvankani opened this issue · comments

I am trying to install dependencies from https://github.com/yuantn/MI-AOD/blob/master/docs/installation.md.
But problem is there, mmcv==1.0.5 is older so many error occurs, and compatible of mmdet version didn't finout.
Request to you, please help me to find out solution for this.
Please guide me how to setup and run code. With appreciate mmdet , mmcv , mmcv-full code.

Please refer to here if you meet any problem on installation. It is the original base repository.

image

2023-02-22 14:15:41,624 - mmdet - INFO - Set random seed to 666, deterministic: False
Traceback (most recent call last):
File "tools/train.py", line 257, in
main()
File "tools/train.py", line 105, in main
X_L, X_U, X_all, all_anns = get_X_L_0(cfg)
NameError: name 'get_X_L_0' is not defined

Please ensure that you have finished the Step 5 in the Environment Installation Section.