octree-nn / ocnn-pytorch

Octree-based 3D Convolutional Neural Networks
MIT License
152 stars 17 forks source link

Implement Unsupervised Training with OCNN-HRNet #39

Closed harryseely closed 1 month ago

harryseely commented 1 month ago

Greetings,

I am interested in replicating the methods of the study Unsupervised 3D Learning for Shape Analysis via Multiresolution Instance Discrimination. I have looked at the code provided in the original OCNN repo here, but I cannot implement this approach since I am using a Windows machine.

Is it possible to replicate the methods from this study using OCNN-Pytorch?

Thanks!

-Harry

wang-ps commented 1 month ago

Yes, of course. The original implementation is based on TensorfLow. It can be implemented with ocnn-pytorch.