boxmot icon indicating copy to clipboard operation
boxmot copied to clipboard

How to log validation results with tensorboard

Open buyi6666 opened this issue 3 years ago • 3 comments

Search before asking

  • [X] I have searched the Yolov5_StrongSORT_OSNet issues and found no similar bug report.

Question

Hi, Does it have some ways that can display the process of runing val.py?

1234

buyi6666 avatar Jan 15 '23 01:01 buyi6666

By display process you mean display progress?

mikel-brostrom avatar Jan 15 '23 07:01 mikel-brostrom

Sorry, I don't understand the difference between the two words.

I want to show the running process through diagrams, such as tensorboard. I used tensorboard in the process of target detection training with yolov5.

I wonder if val.py can use tensorboard or other tools or instructions to show the process?

buyi6666 avatar Jan 15 '23 08:01 buyi6666

This is not available yet

mikel-brostrom avatar Jan 15 '23 21:01 mikel-brostrom

This is now available in master @buyi6666. The following metrics are logged at the end of the process: HOTA, MOTA, IDF1

mikel-brostrom avatar Feb 10 '23 20:02 mikel-brostrom