This project is a modified version of samples from Vitis-AI-Library
Copy and paste the model to "/usr/share/vitis_ai_library/models/"
Execute the following command for compilation:
sh build.sh
After compilation to test video execute:
./test_video_yolov3 MODEL_NAME 0
For jpeg
./test_jpeg_yolov3 MODEL_NAME path/to/image.jpg
Where MODEL_NAME is the model prefix name. (yolov3_ppe in our case)
Deep Learning for Site Safety: Real-Time Detection of Personal Protective Equipment
Nipun D. Nath, Amir H. Behzadan, Stephanie G. Paal
Automation in Construction 112, pp. 103085
Xilinx Vitis AI
Viti-Ai-Library yolov3 samples