DRN-WSOD-pytorch
DRN-WSOD-pytorch copied to clipboard
proposal_convert.py
python3 projects/WSL/tools/proposal_convert.py voc_2007_train datasets/proposals/MCG-Pascal-Main_trainvaltest_2007-boxes datasets/proposals/mcg_voc_2007_train_d2.pkl mat_data["boxes"] the mat_data has no attribute of boxes??
I have re-generated the mcg proposals and did not find this problem. You may need to check the proposal file. It should contain the following keys:
dict_keys(['__header__', '__version__', '__globals__', 'boxes', 'scores'])