neural_body_fitting icon indicating copy to clipboard operation
neural_body_fitting copied to clipboard

UP Toolbox

Open LTH14 opened this issue 6 years ago • 15 comments

Hi, I try to go through the setup procedure, but I am not quite clear about how to install the UP toolbox. Can you kindly tell my how to do it? Thanks!

LTH14 avatar Oct 16 '18 22:10 LTH14

https://github.com/classner/up I think this is the repo for the UP Toolbox

brunonocetti avatar Oct 16 '18 23:10 brunonocetti

Thanks a lot! I went to that repo and download the toolbox. However, I found the render_body_impl function used in experiments/config/demo_up/write_output different from the actual function in https://github.com/classner/up. How can I fix that? Thanks!

LTH14 avatar Oct 17 '18 00:10 LTH14

git clone --recursive http://github.com/mohomran/neural_body_fitting will clone my fork of the up toolbox into the folder external/up, so all you need to do to install it is to do the following: "navigate to external/up and run python setup.py develop"

mohomran avatar Oct 17 '18 05:10 mohomran

git clone --recursive http://github.com/mohomran/neural_body_fitting

I run the git clone with --recursive .But cant find external folder

danache avatar Oct 17 '18 05:10 danache

@mohomran Maybe you forgot to add the submodules into .git

weigq avatar Oct 17 '18 05:10 weigq

You're right! The latest commit contains it.

mohomran avatar Oct 17 '18 05:10 mohomran

Hi, thanks for publishing the code.

I still can't see /external directory, even after the submodules are updated.

Am I missing something here?

Or I could just clone your Up from your collection of repos.

ananth-jauntxr avatar Oct 17 '18 18:10 ananth-jauntxr

can't git clone external directory either

lyupei avatar Oct 22 '18 03:10 lyupei

It is not clear where the external directory is located.

yeah, I think you forgot to include the external directory into github's copy. Is the directory included in the `push'?

Em-Lopez avatar Oct 22 '18 21:10 Em-Lopez

external folder is missing? cannot do the visualize part? Anyone found solutions?

wangsen1312 avatar Oct 29 '18 19:10 wangsen1312

@wangsen1312 You can refer to my pull request, I fixed it.

weigq avatar Oct 30 '18 03:10 weigq

@weigq Thank you very much~ That works

wangsen1312 avatar Oct 30 '18 13:10 wangsen1312

@weigq can you explain the solution a bit in detail? I'm still a bit confused about how to install UP toolbox. Thanks in advance~

SunTongtongtong avatar Nov 09 '18 07:11 SunTongtongtong

@SunTongtongtong You can directly clone from my forked repo by git clone --recursive https://github.com/weigq/neural_body_fitting. The author just add the sbmodule info into .gitsubmodules, while the true way to add a submodule to .git is using command git submodule add ......, which will write the related info into .git and also .gitsubmodules.

@mohomran Can you merge my PR?

weigq avatar Nov 09 '18 08:11 weigq

@mohomran ?

andrewjong avatar Jul 01 '19 19:07 andrewjong