walsvid / Pixel2MeshPlusPlus

Pixel2Mesh++: Multi-View 3D Mesh Generation via Deformation. In ICCV2019.
https://arxiv.org/abs/1908.01491
BSD 3-Clause "New" or "Revised" License
354 stars 56 forks source link

the dat file of shapenet #29

Open jndmw-111 opened 1 year ago

jndmw-111 commented 1 year ago

Hello, I want to train the network with my own data set. May I ask how the dat file of shapenet that you use is generated

topinfrassi01 commented 1 year ago

You can find the script in the repo of the original Pixel2Mesh : https://github.com/nywang16/Pixel2Mesh/tree/master/GenerateData

jndmw-111 commented 1 year ago

You can find the script in the repo of the original Pixel2Mesh : https://github.com/nywang16/Pixel2Mesh/tree/master/GenerateData

Hello, I could not correctly convert the obj file to dat file as the data set, I did not find the code, please give me some advice if possible, thank you

Libuyan00 commented 1 year ago

You can find the script in the repo of the original Pixel2Mesh : https://github.com/nywang16/Pixel2Mesh/tree/master/GenerateData

Hello, I am currently making my own dataset. Using this chaining script, while sampling the model points, I found that the sample points were less than 7000. Are there new sampling strategies or solutions? Thank you!