-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Thanks for your work! I run your code as README, but when i run your code ,I meet a problem as fellows:
seq_00_epoch_*_best* Detected epoch 11 as the best one. Traceback (most recent call last): File "/home/robot/PycharmProjects/dpc-net/test_dpc_net.py", line 276, in <module> main() File "/home/robot/PycharmProjects/dpc-net/test_dpc_net.py", line 76, in main test_stats, tm_dict = run_test(seq, epoch, correction_type, 'sparse', paths) File "/home/robot/PycharmProjects/dpc-net/test_dpc_net.py", line 165, in run_test test_loader = DataLoader(KITTIOdometryDataset(kitti_config['kitti_data_file'], img_type=train_config['img_type'], transform_img=transform_img, run_type='test', remap_kitti_folder=paths['kitti_img']), File "/home/robot/PycharmProjects/dpc-net/utils.py", line 87, in __init__ self.load_kitti_data(run_type) #Loads self.image_quad_paths and self.labels File "/home/robot/PycharmProjects/dpc-net/utils.py", line 92, in load_kitti_data kitti_data = pickle.load(handle) ModuleNotFoundError: No module named 'liegroups.se3'
could you help me?Thanks very much!