ma-xu / pointMLP-pytorch

[ICLR 2022 poster] Official PyTorch implementation of "Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework"
Apache License 2.0
501 stars 65 forks source link

How can I visualize datasets? #82

Closed Enuang closed 1 year ago

Enuang commented 1 year ago

Thank you for your wonderful work! I would like to see the changes in ScanObjectNN after some data augmentation operations. How can I visualize it?

ma-xu commented 1 year ago

@Enuang Thanks for your interests. Mabe you can refer this one and make some modifications to get what you want https://github.com/ma-xu/pointMLP-pytorch/issues/55#issuecomment-1226716347

Enuang commented 1 year ago

Thanks. And how can I visualize the training process?

ma-xu commented 1 year ago

Thanks. And how can I visualize the training process?

You can track the training loss of each epoch