continuous-remeshing icon indicating copy to clipboard operation
continuous-remeshing copied to clipboard

Continuous Remeshing For Inverse Rendering

Results 6 continuous-remeshing issues
Sort by recently updated
recently updated
newest added

Hi, using the camera external parameter under the opencv coordinate system camera internal parameters: And by way of reversing the y-axis and z-axis transformations of the camera external parameters and...

Hi. During the training process some of the vertices have Nan coordinates. I discovered that this happens after the Remesh operation inside the optimizer Do you have any tips to...

Hello, thank you for your excellent work. When I use `example. py`, the target_images obtained by the normal renderer are all 0, but the `save_images (target_images [...,: 3], './out/target_images/') `can...

Thanks for sharing this excellent work! I have found that in example.py only normal loss is used to optimize the mesh. I am curious why using only normal loss without...

I tried to run the example, installed the requirements and I can't resolve this error. ![contremesh](https://github.com/user-attachments/assets/2cbc9d29-7b30-41bf-bce3-22910939c2c5)

feat: switch to single‑channel render optimization; update save utils for grayscale outputs refactor: use first render channel for loss, safe save for 1‑channel images, new obj name fix: depth‑channel training...