Open zerojuzi opened 5 years ago
Do you want to test the model with 2 GPUs?
yes, I want to test the model with 2 GPUs, and one GPU can test a batch image, finally, 2 GPUs test result integrate a file or list, can you know how to do it? @RogerChern
Do you want to test the model with 2 GPUs?
Or using a big batch size of image data test the model with 2 GPUs, can you know how to do it? @RogerChern
The batched test can not be achieved since during the test we do not pad the image. So each image has its unique shape and the 1 image per GPU test scheme is widely adopted by all the detection frameworks.
Could you please give some details about why batched test is important to you.
Could you please give some details about why batched test is important to you.
I want to statistical and analysis a result of classification through detection result of 8000+ images, but testing with one image is too slow at a time, and Low resource utilization.
How to detect batch image using two GPUs, please help me, thank you very much!!!