Open YAOSL98 opened 2 years ago
It's not surprising. If you train the original Deformable DETR with only batch_size = 2, the performance will drop compared to their paper.
Q1:ImportError: cannot import name '_NewEmptyTensorOp' from 'torchvision.ops.misc' Q2:PermissionError: [Errno 13] Permission denied: './basetrain.sh' For the above two questions, can the owner answer and solve them?
您好,我按照您给出的log对MSCOCO数据集进行了重新的base training,但是只用了一张Nvidia V100 GPU。重新训练后的base training model相较于您提供的MSCOCO的base training model性能下降很多,尤其是在base class。 Hello, I re-base trained the MSCOCO dataset according to the log you gave, but only used an Nvidia V100 GPU. Compared with the base training model of MSCOCO provided by you, the performance of the base training model after retraining decreases a lot, especially in the base class.
我使用的base training的参数 I used these parameters of base training
重新train后的base training model: base training model after re-train:
主页上提供的base training model: base training model provided on this github: