├── README.md ├── coco_labels.txt ├── frozen_inference_graph.pb ├── main.go └── output.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-object-detect-from-image/HEAD/README.md -------------------------------------------------------------------------------- /coco_labels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-object-detect-from-image/HEAD/coco_labels.txt -------------------------------------------------------------------------------- /frozen_inference_graph.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-object-detect-from-image/HEAD/frozen_inference_graph.pb -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-object-detect-from-image/HEAD/main.go -------------------------------------------------------------------------------- /output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-object-detect-from-image/HEAD/output.jpg --------------------------------------------------------------------------------