facebookresearch / pifuhd

High-Resolution 3D Human Digitization from A Single Image.
Other
9.5k stars 1.44k forks source link

Add simple, cross-platform installation of dependencies #91

Open benknight135 opened 3 years ago

benknight135 commented 3 years ago

Split requirements into optional and required files. Added scripts to download and install dependencies automatically. Replaced os.system(cmd) in render_turntable.py with python native code. Uses ffmpeg auto build repository BtbN on Windows. Uses pyopengl prebuilt binaries from University of California for Windows due to known bug in latest official released binaries. Tested on Windows 10 with Python 3.8 & 3.7