Files
uniface/scripts
yakhyo 666438909d improve logging system with verbose flag
- silent by default (only warnings/errors)
- add --verbose flag to all scripts
- add enable_logging() function for library users
- cleaner output for end users
2025-11-08 01:15:25 +09:00
..
2025-11-07 23:58:47 +09:00

download_model.py

Download all models

python scripts/download_model.py

Download just RESNET18

python scripts/download_model.py --model RESNET18

run_inference.py

python scripts/run_inference.py --image assets/test.jpg --model MNET_V2 --iterations 10