Commit dea7f9ea authored by keineahnung2345's avatar keineahnung2345 Committed by Francisco Massa

fix typo in demo readme (#191)

parent f0b737f0
...@@ -10,7 +10,7 @@ python webcam.py --min-image-size 800 ...@@ -10,7 +10,7 @@ python webcam.py --min-image-size 800
# can also run it on the CPU # can also run it on the CPU
python webcam.py --min-image-size 300 MODEL.DEVICE cpu python webcam.py --min-image-size 300 MODEL.DEVICE cpu
# or change the model that you want to use # or change the model that you want to use
python webcam.py --config-file ../configs/caffe2/e2e_mask_rcnn_R_101_FPN_1x_caffe2.py --min-image-size 300 MODEL.DEVICE cpu python webcam.py --config-file ../configs/caffe2/e2e_mask_rcnn_R_101_FPN_1x_caffe2.yaml --min-image-size 300 MODEL.DEVICE cpu
# in order to see the probability heatmaps, pass --show-mask-heatmaps # in order to see the probability heatmaps, pass --show-mask-heatmaps
python webcam.py --min-image-size 300 --show-mask-heatmaps MODEL.DEVICE cpu python webcam.py --min-image-size 300 --show-mask-heatmaps MODEL.DEVICE cpu
``` ```
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