Brummi / BehindTheScenes

Official implementation of the paper: Behind the Scenes: Density Fields for Single View Reconstruction (CVPR 2023)
https://fwmb.github.io/bts/
BSD 2-Clause "Simplified" License
250 stars 19 forks source link

Train on KITTI-360 with fisheye #27

Closed supremeccccc closed 1 year ago

supremeccccc commented 1 year ago

image image image The images are recon depth, recon img, and invailds. The traning loss did't decrease, if i use fisheye data to train in KITTI360 . I have checked i use the same config as the original one except i didn't preprocess the dataset. It seems that the invalid regions are large. Could you give me some advice for proper training?

Brummi commented 1 year ago

To me, the images look good for early stages of the training. The training takes quite long and the loss only goes down slowly. For how many iterations did you train? The preprocessing only speeds up dataloading and does not have an effect on the losses.

supremeccccc commented 1 year ago

Thanks for your reply. You are right. The previous results were taken in early epochs. I continue training to 20 epochs and the recon depth seems good now. image image image

It is surprising that the recon images of the fisheye camera are really bad in most scenes. However, it has a significant influence on occupancy prediction. I was wondering if we could get a better result by simultaneously encoding the fisheye camera images since the invalid area of the sample feature could be eliminated.