trucleduc / PointGrid

61 stars 22 forks source link

Help wanted: How to convert .obj to .mat #4

Open rkmth opened 5 years ago

rkmth commented 5 years ago

Hello,

I am trying to train shapenet data (.obj + .mtl format) but the code requires .mat format.

Is there any converting script missing or have I downloaded the wrong dataset?

Thanks.

clin-fu commented 5 years ago

@kaamihameha hellow , do you solve the problem ? i met the same question.

theveloped commented 5 years ago

Just came across this gist (from @Fnjn) that might put you on the right path: mesh-to-point-cloud.py

LX-meteor commented 5 years ago

@kaamihameha你好,你解决了这个问题吗?我遇到了同样的问题。

Hi, have you solved the question about the mat file? I downloaded the shapenetcore.v2 data set and the mat file I converted contained only the three-dimensional coordinates of the points, whitout labels and categories. I Can you help me solve this question?

Thank you for your reply.

clin-fu commented 5 years ago

这些标签是需要自己添加的 通过matlab

------------------ 原始邮件 ------------------ 发件人: "LX-meteor"notifications@github.com; 发送时间: 2019年9月29日(星期天) 上午9:06 收件人: "trucleduc/PointGrid"PointGrid@noreply.github.com; 抄送: "妞妞打蛋蛋"571246870@qq.com;"Comment"comment@noreply.github.com; 主题: Re: [trucleduc/PointGrid] Help wanted: How to convert .obj to .mat(#4)

@kaamihameha你好,你解决了这个问题吗?我遇到了同样的问题。

Hi, have you solved the question about the mat file? I downloaded the shapenetcore.v2 data set and the mat file I converted contained only the three-dimensional coordinates of the points, whitout labels and categories. I Can you help me solve this question?

Thank you for your reply.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

LX-meteor commented 5 years ago

这些标签是需要自己添加的通过matlab ... ------------------ 原始邮件 ------------------ 发件人: "LX-meteor"notifications@github.com; 发送时间: 2019年9月29日(星期天) 上午9:06 收件人: "trucleduc/PointGrid"PointGrid@noreply.github.com; 抄送: "妞妞打蛋蛋"571246870@qq.com;"Comment"comment@noreply.github.com; 主题: Re: [trucleduc/PointGrid] Help wanted: How to convert .obj to .mat(#4) @kaamihameha你好,你解决了这个问题吗?我遇到了同样的问题。 Hi, have you solved the question about the mat file? I downloaded the shapenetcore.v2 data set and the mat file I converted contained only the three-dimensional coordinates of the points, whitout labels and categories. I Can you help me solve this question? Thank you for your reply. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Thank you for your reply.

Can you share the code or the method of adding labels and categories ? I'm stuck in the data now.