You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 📊 **Real-time Results**: View predictions and benchmark metrics interactively
78
+
- 📈 **Visual Feedback**: See benchmark results in an organized table format
79
+
80
+
#### Option 2: Command Line Interface
67
81
```sh
68
82
python main.py [--mode all]
69
83
```
70
84
71
-
### Arguments
85
+
### Arguments (CLI)
72
86
-`--image_path`: (Optional) Specifies the path to the image you want to predict.
73
87
-`--topk`: (Optional) Specifies the number of top predictions to show. Defaults to 5 if not provided.
74
88
-`--mode`: (Optional) Specifies the model's mode for exporting and running. Choices are: `onnx`, `ov`, `cpu`, `cuda`, `tensorrt`, and `all`. If not provided, it defaults to `all`.
This command will run predictions on the chosen image (`./inference/cat3.jpg`), show the top 3 predictions, and run all available models. Note: plot created only for `--mode=all` and results plotted and saved to `./inference/plot.png`
0 commit comments