-
Notifications
You must be signed in to change notification settings - Fork 443
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
Merge load / resize / cache to optimize data loading efficiency for detection & instance segmentation #2453
Merge load / resize / cache to optimize data loading efficiency for detection & instance segmentation #2453
Conversation
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
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.
LGTM. I have a minor question. Please take a look.
src/otx/algorithms/detection/configs/detection/mobilenetv2_ssd/data_pipeline.py
Show resolved
Hide resolved
src/otx/algorithms/detection/configs/detection/cspdarknet_yolox/data_pipeline.py
Show resolved
Hide resolved
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.
Is there any reason that this changes does not affect to all data pipeline.py for example detr_data_pipeline.py
src/otx/algorithms/detection/adapters/mmdet/datasets/pipelines/load_pipelines.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
Summary
[Changes]
[Results (sampled)]
How to test
[Example CMD]
Checklist
License
Feel free to contact the maintainers if that's a concern.