After I run this command:
python run.py -d options/examples/default_configuration.yml
The results showing below is:
_Save result in result/tmp/0/? [y/n]y
Traceback (most recent call last):
File "run.py", line 84, in
vo = DFVO(cfg)
File "/home/qzhou10/Documents/DF-VO/libs/dfvo.py", line 51, in init
self.setup()
File "/home/qzhou10/Documents/DF-VO/libs/dfvo.py", line 68, in setup
self.dataset = Dataset.datasetsself.cfg.dataset
File "/home/qzhou10/Documents/DF-VO/libs/datasets/kitti.py", line 68, in init
super(KittiOdom, self).init(*args, *kwargs)
File "/home/qzhou10/Documents/DF-VO/libs/datasets/kitti.py", line 23, in init
super(KITTI, self).init(args, **kwargs)
File "/home/qzhou10/Documents/DF-VO/libs/datasets/dataset.py", line 31, in init
self.data_dir = self.get_data_dir()
File "/home/qzhou10/Documents/DF-VO/libs/datasets/kitti.py", line 105, in get_data_dir
data_dir['depth_src'] = self.cfg.depth.depthsrc
AttributeError: 'EasyDict' object has no attribute 'depth'
Do you know how to solve this problem?
Thanks a lot.
After I run this command:
python run.py -d options/examples/default_configuration.yml
The results showing below is: _Save result in result/tmp/0/? [y/n]y Traceback (most recent call last): File "run.py", line 84, in
vo = DFVO(cfg)
File "/home/qzhou10/Documents/DF-VO/libs/dfvo.py", line 51, in init
self.setup()
File "/home/qzhou10/Documents/DF-VO/libs/dfvo.py", line 68, in setup
self.dataset = Dataset.datasetsself.cfg.dataset
File "/home/qzhou10/Documents/DF-VO/libs/datasets/kitti.py", line 68, in init
super(KittiOdom, self).init(*args, *kwargs)
File "/home/qzhou10/Documents/DF-VO/libs/datasets/kitti.py", line 23, in init
super(KITTI, self).init(args, **kwargs)
File "/home/qzhou10/Documents/DF-VO/libs/datasets/dataset.py", line 31, in init
self.data_dir = self.get_data_dir()
File "/home/qzhou10/Documents/DF-VO/libs/datasets/kitti.py", line 105, in get_data_dir
data_dir['depth_src'] = self.cfg.depth.depthsrc
AttributeError: 'EasyDict' object has no attribute 'depth'
Do you know how to solve this problem? Thanks a lot.