├── Makefile ├── README.md ├── labels.txt ├── main.cxx └── mobilenet_quant_v1_224.tflite /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/webcam-detect-tflite/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/webcam-detect-tflite/HEAD/README.md -------------------------------------------------------------------------------- /labels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/webcam-detect-tflite/HEAD/labels.txt -------------------------------------------------------------------------------- /main.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/webcam-detect-tflite/HEAD/main.cxx -------------------------------------------------------------------------------- /mobilenet_quant_v1_224.tflite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/webcam-detect-tflite/HEAD/mobilenet_quant_v1_224.tflite --------------------------------------------------------------------------------