Unverified Commit 2ea28d69 authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

Change `export_to_video` default (#6990)



update
Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
parent a1cb1064
...@@ -116,7 +116,7 @@ def export_to_obj(mesh, output_obj_path: str = None): ...@@ -116,7 +116,7 @@ def export_to_obj(mesh, output_obj_path: str = None):
def export_to_video( 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: ) -> str:
if is_opencv_available(): if is_opencv_available():
import cv2 import cv2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment