JenningsL / PointRCNN

PointRCNN+Frustum Pointnet
136 stars 25 forks source link

Generate image segmentation annotation #10

Open kangpl opened 4 years ago

kangpl commented 4 years ago

Hi JenningsL,

Thanks for your code. In ReadMe, you said first we use IP_basic to get dense point cloud then project to image. I am still not clear about how to generate the ground truth image segmentation. Do you mind provide some examples?

Peilin

JenningsL commented 4 years ago

IP_basic is used to get dense point cloud. Then we project those 3D object points to have 2D segmentation.

kangpl notifications@github.com 于2019年11月5日周二 上午12:58写道:

Hi JenningsL,

Thanks for your code. In ReadMe, you said first we use IP_basic to get dense point cloud then project to image. I am still not clear about how to generate the ground truth image segmentation. Do you mind provide some examples?

Peilin

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JenningsL/PointRCNN/issues/10?email_source=notifications&email_token=AB3TAFWRZMOPGVGXYWT3S5LQSBIEVA5CNFSM4JIWNRJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVCZAQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3TAFUPKTX2E5MK466LSWLQSBIEVANCNFSM4JIWNRJQ .

-- 刘建林 LIU JIANLIN Tel: +86-13570911245 E-mail: jennings19930517@gmail.com

liuhuaijjin commented 3 years ago

Hi JenningsL, Thanks for your code. Can you share some details about how to use IP_BASIC? I have the same problem. Looking forward to your reply. Thank you