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

3D point cloud visualization #11

Closed
pxing6 opened this issue Jun 13, 2022 · 10 comments
Closed

3D point cloud visualization #11

pxing6 opened this issue Jun 13, 2022 · 10 comments

Comments

@pxing6
Copy link

pxing6 commented Jun 13, 2022

hi,weiwei.when i use canonical to train 3D point cloud ,but when i vision it by your visual script(./main.py --save_dir=gifs_plane3d --indim=3 -- --mode=vis --pt_file=logs/plane_dim3/checkpoint.pth), it look terrible ,can you give me a hand,whether something i did wrong
plane
image
image
car
image

@wsunid
Copy link
Contributor

wsunid commented Jun 13, 2022

Hi, Seems the axes have a different unit -- because the plane looks deformed. BTW, have you checked the training losses -- e.g., chamfer distance? has the training converged?

@pxing6
Copy link
Author

pxing6 commented Jun 14, 2022

yes ,i have checked training losses,the training has converged.
image
image
i am wondering if some thing wrong with my datadoader or some other mistakes.

@pxing6
Copy link
Author

pxing6 commented Jun 14, 2022

the data i use is AtlasNetV1(shapenetv1pointcloud 、 shapenetv1renderings and shapenetcorev2Normalized),and use your script to transform them into h5 file.

@wsunid
Copy link
Contributor

wsunid commented Jun 16, 2022

Sorry for the late. If this loss is normal -- you might want to double-check with our evaluation pipeline, maybe the reconstruction is not just great for these samples. Do check other samples. And, BTW, we're using 1024 points, which might also give us a bad visualization.

@pxing6
Copy link
Author

pxing6 commented Jun 17, 2022

hi,weiwei.other samples visual is also awful.i think is my dataloader's problem.because the links of customShapeNet and ShapeNetRendering are invaild,i download the same data from AtlasnetV1.I transform V2 normalized data and V1pointcloud、render into h5 file.,Is there something wrong with this place?Do you think so?
image

@wsunid
Copy link
Contributor

wsunid commented Jun 17, 2022

Not very sure how you download the dataset. It has been a while -- I don't quite remember the details of the dataset. I guess the easiest way is to run the evaluation pipeline to double-check.

@pxing6
Copy link
Author

pxing6 commented Jun 18, 2022

thanks for your reply.Ok,I will try it.i follow your train steps,i can only see informations such as losses and epochs.Do the evaluation pipeline exist in your codes .

@wsunid
Copy link
Contributor

wsunid commented Jun 20, 2022

yeah, I think so.

def test(self, data_loader, mode="test"):

@wsunid wsunid closed this as completed Jun 20, 2022
@pxing6
Copy link
Author

pxing6 commented Jun 21, 2022

i have checked it,the chamfer_error and main_metric are both low.
image

@pxing6
Copy link
Author

pxing6 commented Jun 21, 2022

Could you offer customShapenet and ShapeNetRendering.Atlasnet author don't support the two datasets.So i use other datasets to reproduction your experiment,but 3D result isn't well

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

2 participants