├── LICENSE ├── README.md ├── arguments.go ├── createService.go ├── deepdetect.go ├── example-traffic.gif ├── influx.go ├── logging.go ├── main.go ├── predict.go ├── process.go ├── responseHandling.go ├── utils.go ├── writeBoundingBox.go └── writeMask.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/README.md -------------------------------------------------------------------------------- /arguments.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/arguments.go -------------------------------------------------------------------------------- /createService.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/createService.go -------------------------------------------------------------------------------- /deepdetect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/deepdetect.go -------------------------------------------------------------------------------- /example-traffic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/example-traffic.gif -------------------------------------------------------------------------------- /influx.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/influx.go -------------------------------------------------------------------------------- /logging.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/logging.go -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/main.go -------------------------------------------------------------------------------- /predict.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/predict.go -------------------------------------------------------------------------------- /process.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/process.go -------------------------------------------------------------------------------- /responseHandling.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/responseHandling.go -------------------------------------------------------------------------------- /utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/utils.go -------------------------------------------------------------------------------- /writeBoundingBox.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/writeBoundingBox.go -------------------------------------------------------------------------------- /writeMask.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jolibrain/livedetect/HEAD/writeMask.go --------------------------------------------------------------------------------