Compare commits

...

2 Commits

Author SHA1 Message Date
Sayak Paul
e5d21b8f1c Merge branch 'main' into export-vid-fix 2024-03-07 11:58:06 +05:30
Dhruv Nair
d7ab202abf update 2024-02-16 05:19:19 +00:00

View File

@@ -116,7 +116,7 @@ def export_to_obj(mesh, output_obj_path: str = None):
def export_to_video(
video_frames: Union[List[np.ndarray], List[PIL.Image.Image]], output_video_path: str = None, fps: int = 8
video_frames: Union[List[np.ndarray], List[PIL.Image.Image]], output_video_path: str = None, fps: int = 10
) -> str:
if is_opencv_available():
import cv2