-
Hello! Thanks for your great work on VPD!
I am trying to reproduce the depth estimation results on NYUv2 using test.sh and keep getting the following error. Any help here is greatly appreciated. Than…
-
#preprint
URL: https://arxiv.org/pdf/1812.01402.pdf
Keyword: 3D Reconstruction, Using Single Image
Interest: 2
![image](https://user-images.githubusercontent.com/11758940/51180662-41750200-19…
-
when i run the command
`roslaunch d2vins quadcam.launch enable_pgo:=true enable_loop:=true
`
the following error appeares
![a33039b47a4688e213eeb17109a4c92c](https://github.com/HKUST-Aerial-Roboti…
-
I am running this on nuscenes with the following code adapted from your demo.py file:
```python
import numpy as np
import torch
from PIL import Image
from unidepth.models import UniDepthV1, U…
-
## Computer Vision:
- [x] Add Depth Estimation pipeline
- [ ] Add Image Classification pipeline
- [ ] Add Image Segmentation pipeline
- [ ] Add Mask Generation pipeline
- [ ] Add Object Detecti…
-
Dear tsattler and v-pnk,
First, I would like to express my admiration for your impressive work on the MeshLoc project. As a researcher working on visual relocalization, I find your project to be incr…
-
Great work! Thank you for open-sourcing this impressive research.
I noticed that in your paper, you mention testing depth estimation on the Matterport3D dataset with good results, but the data appe…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
# ❓ Questions and Help
I am working on a Unity project that seems pretty heavily integrated with cuda 11.7, and I don't know how hard it would be to upgrade to 11.8. This project converts 2D video an…
-
I am doing research in unsupervised depth estimation. And thanks for the preliminary code in 'depth from video in the wild'.
In this project, it is necessary to generate data before training, which…