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" ```