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

TA for Object Detection #5

Closed
levan92 opened this issue Nov 24, 2021 · 2 comments
Closed

TA for Object Detection #5

levan92 opened this issue Nov 24, 2021 · 2 comments

Comments

@levan92
Copy link

levan92 commented Nov 24, 2021

Hi, firstly thank you for sharing this finding, it is really interesting to find that after going one big round, the simple solutions might work the best after all.

Saw that you all did point out at the end of the paper that TA does not extend well for Object Detection task. Is it possible to share more details regarding this, and what sort of tuning you all did?

@SamuelGabriel
Copy link
Contributor

Hi, We tried to use it with the detectron2 codebase (https://github.com/facebookresearch/detectron2). We used it for COCO-Detection with a Retina Net. We compared it to RandAugment and tuned the maximum strength in TrivialAugment. Somehow, most of the time either it did not matter or RandAugment was even better than TrivialAugment. This was done relatively quickly, though, so take it with a grain of salt. We also had weird results, s.t. TrivialAugment with any maximum strength was weaker than RandAugment with one application (n=1) and a fixed strength m. Very different from our classification results. Could I help you or do you have any further questions?

@SamuelGabriel
Copy link
Contributor

Oh and we took care of transformations that change bounding boxes. We did experiments leaving these transformations away completely and changing the bounding boxes along the images. Both did not change the results discussed above.

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