Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The detection results of yolov8 and Deformable DETR #32

Open
Kroery opened this issue Sep 30, 2024 · 3 comments
Open

The detection results of yolov8 and Deformable DETR #32

Kroery opened this issue Sep 30, 2024 · 3 comments

Comments

@Kroery
Copy link

Kroery commented Sep 30, 2024

Hi, thanks for your excellent work!

Could you provide the detection results from YOLOv8 and Deformable DETR?

@dyhBUPT
Copy link
Owner

dyhBUPT commented Oct 18, 2024

Hi, sorry but the detection results are not prepared well. Maybe it's not too hard to train detectors following the official repo.

@dyhBUPT dyhBUPT closed this as completed Nov 3, 2024
@Kroery
Copy link
Author

Kroery commented Nov 8, 2024

Hi, I understand that the detection results are not available. Would it be possible for you to share the config files for training YOLOv8 and Deformable DETR? That would be really helpful for me to replicate the setup.

@dyhBUPT
Copy link
Owner

dyhBUPT commented Nov 12, 2024

oh, of course.

For YOLOv8, we use the COCO-pretrained YOLOv8-L, and finetune it on Refer-KITTI train set for only 1 epoch. The input size is 1300x400, the batch size is 8, the lr scheduler is cosine. Four classes are trained, i.e., car, pedestrian, other vehicles, other persons.

For DeformableDETR, we directly modify the source code of TransRMOT to make it only perform detection training and inference. It may be the fastest way to realize a strong detector on Refer-KITTI.

Because the codes of both YOLOv8 and TransRMOT are organized well, I think it's not very hard for you to train good detectors. Good luck!

@dyhBUPT dyhBUPT reopened this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants