go-tensorflow-realtime-object-detection icon indicating copy to clipboard operation
go-tensorflow-realtime-object-detection copied to clipboard

Error: cannot use frame (type gocv.Mat) as type *gocv.Mat in

Open mulysatest opened this issue 6 years ago • 0 comments

#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

mulysatest avatar Jul 27 '18 13:07 mulysatest