tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 486 forks source link

How to get the result of the validation set during the train set #325

Open dongzhenguo2016 opened 4 years ago

dongzhenguo2016 commented 4 years ago

I have a question! How to calculate the classification accuracy and positioning accuracy of the current model on the validation set for every epoch in the training process, just like YOLOv3 ? Thanks a lot

tiberium24 commented 4 years ago

I also face the same issue. At least I want to plot the validation loss somehow.

liuhangfan commented 4 years ago

same issue