-
Notifications
You must be signed in to change notification settings - Fork 54
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
WIP Multi-scale training + Mask handling on detr + Deformable Detr #25
base: main
Are you sure you want to change the base?
Conversation
Here are the scores of DETR r50 with the eval script and scaling
-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+ 39.47 != 42 from the paper. I guess this is because the used script do not handle crowd gt |
Deformable infernece on webcam Detr inference on webcam Detr finetuning with fixed size images: Detr finetuning with multi-scale training (as the paper)
|
Next steps:
|
Hi @thibo73800 , thanks a lot for updating WIP version of Deformable DETR! Recently I was finetuning my own object detection dataset based on your DETR code and the result is great (saving models and loading models work great without issues too). I have two questions:
|
|
@thibo73800 Thank you! Yes, I would be very happy to contribute to a Tensorflow version of TrackFormer. Please consider giving me access to it at your convenience. |
@thibo73800 Does the committed version allow training of deformable DETR? |
@thibo73800 thanks for your efforts ! is there any reason why the current version hasn't been merged? |
@thibo73800 If you're not actively working on this, I'd like to contribute to the implementation of Deformable DETR, but would be able to do so only on weekends, so my progress may not be fast, if at all that matters. |
Could you kindly provide some insight, @thibo73800 , as to why the recent version has not yet been merged? Any specific reasons? Thank you for your efforts! |
This pull request will include
Detr with masked attention (Done, to test / evaluate)
Multi-scale training (Done, to test / evaluate)
Deformable DETR evaluation
Deformable DETR finetuning (might be with multi scale training but without masked deformable attention)