Did a lot of stuff but too lazy to write (basically edited all code to suit python3) spent an hour on a bug that didn't exist !!!! worst thing to...
Progress Running refine_video.py Changed to use TensorFlow v1 (they used v1) -import tensorflow as tf +import tensorflow.compat.v1 as tf Changed all...
Progress Running python3 -m run_openpose works Updated code to work with OpenPose v1.7.0 - kp =...
Nvidia / Nvidia Verify / ML Index / Cuda Index Good thing Professor A gave me the the model code (my mistake it was linked in her repo...
OpenPose Motion Reconstruction Progress: git clone protobuf build and install sudo apt-get install autoconf automake libtool curl make g++ unzip...
Original Project: SFV: Reinforcement Learning of Physical Skills from Videos Original Project Code: ...