Sense-X / Co-DETR

[ICCV 2023] DETRs with Collaborative Hybrid Assignments Training
MIT License
950 stars 100 forks source link

Configuration for LVIS on R50 #143

Open blisgard opened 2 months ago

blisgard commented 2 months ago

Hi,

I'm trying to produce results for LVIS on the R50 setting. However, when I use co_dino_5scale_r50_1x_lvis.py as the config file, I encounter an error. It seems there is no load_pipeline defined as augmentation (only train_pipeline and test_pipeline are available). I noticed that in co_dino_5scale_lsj_r50_1x_lvis.py, all pipelines are defined, but they are not the same as the train_pipeline in co_dino_5scale_r50_1x_lvis. Can you please let me know which pipeline you are suggesting or using for running the co_dino_5scale_r50_1x_lvis setting?

Thanks!

TempleX98 commented 2 months ago

Sorry, the LVIS config only supports inference now.