Replies: 1 comment
-
@tsangz189 hello there! 👋 To obtain training results such as mAP, loss, etc., directly from the Python train API, you can access the results stored in the Here's a brief outline of the steps you would follow:
Remember, the DataFrame will have columns for each metric, so you can select the specific ones you're interested in for plotting. Happy charting! 📊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to have the training results (mAP, loss, etc.) directly from Python train API
Since I want to draw the chart using matplotlib (not through Tensorboard)
How do I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions