pytorch_depth_and_motion_planning icon indicating copy to clipboard operation
pytorch_depth_and_motion_planning copied to clipboard

This project is an unofficial PyTorch implementation of https://github.com/google-research/google-research/tree/master/depth_and_motion_learning

Results 9 pytorch_depth_and_motion_planning issues
Sort by recently updated
recently updated
newest added

Thanks for your work. It seems tthat he activation function in MotionVectorNet is missing if I understand correctly. Looking forward to your reply.

Thank you for this work, I want to use this approach for camera self calibration. I trained the network on KITTI dataset and used the model to test inference. However,...

Could you please provide the checkpoint?

Thank you for this work, Could you share the script to generate Kitti and Cityscape training datasets?

Thank you for this work, How can I display the depth map images using this code?

Hello, Thanks for your work! May I ask more details on the def _mask function? What is the functionality of this function? Thanks for help

This is a great project and I would like to experiment with it. Could you please add a license for this project, otherwise one isn't allowed to use it for...

Thank you for your gorgeous work. I am trying your project and I've get the `position.txt` and `trajectory.txt`. But what should I do to see exactly the depth map of...

Hi! Thank you for your generous sharing! I can't get an acceptable result on KITTI, neither depth or motion. Have you ever obtained results comparable to those in the paper?