Created
July 23, 2021 12:29
-
-
Save PallawiSinghal/b97f0eee61ba4515a6415bca378c01ec to your computer and use it in GitHub Desktop.
command_to_test_detectron2.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 demo/demo.py \ | |
#--config-file configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml \ | |
#--input input.jpg --output outputs/ \ | |
#--opts MODEL.WEIGHTS detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment