Nathan Bendich
Nathan Bendich
Over [here](https://github.com/vchoutas/smplify-x/issues/3) they suggested: ============================================================ ### use system python, not conda: > ```shell > /usr/bin/python3 -m venv venv > ``` I encountered the same issue. Then the problem has been...
Do you remember how you solved it? For me it's still not posting the payment_intent object like in your example I already called support, but here's the issue in my...
> OK, thank you! @BlenderViza Which version worked for you? Also, still on Windows 10?
If any of the upvoters do this, please share the code! I'm happy to help test :smiley:
I think a lot of people got confused about this. I was confused too, initially. You don't actually have to install MATLAB or Octave, create good `edges` and `labels`. That...
Didn't you also need to install 1. `scipy` and 2. `PIL` to run `test_pgn.py`?
In January, 2020, the script is named `write_edge.m`. Full path: `CIHP_PGN/datasets/CIHP/tool/write_edge.m`
@lemon1220 Also, doesn't this approach not make sense? The whole point of their training the PGN network(s) is so they can segment and label everything with the neural network. This...
> can you tell me a python equivalent of the above code logwell_script.m . I dont have matlab license with me. > Thanks in advance. @mukundhan3 : You can use...
> Using GPU for inference sped up my inference time considerably. Is this a simple flag we can feed in (like `--gpu yes`), or do I have to go into...