ceasor-mao

Results 3 comments of ceasor-mao

I used the `pyvista` package to check your `test.obj` file, and the result shows that the mesh is not closed — it has 3270 boundary edges, meaning there are many...

Here's the environment information for twice tests where I encountered the issue​​​: ​​1. OS:​​ Ubuntu 24.04 ​​GPU:​​ NVIDIA GeForce GTX 1050 Driver: 550.163.01 CUDA: 12.4 ​​2. OS:​​ Windows ​​GPU:​​ NVIDIA...

The bug occurs in the `animate` function at `genesis/utils/tools.py`, lines `33–44`: ```python from moviepy import ImageSequenceClip imgs = ImageSequenceClip(imgs, fps=fps) imgs.write_videofile( filename, fps=fps, logger=None, codec="libx264", preset="ultrafast", # ffmpeg_params=["-crf", "0"], )...