You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
There is a small typo in demo instruction sample command line :
correct launch is done with: python webcam.py --config-file ../configs/caffe2/e2e_mask_rcnn_R_101_FPN_1x_caffe2.yaml --min-image-size 300 MODEL.DEVICE cpu
and not like written in https://github.com/facebookresearch/maskrcnn-benchmark with : python webcam.py --config-file ../configs/caffe2/e2e_mask_rcnn_R_101_FPN_1x_caffe2.py --min-image-size 300 MODEL.DEVICE cpu
Thanks for such amazing performance !
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
There is a small typo in demo instruction sample command line :
correct launch is done with:
python webcam.py --config-file ../configs/caffe2/e2e_mask_rcnn_R_101_FPN_1x_caffe2.yaml --min-image-size 300 MODEL.DEVICE cpu
and not like written in https://github.com/facebookresearch/maskrcnn-benchmark with :
python webcam.py --config-file ../configs/caffe2/e2e_mask_rcnn_R_101_FPN_1x_caffe2.py --min-image-size 300 MODEL.DEVICE cpu
Thanks for such amazing performance !
The text was updated successfully, but these errors were encountered: