V3Det / Detectron2-V3Det

Detectron2 Toolbox and Benchmark for V3Det
Apache License 2.0
15 stars 2 forks source link

TypeError: 'DefaultCfg' object does not support item assignment #3

Closed twangnh closed 3 months ago

twangnh commented 3 months ago

Hi @myownskyW7 @V3Det the training on detic open vocabulary detection raise the following error: TypeError: 'DefaultCfg' object does not support item assignment

Could you pls help

yhcao6 commented 3 months ago

Please install timm==0.5.4 and try again

pip install timm==0.5.4 --upgrade

twangnh commented 3 months ago

thanks, it solves the problem