3DGNN_pytorch icon indicating copy to clipboard operation
3DGNN_pytorch copied to clipboard

Do you get the 3D point from HHA data?

Open gaoxiaoninghit opened this issue 6 years ago • 10 comments

why get the 3D point in this way instead of use the Camera params and depth data?

gaoxiaoninghit avatar Dec 20 '18 06:12 gaoxiaoninghit

@yanx27

gaoxiaoninghit avatar Dec 20 '18 06:12 gaoxiaoninghit

Because this algorithm just for RGBD input

yanx27 avatar Dec 20 '18 06:12 yanx27

ye, I know,but does you got the 3D point cloud in the processing,how you get it ,I does not see the Camera params you use in the program

gaoxiaoninghit avatar Dec 20 '18 06:12 gaoxiaoninghit

it in EnetGnn function of model.py, I didn't get pointcloud in preprocessing ==

yanx27 avatar Dec 20 '18 06:12 yanx27

But the origin 3DGNN(https://github.com/xjqicuhk/3DGNN) use the pointcloud 。you mean this is a different implement from the paper " 3D Graph Neural Networks for RGBD Semantic Segmentation"?

gaoxiaoninghit avatar Dec 20 '18 06:12 gaoxiaoninghit

there is a algorithm transfering RGBD to pointcloud, so it just need RGBD as input. 3DGNN(https://github.com/xjqicuhk/3DGNN) also use this method, right? ==

yanx27 avatar Dec 20 '18 07:12 yanx27

Although I does not see the detail about how to transfer RGBD to pointcloud in that paper,but I know you need the Camera params to get the pointcloud,I do not see the Camera params you use,you just use the HHA encode,the HHA encode contain the Camera params information,BUT I do not know there is a way to transfer HHA to pointcloud?thank you very much!

gaoxiaoninghit avatar Dec 20 '18 07:12 gaoxiaoninghit

in addition,do you run successful in your computer?

gaoxiaoninghit avatar Dec 20 '18 07:12 gaoxiaoninghit

yes, but I have not finished the data processing part of modeling the nyudv2 dataset directly. Instead, I used the HHA images copied by others. If I had time, I would finish it. Sorry for the trouble :)

yanx27 avatar Dec 20 '18 07:12 yanx27

nonono ,thank you share your code!

gaoxiaoninghit avatar Dec 20 '18 07:12 gaoxiaoninghit