YOLO_Google-Cloud
YOLO_Google-Cloud copied to clipboard
Google Cloud Machine Learning for backend YOLO v3 object detection inference with a browser based WebRTC connection
I've managed to setup everything right, and the website with a video steam work just fine. But I'm not detecting any object in the video stream (I'm in the camera...
I'm running the code as instructed in the documentation to this GitHub repo, and I'm getting the following error logged in _nohup.out_ file after runnning _nohup python3 ~/YOLO_Google-Cloud/mlserver/mlserverclient.py &_ >...
Uncaught ReferenceError: wcSendVideoCanvas is not defined at loadWebcam (init_screen.js:29) at initScreen (init_screen.js:39) at main.js:4 Browser just shows Object Detection On the Cloud Demo! and nothing else
``` Error occured sending or receiving data on ML client. 'tuple' object has no attribute 'get' ``` It seems that it fails at this line https://github.com/omarabid59/YOLO_Google-Cloud/blob/master/mlserver/MODULE_DATA.py#L20
I am able to run both script but once i open url in browser it's break due to some json loads error. What i have found through troubleshooting. there is...