Commit e7ef9a96 authored by zhangwenwei's avatar zhangwenwei
Browse files

Merge branch 'fix-loss-png' into 'master'

Fix loss-png

See merge request open-mmlab/mmdet.3d!139
parents 9419a722 0a8e9bc1
...@@ -342,7 +342,7 @@ We provide lots of useful tools under `tools/` directory. ...@@ -342,7 +342,7 @@ We provide lots of useful tools under `tools/` directory.
You can plot loss/mAP curves given a training log file. Run `pip install seaborn` first to install the dependency. You can plot loss/mAP curves given a training log file. Run `pip install seaborn` first to install the dependency.
![loss curve image](../demo/loss_curve.png) ![loss curve image](../resources/loss_curve.png)
```shell ```shell
python tools/analyze_logs.py plot_curve [--keys ${KEYS}] [--title ${TITLE}] [--legend ${LEGEND}] [--backend ${BACKEND}] [--style ${STYLE}] [--out ${OUT_FILE}] python tools/analyze_logs.py plot_curve [--keys ${KEYS}] [--title ${TITLE}] [--legend ${LEGEND}] [--backend ${BACKEND}] [--style ${STYLE}] [--out ${OUT_FILE}]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment