charlesq34 / pointnet

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

Eval mean loss increasing in sem_seg #255

Open uzair-mehmood-storex opened 3 years ago

uzair-mehmood-storex commented 3 years ago

Hello, I really appreciate your work, it does help me a lot in my research. Well, I've prepared my own dataset of semantic segmentation with different number of classes. I've changed, configuration of network for these number of classes and trained vanilla point net. I've run several attempts but, no matter, how I distribute my dataset in train and eval, train mean loss always decreases but, eval mean loss fluctuates, but not decrease. I even visualize the output of trained model on eval and test dataset, but model perform really bad on them, on other hand it perform really well on training dataset. Could you guide me further on this issue.

Swaraj-72 commented 2 years ago

Hello @uzair-mehmood-storex , have you found any solution for this issue? I am having similar troubles while dealing with a custom dataset.