-
hi, i wander how to use sahi inmmdetection to train large picture (not in colab) |
Beta Was this translation helpful? Give feedback.
Answered by
fcakyon
Dec 4, 2022
Replies: 1 comment 2 replies
-
You can take these mmdet config files as reference for sliced fine-tuning: https://github.com/fcakyon/small-object-detection-benchmark/tree/main/mmdet_configs Or you can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
fcakyon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can take these mmdet config files as reference for sliced fine-tuning: https://github.com/fcakyon/small-object-detection-benchmark/tree/main/mmdet_configs
Or you can use
slice_coco
method to slice your dataset and perform raining on any framework: https://github.com/obss/sahi/blob/main/docs/slicing.md