WeiTang114 / MVCNN-TensorFlow

An Multi-View CNN (MVCNN) implementation with TensorFlow.
MIT License
120 stars 67 forks source link

dataset #23

Closed bonbonjour closed 3 years ago

bonbonjour commented 5 years ago

thank you for your work! I want to train the network with dataset of modelnet40v1png, but i don't know how to make the train list, can you please tell

WeiTang114 commented 5 years ago

Please follow the examples in data_sample/view/. You can write bash / python scripts to generate them.

aihaoc commented 3 years ago

I don't know how to make the training list. How did you solve it

WeiTang114 commented 3 years ago

You can see examples in data_sample/view/. The files can be generated either manually or by a program.