CenterNet
CenterNet copied to clipboard
What not use batch size larger than 1 while validating and testing?
Hi, Xingyi I notice that you set batch size to 1 while validating and testing, why not use larger batch size to make it fast? Any harm? Thx!
I find that while runing test.py, if the batch_size is 15 and I add --debug 1, only 1/15 of the pictures will be send to imwrite to save. If someone want to use batch_size larger than 1 while using --debug 1 pay attention to it.
I find that while runing test.py, if the batch_size is 15 and I add --debug 1, only 1/15 of the pictures will be send to imwrite to save. If someone want to use batch_size larger than 1 while using --debug 1 pay attention to it.
I meet the same question can you help?