go-tensorflow-realtime-object-detection
go-tensorflow-realtime-object-detection copied to clipboard
Error: cannot use frame (type gocv.Mat) as type *gocv.Mat in
#After executed following command go run src/main.go -device 0 -dir models/ssd_mobilenet_v1_coco_11_06_2017
#Got this error
src/main.go:122:20: cannot use frame (type gocv.Mat) as type *gocv.Mat in argument to cam.Read src/main.go:127:14: cannot use frame (type gocv.Mat) as type *gocv.Mat in argument to gocv.Resize