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
ModelZoo
SOLOv2-pytorch
Commits
427c66f1
Commit
427c66f1
authored
May 16, 2019
by
liushuchun
Committed by
Kai Chen
May 16, 2019
Browse files
update docs (#653)
'mask' option has been removed & replaced with 'segm'
parent
c2352d52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GETTING_STARTED.md
GETTING_STARTED.md
+2
-2
No files found.
GETTING_STARTED.md
View file @
427c66f1
...
@@ -46,7 +46,7 @@ python tools/test.py configs/faster_rcnn_r50_fpn_1x.py \
...
@@ -46,7 +46,7 @@ python tools/test.py configs/faster_rcnn_r50_fpn_1x.py \
```
shell
```
shell
python tools/test.py configs/mask_rcnn_r50_fpn_1x.py
\
python tools/test.py configs/mask_rcnn_r50_fpn_1x.py
\
checkpoints/mask_rcnn_r50_fpn_1x_20181010-069fa190.pth
\
checkpoints/mask_rcnn_r50_fpn_1x_20181010-069fa190.pth
\
--out
results.pkl
--eval
bbox
mask
--out
results.pkl
--eval
bbox
segm
```
```
3.
Test Mask R-CNN with 8 GPUs, and evaluate the bbox and mask AP.
3.
Test Mask R-CNN with 8 GPUs, and evaluate the bbox and mask AP.
...
@@ -54,7 +54,7 @@ python tools/test.py configs/mask_rcnn_r50_fpn_1x.py \
...
@@ -54,7 +54,7 @@ python tools/test.py configs/mask_rcnn_r50_fpn_1x.py \
```
shell
```
shell
./tools/dist_test.sh configs/mask_rcnn_r50_fpn_1x.py
\
./tools/dist_test.sh configs/mask_rcnn_r50_fpn_1x.py
\
checkpoints/mask_rcnn_r50_fpn_1x_20181010-069fa190.pth
\
checkpoints/mask_rcnn_r50_fpn_1x_20181010-069fa190.pth
\
8
--out
results.pkl
--eval
bbox
mask
8
--out
results.pkl
--eval
bbox
segm
```
```
### High-level APIs for testing images.
### High-level APIs for testing images.
...
...
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