wzzheng / TPVFormer

[CVPR 2023] An academic alternative to Tesla's occupancy network for autonomous driving.
https://wzzheng.net/TPVFormer/
Apache License 2.0
1.16k stars 105 forks source link

why do val first? #40

Open sinsin1998 opened 1 year ago

sinsin1998 commented 1 year ago

Maybe I don't understand your paper well. In the train.py, why you do val first and do (train,val) again? What's the use of the val procedure before train?

huang-yh commented 1 year ago

Sorry, we use that to debug. Feel free to comment out the eval lines before train.