lmb-freiburg / demon

DeMoN: Depth and Motion Network
https://lmb.informatik.uni-freiburg.de/people/ummenhof/depthmotionnet/
GNU General Public License v3.0
575 stars 156 forks source link

"NoneType object is not callable" when running the train script #36

Open tangbohu opened 6 years ago

tangbohu commented 6 years ago

File "create_dataset_and_use_readerop.py", line 79, in reader_tensors = multi_vi_h5_data_reader(len(data_tensors_keys), json.dumps(reader_params)) TypeError: 'NoneType' object is not callable

benjaminum commented 6 years ago

Did you compile the data reader? Does it print the path of the used .so file during import?