vibe_win_install
vibe_win_install copied to clipboard
Error running Vibe
HI,can't launch batch file .Reach you on youtube ,do all necessary steps like in your video. Can't complete those steps /install_conda.bat prepare_data.bat /
Lets go in parts.... I can see that you are not used to cmmand line commands.
The main problem is that you have to go inside the extracted folder to run VIBE
Here you show that you have vibe in:
C:\mocap\VIBE
Here you've tryed the change the directory
but it didnt work...
instead of using cd mocap
you should use cd\mocap
this example is in my pc.
you can see that it gives error and stays at the same folder (in my case c:\users\pichau)
but if you use cd\mocap
it works
then execute the command
cd Vibe
then run these commands
conda install cudatoolkit=10.1 cudnn=7.6.0
conda install -c anaconda git
install_conda.bat
prepare_data.bat
Thanks, sorry for long respond,, , again few errors :(... Do exactly as tutorial" still have bat installation error and video error "
Thats odd, you are having problem with torch installation
Looks like the problem was with the file downloaded.
Searching for this error, seems that the best would be installing that file manually.
try this command in your virtual enviroment (venv_vibe):
pip install torch==1.4.0 torchvision==0.5.0 -f https://download.pytorch.org/whl/torch_stable.html --no-cache-dir
then follow these instructions again https://github.com/carlosedubarreto/vibe_win_install/issues/16#issuecomment-876432365