Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UP Toolbox #2

Open
LTH14 opened this issue Oct 16, 2018 · 15 comments
Open

UP Toolbox #2

LTH14 opened this issue Oct 16, 2018 · 15 comments

Comments

@LTH14
Copy link

LTH14 commented Oct 16, 2018

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!

@brunonocetti
Copy link

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

@LTH14
Copy link
Author

LTH14 commented Oct 17, 2018

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!

@mohomran
Copy link
Owner

mohomran commented Oct 17, 2018

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"

@danache
Copy link

danache commented Oct 17, 2018

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

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

@weigq
Copy link

weigq commented Oct 17, 2018

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

@mohomran
Copy link
Owner

You're right! The latest commit contains it.

@ananth-jauntxr
Copy link

ananth-jauntxr commented Oct 17, 2018

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.

@lyupei
Copy link

lyupei commented Oct 22, 2018

can't git clone external directory either

@Em-Lopez
Copy link

Em-Lopez commented Oct 22, 2018

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'?

@wangsen1312
Copy link

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

@weigq
Copy link

weigq commented Oct 30, 2018

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

@wangsen1312
Copy link

@weigq Thank you very much~ That works

@SunTongtongtong
Copy link

@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~

@weigq
Copy link

weigq commented Nov 9, 2018

@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?

@andrewjong
Copy link

@mohomran ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests