Pixel2Mesh
Pixel2Mesh copied to clipboard
A complete Pixel2Mesh implementation in PyTorch
After the solved installation problem with the use of a docker image based on CUDA 10 and some changes on the cpp code of the neural renderer the code start,...
I got this repo working in following library versions: * Ubuntu 20 * RTX 3090 * Python 3.7 * PyTorch 1.7.0 * CUDA 11.0 * OpenCV 4.1 * Scipy 1.3...
Hi there, Thanks for providing the code for pixel2mesh, nice work! I have one question for computing the 2D image features by computing the correspondence between pixel and vertex in...
Thanks a lot for releasing this code. May I know if you could provide a simple dataset for running the code? Just for making reading the code more easily. My...
How to decompress the data after downloading. thank you.
I am getting this error when trying to train with multiple gpus: File ./lib/python3.7/site-packages/torch/nn/parallel/replicate.py", line 71, in _broadcast_coalesced_reshape NotImplementedError: Could not run 'aten::view' with arguments from the 'SparseCUDA' backend. This...
Hi, Could you please share that which configuration would lead to the best performance as mentioned in the results table? Thanks.
Hi, thanks for sharing the repo. I'm doing the research on 3D reconstruction from single image now, and I found your repo. and I have seen that in `Shapenet.py`, you...
The checkpoint file that you provide in google drive seems to be damaged and cannot be decompressed.
I have downloaded the checkpoint tar file `resnet.pth.tar` and `tensorflow.pth.tar ` from google driver, but they can't be de decompressed:  I have also tried to use some decompression software...
I noticed that the adj_mat is the edges weight between nodes, and they are float numbers. Is the adj_mat constant in every gconv and is suitable for every shape?