SydCaption / SAAT

MIT License
62 stars 21 forks source link

ROI Feat extraction bug #29

Closed ashryaagr closed 3 years ago

ashryaagr commented 3 years ago

Here 3 values are expected to be unpacked. But only 1 value is returned by the function coco_demo.run_on_opencv_image(img) . Because of this, an error is thrown when I run the roi extraction code in extract_feats_roi.py . Did you use a modified predictor.py file which would return 3 values instead ?

The current predictor.py file I am using is one provided here by facebookresearch.

Or, i guess a possibility is that the extract_feats_roi.py was outdated because this line has an undefined variable (though the issue in this line hardly matters. we can comment it out)

SydCaption commented 3 years ago

Hi, yes, please comment it out and find the maskrcnn_code.zip in google drive.