Skip to content
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

Depth map creation for monocular depth estimation #146

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ Once it's running, just navigate to the `demo_usage` folder and open any tutoria
### **Argoverse-Forecasting Tutorial**
[![](images/forecasting_tutorial.png)](./demo_usage/argoverse_forecasting_tutorial.ipynb)

### **Argoverse-Depth_Map Tutorial**
Follow the instructions in the notebook to generate depth maps from lidar ground truth points corresponding to the ring camera frames and use it for supervised monocular depth estimation model training.
[![](images/lidar_to_depth_map_tutorial.png)](./demo_usage/monocular_depth_dataset_tutorial.ipynb)

### Rendering birds-eye-view
Run the following script to render cuboids from a birds-eye-view on the map.
```
Expand Down
515 changes: 515 additions & 0 deletions demo_usage/monocular_depth_dataset_tutorial.ipynb

Large diffs are not rendered by default.

Binary file added images/lidar_to_depth_map_tutorial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.