dwofk / fast-depth

ICRA 2019 "FastDepth: Fast Monocular Depth Estimation on Embedded Systems"
MIT License
926 stars 189 forks source link

How to train models? #60

Closed SiYeon-Kwon closed 2 years ago

SiYeon-Kwon commented 2 years ago

I want to use these code but I can't use because they don't have any train.py or training method. How can I train fast-depth?

fangchangma commented 2 years ago

The training of FastDepth was built on top of https://github.com/fangchangma/sparse-to-dense.pytorch

SiYeon-Kwon commented 2 years ago

The training of FastDepth was built on top of https://github.com/fangchangma/sparse-to-dense.pytorch

I've already referred to the git, and the training is going well. However, the calculation of mse and mae results in a figure of 0.0000. What should I do with this?

microboym commented 1 year ago

@SiYeon-Kwon How is the model trained?