Views
No views yet
1python inference.py -h
2usage: inference.py [-h] [--save_dir SAVE_DIR] [--verbose {0,1,2}] [--model MODEL] input_dir
3Run model inference on images.
4positional arguments:
5 input_dir Directory containing images for inference.
6options:
7 -h, --help show this help message and exit
8 --save_dir SAVE_DIR Directory to save inference results.
9 --verbose {0,1,2} Verbosity level: 0 for silent, 1 for general output, 2 for detailed output.
10 --model MODEL Path to the YOLO model weights.