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

[multimodal]Add MultiImageMix Dataset for Object Detection #3094

Merged
merged 23 commits into from
Apr 6, 2023

Conversation

FANGAreNotGnu
Copy link
Contributor

@FANGAreNotGnu FANGAreNotGnu commented Mar 29, 2023

  • Refactor Processors
    • Able to only load data in processor, then perform some transforms that requires access to other rows of data in Dataset class
  • Add a MultiImageMixDataset for YOLOX
    • A bit hardcoding, since currently the input format of object detection is fixed.
    • Enables Mosaic and Mixup transforms for detection problems, about 2% performance increase.
  • Refine layer_id for yolox (enables layerwise_decay and fixes two_stage_lr)
    • There is performance drop if using finer layer id in Pothole dataset, pending larger benchmarking

Previous tests have covered changes in this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@FANGAreNotGnu FANGAreNotGnu changed the title [WIP][multimodal]Add MultiImageMix Dataset for Object Detection [multimodal]Add MultiImageMix Dataset for Object Detection Mar 29, 2023
@github-actions
Copy link

Job PR-3094-4a38096 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-3094/4a38096/index.html

@github-actions
Copy link

github-actions bot commented Apr 4, 2023

Job PR-3094-c740ba0 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-3094/c740ba0/index.html

@github-actions
Copy link

github-actions bot commented Apr 6, 2023

Job PR-3094-c009b36 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-3094/c009b36/index.html

Copy link
Contributor

@zhiqiangdon zhiqiangdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@zhiqiangdon zhiqiangdon merged commit 76aeaa2 into autogluon:master Apr 6, 2023
28 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants