-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running gles headless #13
Comments
I think it's up to your VNC environment whether OpenGLES commands are correctly transferred to another PC or not, Isn't it ? |
no i mean i want to run it via SSH, no VNC environment, just plain old SSH into the machine and want to run it. will unset DISPLAY help ? or maybe export DISPLAY:=1 or something ? |
how about |
nope, doesn't really work on the nano i've tried:
for the above: the tflite models are loaded, but inferencing doesnt work, no output, and sometimes there's error as #11
i've tried this as well: which works on ssh, but needs a display connected with the nano, in that case i am getting the outputs on my ssh terminal, and the window is created on the display connected to nano, that is not really what i want. could it be possible to run the examples without any display connected to the nano ? like just ssh into nano and run the gles app Some references |
I've added a new config named "headless".
|
thanks i will give it a try ! |
Hi, an update on this, i tried out the below stuff
and i added is the gl window rendering required ? either directly on the nano, or as an X forwarded session ? i am preferring to not use X session forwarded in SSH, since the connection is slow. I did
|
hmmmm. I don't understand why gl2blazeface doesn't work although gl2classification work well. They are almost same implementation. Don't you have any OpenGL error logs ?
Yep, I agree that. |
Yess i only want the inference results on the console, not on window !, i'll modify the examples so as the debug string and other info are pushed to the console No i dont have any opengl error logs, just that the number of faces detected is always 0 i think since the window is not showing up, maybe just a black screen is sent to the model ? i am just guessing. |
On current implementation, OpenGL is required in order to preprocess input images. (resize, crop, affine transform, color conversion (YUYA->RGB)). |
hmm okay, thanks a lot ! |
hey @satyajitghana, @terryky |
Hey Terry,
Thanks for this awesome work !
One query, how do I run these examples headless ? without any display attached to the nano ?
The text was updated successfully, but these errors were encountered: