octree-nn / ocnn-pytorch

Octree-based Sparse Convolutional Neural Networks
MIT License
150 stars 16 forks source link

Is it possible to construct an octree for a CT(Computed Tomography) image(e.g., 512^3 size)? #28

Closed pILLOW-1 closed 5 months ago

pILLOW-1 commented 5 months ago

O-CNN constructs an octree based on point cloud. From my perspective, any high-dimensional data (e.g. dim>=3) could also has its octree through a somewhat different construction. For example, my data is a three-dimensional computed tomography image which has a size of 512^3. I want to borrow the idea of O-CNN and construct an octree for CT images. Is it possible?

juanprietob commented 2 months ago

was it possible?