DeepMatchVO
DeepMatchVO copied to clipboard
Implementation of ICRA 2019 paper: Beyond Photometric Loss for Self-Supervised Ego-Motion Estimation
Hello,I want to freeze the graph, switch ckpt to pb files. But I failed because of the wrong name of the "output_node_names". the code is like this: `def freeze(input_checkpoint, output_graph):...
Hi, I've got error when I run `test_kitti_pose.py`. The output in terminal: ``` seq 09 /home/cds-s/anaconda3/envs/python37/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in...
It seem the file command.sh can not be open ?
Hi, I tried to evaluate the model on sequence 00\~08. I used [dump_pose_seq_TUM](https://github.com/hlzz/DeepMatchVO/blob/master/kitti_eval/pose_evaluation_utils.py#L372L384) function to translate the pose from [data/prepare_train_data.py](https://github.com/hlzz/DeepMatchVO/blob/master/data/prepare_train_data.py#L69L71) as the ground truth. There are ATE errors of sequence...