-
Hi,
You mention it is different than the article.
Could you say what is different and why?
Thank You.
-
Thank you for your research and code, they help me a lot. But I find there is no code for intrinsic image decomposition, could you upload it?
Thanks.
-
Hi. Could you provide any references for equations in this function? Unfortunately I didn't find it in your paper.
-
Hello,
I have been trying to make this working with Python 3 in a Windows environment. I have fixed most of the issues with the latest eigen code, but got stuck with the DenseCRF map() function in kr…
-
Dear lixx2938,
I read your paper , it is a nice paper, I really like it.
By use the SunCG 3D models and CGIntrinsics rendering methods, could I remove one object from the 3D model and re-renderi…
-
# Introduction
Concept of a HAL (Hardware Abstraction Layer) is well-known. Basically it means that in some big software package (library of algorithms, operating system, photo editing application …
-
I'm using your script to run it on my own image
```
from chrislib.data_util import load_image
from intrinsic.pipeline import load_models, run_pipeline
# load the models from the given paths…
-
Thanks for your great project. However, I have trouble visualizing the predictions. The image looks very strange, could you please tell me how to correctly visualize them?
-
Is the code of EDL1 or the supplemental material mentioned in the paper which described the detail of EDL1 available?
-
In w22940, the definition of the camera intrinsic matrix property box (`cmin`) includes the focal length, separated into $f_x$ and $f_y$ and normalized by the image size:
````
f_x = focal_length_x ×…