Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
Scene-Graph-Benchmark.pytorch copied to clipboard

Is there a way to restrict dataset size

Open ranran9991 opened this issue 5 years ago • 3 comments

❓ Questions and Help

Is there an easy way to restrict the data set size to only about a 100 examples? (just to sanity check my model to make sure it converges)

ranran9991 avatar May 31 '20 08:05 ranran9991

maybe you can change the number of val image (num_val_im) to 100 in "maskrcnn_benchmark/data/datasets/visual_genome.py"

KaihuaTang avatar Jun 03 '20 04:06 KaihuaTang

Doing it this way gives out plenty of erros which we could not get rid of, would love if you could try it yourself

ranran9991 avatar Jun 09 '20 08:06 ranran9991

maybe you can change the number of val image (num_val_im) to 100 in "maskrcnn_benchmark/data/datasets/visual_genome.py"

It didn't work for me as well it give me too plenty of errors is there another way?

zacharie12 avatar Jun 14 '20 09:06 zacharie12