yangyanli / PointCNN

PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
https://arxiv.org/abs/1801.07791
Other
1.36k stars 365 forks source link

Addition of comments or a video tutorial to better undertsand the code #238

Open vaihav opened 3 years ago

vaihav commented 3 years ago

Hi,

Many thanks for the shared code. I am starting to work on the code, but I am unable to understand the flow and the details like which function is doing what. There is no commented section that highlights certain important steps of the Xconv. Thus it is very difficult for me to understand what is going on where. I guess many like me who is not a complete professional in 3D CNN architecture, are facing this issue. I request to kindly give a detailed walkthrough video of the code, by explaining the major sections. In addition, if the code is shared with comments, it will benefit many.

Thanks and Regards, Vaibhav

vaihav commented 3 years ago

This exercise will encourage many researchers like me who would love to use the code