mirror of https://github.com/open-mmlab/mmyolo.git
[Fix] fix path of analyze_logs.py in log_analysis.md (#831)
parent
85958c82e2
commit
9aff22bb75
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Curve plotting
|
||||
|
||||
`tools/analysis_tools/analyze_logs.py` plots loss/mAP curves given a training log file. Run `pip install seaborn` first to install the dependency.
|
||||
`tools/analysis_tools/analyze_logs.py` in MMDetection plots loss/mAP curves given a training log file. Run `pip install seaborn` first to install the dependency.
|
||||
|
||||
```shell
|
||||
mim run mmdet analyze_logs plot_curve \
|
||||
|
|
Loading…
Reference in New Issue