multimodallearning / pytorch-mask-rcnn

Other
2.01k stars 557 forks source link

How to train a model? #60

Closed himpsky closed 5 years ago

himpsky commented 5 years ago

It said that I can run it from the command line, but how to run "python coco.py train --dataset=/path/to/coco/ --model=coco" this code on the command line that has no Graphical User Interface?

himpsky commented 5 years ago

solved