Skip to content

Commit

Permalink
[Fix] fix path of analyze_logs.py in log_analysis.md (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiGeChuanShu authored Aug 15, 2023
1 parent 85958c8 commit 9aff22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/useful_tools/log_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9aff22b

Please sign in to comment.