PUMA

Results 1 issues of PUMA

I'm trying to train using `deim_rtdetrv2_r18vd_coco_120e.pth` model. Dataset is COCO2017. I used this command to train ```bash python train.py -c configs/deim_rtdetrv2/deim_r18vd_120e_coco.yml -r checkpoints/deim_rtdetrv2_r18vd_coco_120e.pth -d cuda:0 ``` But I met this...