make clean
make
mvNCCompile ./models/caffemodels/yoloV2Tiny20.prototxt -w ./models/caffemodels/yoloV2Tiny20.caffemodel -s 12
python3 ./detectionExample/Main.py --video /dev/video0
/dev/video0 is the webacam, please change accordingly to the camera you attach.