Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
Is there a way to restrict dataset size
❓ 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)
maybe you can change the number of val image (num_val_im) to 100 in "maskrcnn_benchmark/data/datasets/visual_genome.py"
Doing it this way gives out plenty of erros which we could not get rid of, would love if you could try it yourself
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?