pytorch-3d-point-cloud-generation icon indicating copy to clipboard operation
pytorch-3d-point-cloud-generation copied to clipboard

Pytorch code to construct a 3D point cloud model from single RGB image.

Results 7 pytorch-3d-point-cloud-generation issues
Sort by recently updated
recently updated
newest added

Hi, I am very new to this repo and when I tried to run train_stg1.py, the following runtime error occurs and I am a bit puzzled of the reason why:...

Hi, I've noticed that both render.py and render_fixed.py try to access a file called 'model_normalized.obj', which is supposed to be under the 'models' directory for each object code in the...

Can you please elaborate the sequence in which i need to execute the files. On running the command in in train_stg1.sh im getting errors

Hi, I'm very new to deal with point cloud. So maybe my question is not quite related to your repository. I want to ask if I have a point cloud(Nx3),...

After conv4 (encoder) we have an output shape of X*Y with 256 channels. But the input in fc1 is 4096, shouldn't the input be X*Y*256 or can this model only...

I used your model to train and test it works great, but currently, I am able to understand .mat file output. As per your code, you are using Scipy to...

May I ask if you can provide the pre-trained model file?