-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Improve/simplify object detection task guide #29964
Comments
Hi @NielsRogge , do you still need help on this? |
@rootonchair yes, the first 3 points still need to be addressed. We would need to simplify the evaluation of the model during training |
Sure, let me work on this |
Also related: #28893 |
|
Closing as this is now fixed by #30683 |
Feature request
The object detection task guide has a bunch for issues so it'd be great to solve them.
Motivation
Several people have reported the following issues regarding the object detection task guide:
compute_metrics
: https://discuss.huggingface.co/t/possible-fix-for-trainer-evaluation-with-object-detection/72307Moreover, when inspecting the notebook, I saw:
revision="no_timm"
. Moreover, Accelerate is a dependency but is not included in the guidepost_process
method needs to be updated topost_process_object_detection
, passing a threshold of 0 for computing metricsYour contribution
I could work on this but would be great if someone else could take this up
The text was updated successfully, but these errors were encountered: