Is it possible just loading random part of training dataset by "build_detection_train_loader"?? #5259
Unanswered
yellowjs0304
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new with detectron2, Please help me with this problem.
I have COCO format "train.json" about 70000 images.
Is it possible to load just a part of train set, like (500 random load or 1000 random load)...
I think this is not same with mapper's sampler.
( I understand the sampler works like "randomly select N images in every step or iteration" so in the end the model uses whole dataset. Is this right? )
I just want to use randomly selected 500 images from total train dataset in training.
Am I should modify the "train.json" file?
Beta Was this translation helpful? Give feedback.
All reactions