WangYueFt / dgcnn

MIT License
1.62k stars 420 forks source link

question about dataset #48

Closed NayeeC closed 4 years ago

NayeeC commented 4 years ago

I want to train the model with .stl data instead of .h5, how can I implement this.

WangYueFt commented 4 years ago

I want to train the model with .stl data instead of .h5, how can I implement this.

I think you need to change the data loader to load .stl data.