xingyul / flownet3d

FlowNet3D: Learning Scene Flow in 3D Point Clouds (CVPR 2019)
MIT License
359 stars 83 forks source link

Mean Loss Val: nan #19

Closed Arjung27 closed 5 years ago

Arjung27 commented 5 years ago

Hi Xingyul,

Thank you for providing your code here. I was trying to replicate the results from your paper and I am facing an issue doing that. When I run the code with the processed data you have provided I get my prediction scores as 'nan' (after 0.5 epoch only). As a result the loss value is 'nan' too. Please let me know what am I missing here?

Looking forward to your reply.

s-ryosky commented 5 years ago

Hi @Arjung27, I found that there is NaN in the preprocessed flow data which are provided by authors. You should skip the value in loading data.

xingyul commented 5 years ago

Thanks for bringing this up. I added one line to exclude this bad datapoint in 3a4b3b6.