-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not read the file #4
Comments
I have solved it!but i meet a other problem: could you give some information about the trained model? I can not figure out which model corresponding which data? such as in 'kitti_pose_error_data_test_00.pickle' ,I find the resized_img_dims=[400,120],but in the ' DeepPoseCorrectorStereoFullPose()',it require the [120,400]. |
and I meet a other error ,could you help me?thanks very much! |
@csufangyu how did you solve this? is it the pickle file containing an outdated reference to the module? |
Did anyone use this network with another dataset? |
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!
The text was updated successfully, but these errors were encountered: