-
Is it possible to use a predictive model for generating depth maps? If so, what are some recommended approaches or models that can effectively predict depth information from images or video sequences?
-
Dear author,
Thank you for your work on the BodyMap project! We are currently working on a project that aims to infer an SMPL model from depth images of in-bed human poses. Unfortunately, we don’t …
-
In my testing procedure, I firstly ran the EndoNeRF only with the masks, and then I added the depth maps to evaluate the model's performance. I'm using a dataset whose camera poses are not fixed, unli…
-
Which script can be used to input your own depth map?
-
Hi,
Thank you for the great work!
I'm assuming that we can render depth and normal map from the learned point clouds.
Could you give any tips for extracting depth and normal map from the learned …
-
### 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](https://www.open3d.org/d…
-
Currently we're using 32 bit depth buffers.
We could probably get away with 24 bit depth, or maybe even 16 bit depth for shadow maps once we improve precision there.
Less bits = faster to write and …
JMS55 updated
1 month ago
-
I'm experiencing a degradation in model performance when fine-tuning with mesh representation (depth and normal maps). The model initially works well when fine-tuned on the NeRF representation but beg…
-
Hello, I would like to ask a question, why is the size of the depth value opposite? For example, in the following picture, the closer the street is to the inside, the larger the value should be, but t…
520jz updated
3 months ago
-
Hi author, I notice that when rendering depth with blender, there is an action as follows:
```python
map.offset[0] = -0.5
map.size[0] = 1 / (2.5 - 0.5)
```
I would like to ask why there is an off…
YZsZY updated
4 weeks ago