Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
e7ef9a96
Commit
e7ef9a96
authored
Jul 08, 2020
by
zhangwenwei
Browse files
Merge branch 'fix-loss-png' into 'master'
Fix loss-png See merge request open-mmlab/mmdet.3d!139
parents
9419a722
0a8e9bc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/getting_started.md
docs/getting_started.md
+1
-1
No files found.
docs/getting_started.md
View file @
e7ef9a96
...
@@ -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.


```
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}]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment