Chandradeep Pokhariya

Results 9 issues of Chandradeep Pokhariya

Hey, thanks for contributing. Your work is awesome. I tried to find the USRGan and USR-tiny models training support, but didn't get any of these? Is there any support for...

Hello again, There is a difference of almost 5dB when I train with opencv/pillow bicubic kernel as compared to default matlab. Is matlab kernel easy to learn, as compare to...

Hi! Thanks for this awesome work. I wanted to calculate the diffuse operators in a mesh, and it gave error "Failed to compute eigen-decomposition". What can be possible solution for...

Hello, I was running the code in the MacOS Ventura, with forward compatible mode by enabling the following code in MiniGL.cpp. `glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3); glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GLFW_TRUE);` With...

Thanks for this awesome project. I was able to get the face map and Barycentric map using openDR functions. I was using the visibility_image and barycentric_image properties of the ColoredRenderer...

Hello. Thanks for an amazing work. I was trying this method on custom data, however there is a lot of noise in the geometry (even if I initialise point cloud...

Is it possible to do matrix decompositions of small matrices (let's say of size 9x9 or 12x12) inside the CUDA kernel? My final goal is to run Newton method inside...

enhancement
question