DRN-WSOD-pytorch icon indicating copy to clipboard operation
DRN-WSOD-pytorch copied to clipboard

proposal_convert.py

Open colorfully-ybf opened this issue 1 year ago • 1 comments

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??

colorfully-ybf avatar Aug 16 '22 03:08 colorfully-ybf

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'])

shenyunhang avatar Oct 23 '22 04:10 shenyunhang