-
Notifications
You must be signed in to change notification settings - Fork 376
How can i install this in windows easily? #63
Comments
Hi @viprocket1 I'm working on a easy way to install it on windows. I was ble to install on my machine and created some scripts to do most of the installation for win x64. but I still have a problem on installing one thing. If you want, you can test my "non-finished" material for instalation. Its on this github I didnt crat the instruction, but it was basicly donwload all the files on the same folder you downloaded frankmocap and run and do: conda create -n frankmocap python=3.7 Install ffmpegdownload ffmeg and add it to windows path Install cudaChoose versions based on your system. For example:conda install cudatoolkit=10.1 cudnn=7.6.0 Install pytorch and torchvisionconda install -c pytorch pytorch==1.6.0 torchvision cudatoolkit=10.1 Install other required librariesinstall_win_full_body.bat |
Hello again @viprocket1 I think you already installed it, but I'll put it here for the ones suffering to do that :D |
Thanks for the repo , its a great library and is a very useful tool . im using conda in windows but i am having a lot of problems while following the INSTALL.md guide to install this for windows (ex: some libs of ffmpeg does not work , openGL problems etc ) . sorry im really new to all this but i really want to try out this in my next blender project.
The text was updated successfully, but these errors were encountered: