Venkata Kolagotla

Results 3 comments of Venkata Kolagotla

Hello, I have the same problem as mentioned above. I've changed the **batch size** to **8** (**Issue** https://github.com/shihenw/convolutional-pose-machines-release/issues/6#issuecomment-218475367)and it's working for most of the images(**although giving washed out text**) but...

@ashrafyind, if you haven't figured it out yet, you need to install `espeak-ng` with `sudo apt install espeak-ng`

``` cursor() { /opt/Cursor.AppImage "$@" } ``` assuming you have the appimage in `/opt/` that should work. add it to your .zsh_functions or .bash_functions file and source it or else...