TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

headless object_detection.py possible?

Open ozett opened this issue 6 years ago • 3 comments
trafficstars

hi, do you think your script could run on my (everbodies?) headless raspberry-pi? and save a image-snapshot if an object is detected?

any ideas how to realize that (sorry, i am no coder...)..

thanks, if you find time to answer... tozett

ozett avatar Feb 24 '19 09:02 ozett

I m having a problem with headless. X11 problem the first. When it done with x server problem. It seems its error with cant connect with X server upon running final python3 script start up for Ocject detection

alexharnozd avatar Apr 02 '19 22:04 alexharnozd

I m having a problem with headless. X11 problem the first. When it done with x server problem. It seems its error with cant connect with X server upon running final python3 script start up for Ocject detection

same here , did you solve it

wanghetongtt avatar May 29 '19 10:05 wanghetongtt

try to connect with mobaterm from a windows workstation https://mobaxterm.mobatek.net/ to the raspberry.

mobaterm has an x-server included. this works. or you change the code and disable showing images. (no need for x-server). instead you could save the images or code something else to alert you.

rgards, tozett

ozett avatar May 30 '19 08:05 ozett