charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.73k stars 1.45k forks source link

Nothing happens after sess.run in train_one_epoch #101

Closed adityakhadilkar closed 6 years ago

adityakhadilkar commented 6 years ago

Hi, I'm trying using this code on my own dataset with (4096,3) size with batch size 5, num of categories 4 and part cat for part segmentation as 2. When I run train.py in part_seg, code runs properly until first testing iteration and goes to training phase at line 382 in the code. After this point, nothing happens once the code reaches sess.run. I checked that my feed_dict is not empty and is properly adding data to placeholders. Thank you for your help. PS: I have tried running the code with your data and it runs fine.