Open yoavnaveh5 opened 5 years ago
Hi There, We are checking to see if you still need help on this, as this seems to be an old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing. If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.
You can get egomotion predictions by passing a mode
argument to the inference method:
inference_model.inference(inputs, sess, mode='egomotion')
Note that here inputs should be an image containing 3 frames, as defined here:
Hello @rezama, thanks for sharing the code.
System information
Describe the problem
I am trying to test the ego-motion predictions by your trained model on the KITTI dataset. currently inference.py produces only depth estimations. can you instruct me on the needed modifications to be able to predict egomotion? thanks!!