AllentDan / LibtorchDetection

C++ trainable detection library based on libtorch (or pytorch c++). Yolov4 tiny provided now.
MIT License
105 stars 39 forks source link

How to add accuracy metric ? #4

Open zirid opened 1 year ago

zirid commented 1 year ago

Hi AllentDan,

Can you please explain how to add the accuracy metric in the training loop ?

Thank you.

AllentDan commented 1 year ago

What do you mean by accuracy? map? Just like python does I guess.