image-segmentation-keras icon indicating copy to clipboard operation
image-segmentation-keras copied to clipboard

Run pre-trained from Command Line?

Open arianaa30 opened this issue 2 years ago • 0 comments
trafficstars

Can I run predictions on command line? So basically, what should I enter as checkpoint?

python -m keras_segmentation predict \
 --checkpoints_path="path_to_checkpoints" \
 --input_path="dataset1/images_prepped_test/" \
 --output_path="path_to_predictions"

arianaa30 avatar Jul 23 '23 05:07 arianaa30