danindiana

Results 16 comments of danindiana

This issue should be closed as there has been no movement for over a year and the query relates generally to an install/build issue.

What rnn_size size values have you been using? What is the hardware you are running?

What is the operating system you are using? What python version are you using? Note: Assuming you are using something like bash command line(try $python --version) Which python inherits that...

@lukebrandl You might want to check out: https://github.com/fengju514/Expression-Net Although that net has issues such as not being able to process examples with facial hair, and the readme lacks a few...

Those are coordinates for a "face box" to describe the values the net should use when processing an image. You may need to use a face detection package such as...

@Archer666 You might want to look at this face detector program: https://github.com/torchbox/rustface-py

This is a good question, one that can frustrate persons wanting to use this software out of the box so to speak. There appears to be another software that outputs...

> ```shell > pip3 install docker-compose > ``` Tried this for RPI5 but didn't work still get: TASK [Install Docker Compose using Pip.] ********************************************************************************************************************************************************************************************************************************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false,...

> 127.0.0.1 ansible_connection=local ansible_user=oliver OK, this got it working for me. Making sure that the IP and User were correct. I think Jeff uses "localhost ansible_connection=local" which results in errors.

When I attempt to write the sampling to an output in Ubuntu 14.04 via > someoutput.txt it creates the .txt file but never inputs any data into it and eventually...