yanx27 / Pointnet_Pointnet2_pytorch

PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.
MIT License
3.51k stars 874 forks source link

T-Net #222

Open timelovery opened 1 year ago

timelovery commented 1 year ago

T-Net is used to guarantee the rotational invariance of pointnet, etc. But I can`t find T-Net in PointNetSetAbstraction or PointNetSetAbstractionMsg, anyone can tell where it is.

An-u-rag commented 1 year ago

Hi, did you get the answer to this or did you end up implementing your own model which uses T-Net?

timelovery commented 1 year ago

i did not get the answer

------------------ 原始邮件 ------------------ 发件人: "yanx27/Pointnet_Pointnet2_pytorch" @.>; 发送时间: 2023年3月23日(星期四) 上午6:51 @.>; @.**@.>; 主题: Re: [yanx27/Pointnet_Pointnet2_pytorch] T-Net (Issue #222)

Hi, did you get the answer to this or did you end up implementing your own model which uses T-Net?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

rastna12 commented 1 month ago

I noticed the same thing and have the same question. Any insights into this since you opened the ticket?