I read the questions on the discussion board,use SOCO code to get my custom dataset's filtered_proposals. SOCO code as this:
Prepare data with Selective Search
- Generate Selective Search proposals
python selective_search/generate_imagenet_ss_proposals.py
- Filter out invalid proposals with filter strategy
python selective_search/filter_ss_proposals_json.py
- Post preprocessing for images of no proposals
python selective_search/filter_ss_proposals_json_post_no_prop.py
However, I found that my train_ratio3size0008@0.5.json format are not the same as the coco dataset you provided(Google Drive). How can i get the right format of train_ratio3size0008@0.5.json to use Aligndet training . Could you provide this code? Where did I go wrong? Thank you very much!
I read the questions on the discussion board,use SOCO code to get my custom dataset's filtered_proposals. SOCO code as this:
Prepare data with Selective Search
However, I found that my train_ratio3size0008@0.5.json format are not the same as the coco dataset you provided(Google Drive). How can i get the right format of train_ratio3size0008@0.5.json to use Aligndet training . Could you provide this code? Where did I go wrong? Thank you very much!