aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.34k stars 644 forks source link

Keyerror in convert_fcos_weights.py #615

Open imadgohar opened 11 months ago

imadgohar commented 11 months ago

I am trying to convert fcos model to detectron2 using tools/convert_fcos_weights.py but I am getting a key error:

My command is python tools/convert_fcos_weights.py #I changed the model and output file paths in the file. keyerror

I am using windows with anaconda.