You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Q: pyrender reports `ImportError: Library "GLU" not found.`
183
+
* install `sudo apt install freeglut3-dev`
184
+
* Q: ffmpeg reports `libopenh264.so.5` not found
185
+
*`sudo apt-get install ffmpeg` and then delete ~/anaconda/envs/camm/bin/ffmpeg
186
+
* or re-install ffmpeg in conda `conda install -c conda-forge ffmpeg`
187
+
* Q: cannot find `./input_meshes/xxx_normalized.binvox` when running `extract_skel.py` to get the initial estimate of the kinematic chain
188
+
* run `./binvox -d 88 -pb ./input_meshes/xxx_normalized.obj` for Linux
189
+
* run `binvox.exe -d 88 ./input_meshes/xxx_normalized.obj` for Windows
190
+
178
191
## Acknowledgement
179
192
Our code is mainly built based on [BANMo](https://github.com/facebookresearch/banmo). We thank the authors for sharing the code and for the help in explaining the code!
180
193
181
194
We also use the external repositories listed below in this project. A big thanks to them for their code!
0 commit comments