mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-20 09:22:22 +02:00
change frame interval
This commit is contained in:
parent
dec9248551
commit
5de47c3049
|
|
@ -4,7 +4,7 @@ dataset = dict(
|
|||
type="VideoTextDataset",
|
||||
data_path=None,
|
||||
num_frames=num_frames,
|
||||
frame_interval=3,
|
||||
frame_interval=1,
|
||||
image_size=image_size,
|
||||
get_text=False,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ dataset = dict(
|
|||
type="VideoTextDataset",
|
||||
data_path=None,
|
||||
num_frames=num_frames,
|
||||
frame_interval=3,
|
||||
frame_interval=1,
|
||||
image_size=image_size,
|
||||
get_text=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue