dwofk / fast-depth

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

weird result after running "Evaluation" #71

Open LittleStoneAtGithub opened 1 year ago

LittleStoneAtGithub commented 1 year ago

I notice that the "Evaluation" part should run in a laptop or a computer. After I set the required environment(pytorch=0.4.1...), following the instruction, I successfully execute the command "python3 main.py --evaluate [path_to_trained_model]" on my laptop. But I get a weird result, just as the image shows: comparison_15 My computer has a RTX3060 , and I tried many times, I still get the same weird result. Then I change another laptop to try again, I still get the same result... I am exhausted, could you please tell me what might be wrong and what I should do next?

GyouzaRu commented 11 months ago

I got a similar result and don't know how to fix it.