GenRe-ShapeHD
GenRe-ShapeHD copied to clipboard
Code and Data Release for GenRe (NeurIPS 2018) and ShapeHD (ECCV 2018)
Hi, I am trying to duplicate your results in the GenRe paper, but I got much worse performance by evaluating with Pix3d method you mentioned before. Could you give me...
Hi, Thanks a lot for sharing the code! I am planning to generate Truncated Signed Distance Field based on your depth image. Based on my understanding, I think I can...
hello, I followed the steps in README.md, but got errors when I use this command: ./build_toolbox.sh The errors are as follows: Add -gencode to match all the GPU architectures you...
Thanks for releasing the amazing codes. Is it possible to release the evaluation codes that reproduce the Chamfer distance (GenRe, 0.106) reported in Table 1 of the GenRe paper? I...
Hi, running build_toolbox.sh, I have the following issue with ubuntu 16.04, cuda 10.1 ( and cuda 9.0) and gcc 5.5.0. Add -gencode to match all the GPU architectures you have....
Hi, I'm trying to run Genre on a machine with CUDA10 + 2080Tis (gencode arch 75). As far as I know, CUDA 9 cannot compile for gencode arch 75 hardware...
Hello, I am attempting to run test_genre.sh. At first it was not clear that I needed to provide a gpu argument ( I think this is supposed to be an...
I've been stopped by this issue for several days. while running test_genre.sh,I got the following error: Traceback (most recent call last): File "test.py", line 95, in model.test_on_batch(i, batch) File "/home/zhanghao/models/genre_full_model.py",...
Where would I be able to find the 35 images (7 each of desk, sofa, chair, car, and gun) that are associated with the 35 demo latent vectors provided in...
I still cannot run `./build_toolbox.sh` to build the environment after checking #40. #40 suggests to check `PYTHONPATH`, however, in [this](https://stackoverflow.com/questions/17386880/does-anaconda-create-a-separate-pythonpath-variable-for-each-new-environment) post it said that Anaconda doesn't use `PYTHONPATH`. I have...