Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

How can i install this in windows easily? #63

Open
viprocket1 opened this issue Jan 16, 2021 · 4 comments
Open

How can i install this in windows easily? #63

viprocket1 opened this issue Jan 16, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@viprocket1
Copy link

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.

@carlosedubarreto
Copy link

carlosedubarreto commented Jan 16, 2021

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
https://github.com/carlosedubarreto/frankmocap_win_install

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
conda activate frankmocap

Install ffmpeg

download ffmeg and add it to windows path

Install cuda

Choose versions based on your system. For example:

conda install cudatoolkit=10.1 cudnn=7.6.0

Install pytorch and torchvision

conda install -c pytorch pytorch==1.6.0 torchvision cudatoolkit=10.1

Install other required libraries

install_win_full_body.bat

@carlosedubarreto
Copy link

Hello again @viprocket1
I did a video tutorial on how ti install it in windows.

I think you already installed it, but I'll put it here for the ones suffering to do that :D

Video Tutorial to instal Frankmocap

@santutu
Copy link

santutu commented Jan 26, 2021

@penincillin penincillin added the enhancement New feature or request label Feb 8, 2021
@penincillin penincillin reopened this Feb 22, 2021
@kovalepskaia
Copy link

kovalepskaia commented Apr 1, 2021

I have an issue when running some command lines in the environment conda. Here is the error
image

====> I have already fixed this error. I only use 2 below command lines.
python -mpip install -U pip
python -mpip install -U matplotlib

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants