XinJCheng / CSPN

Convolutional Spatial Propagation Network
495 stars 94 forks source link

Kitti Validation Results overfitting? #27

Open rancheng opened 4 years ago

rancheng commented 4 years ago

Hi, Thanks for your contributions, as we have made our own branch to train it in Kitti (# 25 pull request) and after one week training, we got the following results:

val_result.txt

and the following results on validation samples, we made totally 2000+ inference on validation sets and found most of the samples are look like this:

sample1

XinJCheng commented 4 years ago

Thanks for your attention, how many sparse points have you sampled? We also find this pattern in our results, please check our ECCV paper, but we don't think this is the result of overfitting. We submitted a new paper to AAAI this year, these patterns have been overcome.

ruiw0w commented 5 months ago

Hello, thank you for providing the script for training the kitti dataset! What is the best result obtained by inferring the model you trained on the kitti data set on the validation set? I used your training script and added the log10 error indicator. After training, nan values ​​will appear and continue. Is this a phenomenon of over-fitting?