Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 417 Bytes

foodai_gui_v2

Create virtual environment with requirements.txt. You may need to install PyQt5.

Download (gdrive) and place own_trt.engine into project directory

Run with GUI:

python3 foodai_gui.py ./own_trt.engine 416 416

Run with raw TensorRT:

python3 demo_trt.py ./own_trt.engine ./data/dog.jpg 416 416