Mohammad Shafiei
Mohammad Shafiei
# Pull requests instruction 1. Put the bibtex in `awesome-NeRF/citations/.txt`. 2. Modify the README and follow the format TITLE, AUTHOR, CONFERENCE YEAR | OPTIONAL LINK | BIBTEX. For example: -...
Hi, I get an exception while rendering with projection light source. I attached a lightweight example. [mitsuba.zip](https://github.com/mitsuba-renderer/mitsuba/files/3004671/mitsuba.zip)
Hi, I resolved compile time errors on windows. fbow_create_voc_step0.exe works fine. But when I run fbow_create_voc_step1.exe I get a segmentation fault right after the following print, > DescName=orb > Creating...
Hi, I try playing around with the parameters (branch, depth) of the tree but they do not really affect the results. I expect to get higher precision by increasing both...
Hi, For me it takes way longer to do the image matching with floating point features compared to the binary features. Is this normal? Is there any reason for it?
Hi, **What am I looking for:** I am interested in the task of _image matching_. My goal is to query one image from a dataset of images and get the...
Hi, I'm observing that the GPU runs out of memory when I call local laplacian filter in a loop. It's reproducible by the following code snippet. When I only enable...
Hi, I'm trying to get the gradient of local laplacian generator. When I add `GRADIENT_DESCENT_OPT "GRADIENT_DESCENT"` to `python_bindings/apps/CMakeLists.txt:48` the local laplacian app breaks. The output image turns out to be...