We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bade2e commit 5f5aaf9Copy full SHA for 5f5aaf9
scripts/sampling/simple_video_sample.py
@@ -33,7 +33,7 @@ def sample(
33
decoding_t: int = 14, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
34
device: str = "cuda",
35
output_folder: Optional[str] = None,
36
- elevations_deg: Optional[List[float]] = 10.0, # For SV3D
+ elevations_deg: Optional[float | List[float]] = 10.0, # For SV3D
37
azimuths_deg: Optional[List[float]] = None, # For SV3D
38
image_frame_ratio: Optional[float] = None,
39
verbose: Optional[bool] = False,
0 commit comments