fanhqme / PointSetGeneration

Code for ``A Point Set Generation Network for 3D Object Reconstruction from a Single Image''
546 stars 136 forks source link

Post processing to get voxels #1

Open tstandley opened 7 years ago

tstandley commented 7 years ago

Hi!

In the paper you mentioned a model that you train to post process your point set to get a voxelized representation which you use to compare to R2N2.

For my use case I need voxels. Is there any chance you could release this model/code as well?

Thanks!

Jerrypiglet commented 7 years ago

Same request here. I am working on similar projects and it would be nice if I can get your data and evaluate on them. Thanks a lot!

ChenFengYe commented 7 years ago

Same request! Hope to get your reply!

HaolongZ commented 6 years ago

Yep. Need that you. Anyone have the mean to do the conversion to voxel please share with me, Thanks!

xiaomingjie commented 6 years ago

Same request to calculate IoU. Hope to get your help!

guoyan1991 commented 6 years ago

@seanmj @tstandley @Jerrypiglet @ChenFengYe @HaolongZ Hello, I have finished the process of calculating voxel IoU. I don't retrain the network , And I use the network author provided corresponding to 3d - R2N2 network dataset. However, the results provided in the article are not reachable. Maybe I have some problems with data processing. If you are studying relevant content, I hope to communicate with you, and I hope to get your reply sincerely.

HaoxuZhang commented 6 years ago

Same request

HaoxuZhang commented 6 years ago

@guoyan1991 Hello, could you please show the code of the process of calculating voxel IoU? Hope to get your help!

guoyan1991 commented 6 years ago

@HaoxuZhang I use traditional algorithm transformed the point cloud into a 32,32,32 voxel, and then use a 3DCNN described in the article. But I didn't get the results in the paper, it is just a little bit better than the results of 3D-R2N2.

guoyan1991 commented 6 years ago

@HaoxuZhang I used the decoding part network of 3d-r2n2 to calculate IOU.

ypzuo commented 5 years ago

@guoyan1991 hi, I'm new in this field. Can you tell me the steps and the related code in detail? Thank you very much !