miki998 / Custom_Train_MaskRCNN

Training on custom dataset with (multi/unique class) of a Mask RCNN
14 stars 8 forks source link

how to test it on a new image #1

Open sowmyakavali opened 4 years ago

sowmyakavali commented 4 years ago

if i want to test on new image , what is the method to do it ,can you please explain it ?

miki998 commented 4 years ago

Hi. In order to test a given weight on a new image you can use the python code: detect_segment_test.py. simply run the following on terminal to have more instructions on usage --> python3 detect_segment_test.py -h