xingyul / flownet3d

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

Cannot reproduce the paper result about Flying Dataset? #49

Closed zzh-ecnu closed 4 years ago

zzh-ecnu commented 4 years ago

My experiment setup is as follows:

  1. 50 epoch
  2. 10 batchsize(cause my gpu just has 10GB memory)
  3. the train mean loss decrease to around 0.02, and the evaluation loss decrease to around 0.03
  4. the final exp. result eval mean EPE 3D: 0.220860 eval mean ACC 3D: 0.016343 eval mean ACC 3D 2: 0.151503

So, Is my setting up has problems?

Looking for forward your help and thanks very much~