aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.06k stars 144 forks source link

AttributeError:‘NoneType’ object has no attribute ‘lower’ #46

Closed lw0210 closed 2 years ago

lw0210 commented 2 years ago

Hi,

I am trying to train the network(sh train.sh),but the code ran for a while and reported an error ‘AttributeError:"NoneType’ object has no attribute ‘lower’ " . How can I solve this problem.