-
Hi,
I am trying to run this code on the underwater images released in your dataset to obtain the depth-map. For many images, I am getting patch-like artefacts in the transmission map. I am attachi…
-
This issue is tightly bound to [this PR (93082)](https://github.com/rust-lang/rust/pull/93082), which aims to add the ability to return `impl Fn() -> impl Trait` from a function.
I played around w…
-
### Steps to reproduce
I've been having the issue since today.
1. Join a Telegram group.
2. Click on a user's name to open the `User Info` window.
3. Click on the user picture. Nothing happens.
…
-
After commit 461ad36, I tried building again after clearing old versions of CUDA Toolkit and it worked for a while but yesterday I suddenly ran into an issue with fusing depth maps for scenes generate…
ghost updated
2 years ago
-
It seems that every z is generated from a particular test sample x, we need ground truth sparse depth map D_s to update z for each x. Does it mean that during testing, every test sample x need corresp…
-
Hi, I write the following sampling code and test the official var_d30.pth ckpt. (I calculate FID/IS using OPENAI's official code)
I find at cfg=1. We have FID=2.31 and IS=62. At cfg=2 the FID=2.0 …
-
Relief mapping is not applied on depth computation, hence alpha blended textures using depth write (like grids) displays a bit of void. It's possible to workaround this by disabling the depth computat…
-
I want to know what depth image and raw-depth image refer to. Is depth image a post-processing depth map? I did this operation (depths-min)/(max-min)*255 when I generated raw-depth from the depth data…
-
I have used the libraries following code to get a depth map image:
`JPEGTweaker.extractDepthMap()`
But the problem is that the only sample pictures are providing outputs. Other images like pictu…
-
In a web crawler, when I strip the HTML tree, sometimes `detach()` panic on the `.unwrap()`.