baldassarreFe / ws-vrd

17 stars 1 forks source link

AttributeError: 'DefaultPredictor' object has no attribute 'transform_gen' #3

Closed username123062 closed 3 years ago

username123062 commented 3 years ago

Thanks for sharing your code. I have run your code and faced one problem when runing

python -m xib.preprocessing.hico_det \ --skip-existing \ --confidence-threshold=.3 \ --nms-threshold=.7 \ --hico-dir="./data" \ --output-dir="data/hico_20160224_det/processed"

That is "AttributeError: 'DefaultPredictor' object has no attribute 'transform_gen'", so can you help me solve it? Thanks a lot.