tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.27k stars 629 forks source link

Testing with test dataset while training #384

Open bimsarapathiraja opened 1 year ago

bimsarapathiraja commented 1 year ago

AFAIK, in the code, testing can be done only after completing all the training iterations. But is it possible to test with the test dataset while training? (Ex: 500 test iterations while 5000 training iterations). Any tips on how to modify the code to accommodate that?

image