Zhuofan Zong

Results 111 comments of Zhuofan Zong

(1) No. (2) The current implementation sets `num_classes=80`. You can use `num_classes=1` to perform single-class detection.

可以先试试把目前的mmdet卸载,然后再在co-detr的仓库pip install安装mmdet

没有试过,但是应该可以参考mmdetection里YOLOX的mixup

Sure, you can replace the deformable encoder with your custom implementation. Please make sure you understand the effect of each input and output variable of the [deformable encoder](https://github.com/Sense-X/Co-DETR/blob/d01ef8b657cc3711c59759cf863fe5ab9aa50e76/projects/models/transformer.py#L284) when you...

You can run `pip uninstall mmdet` to see if it works

Can you show me your training config?

Please use `load_from` to load the weights

Please check the `resume_from` argument in your training config. The error is raised since you try to resume the training from a checkpoint without a `meta` key. If you want...

Please show me your training config