Description
If you do not know the root cause of the problem / bug and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
The tutorial doesn't present a working example. The example's error increases exponentially vs. converging to zero. No resultant mesh is visible next to the benchmark when the code has finished running.
Instructions To Reproduce the Issue:
Load the fit_textured_mesh.ipynb example in Colab and run all blocks. Observe error in block:
" We initialize the source shape to be a sphere of radius 1.
src_mesh = ico_sphere(4, device)"
UserWarning: floor_divide is deprecated and will be removed in a future version of PyTorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values.
Observe the error going up to infinity
Observe no resultant solution mesh is displayed next to the benchmark mesh.