-
Notifications
You must be signed in to change notification settings - Fork 3k
Add object detection processing tutorial #4710
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
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
lhoestq
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it, thanks ! This section in image_process was about demonstrating how to do data augmentation. Maybe it can be worth separating the "how to do image classif/obj detection" from it, and have on dedicated page per task ? WDYT @stevhliu ?
|
Great idea! Now that we have more than one task, it makes sense to separate image classification and object detection so it'll be easier for users to follow. |
Co-authored-by: Quentin Lhoest <[email protected]>
stevhliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fantastic, thanks for adding this guide (I left mostly small style nits)!
I think this will be a great template for other guides we plan to add to this section. Also, happy to reorganize separately and update the image classification guide to be more like this one :)
Co-authored-by: Steven Liu <[email protected]>
The following adds a quick guide on how to process object detection datasets with
albumentations.