- Get images (train, test)
- resize images
- LabelImg
- xml_to_csv
- Upload to Kaggle
Same as colab https://www.youtube.com/watch?v=cvyDYdI2nEI
- protoc: https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/protoc-3.13.0-win64.zip
Live detection from local webcam
python detect_from_webcam.py -m <path_to_model_dir> -l <complete_pbtxt_path>
Live detection from local webcam, with webserver (mobile, desktop)
python server.py -m <path_to_model> -l <complete_pbtxt_path>