User0000001
User0000001
Have you tried putting the target image, the demo.py file, the mp4 dir, in different directories? Especially try putting the target image in its own directory and see if that...
Have you tried starting out with the demo.py file and the target face, and the path to the mp4s in different places? The script switches working directories at one point....
Cool. Glad to see people are still using this thing and adding on. I remember being frustrated when learning programming that nobody tells you how to install dependencies and homebrew....
It's basically just something I copied and pasted that got dlib, (and thereby face_recognition) to use my GPU. You ran all the commands for it in the readme? You copied,...
Your nvidia-smi looks like it's saying it's using your GPU. When mine uses my GPU it doesn't use as much memory as I expected. I wish I had my Linux...
> you'll need to build MuJoCo from source alongside your own code. @saran-t Does this mean the CMakeLists.txt in the mujoco repo should be modified to include other packages for...
> MJAPI @BenjaminNavarro @yuvaltassa What is this? How can I use this mujoco library in my project?
Did you alter the `simulate.cc` in some way and compile it? Is that what you did? I get `Segmentation fault (core dumped)` You could probably get around the error by...
Interesting. I knew about MuJoCo-py, but not the other. Still, I want the source files in C++ for MuJoCo. These both look like they’re in Python. .
> * outputs the torque for a given actuator ID. Thank you for the reply. Very enlightening. I haven't had a chance to get too far with the steps you...