tree3po commited on
Commit
ed00fd0
1 Parent(s): 77f00b0

Update open_oasis_master/generate.py

Browse files
Files changed (1) hide show
  1. open_oasis_master/generate.py +1 -1
open_oasis_master/generate.py CHANGED
@@ -36,7 +36,7 @@ noise_abs_max = 20
36
  ctx_max_noise_idx = ddim_noise_steps // 10 * 3
37
 
38
  # get input video
39
- video_id = "sample_data/snippy-chartreuse-mastiff-f79998db196d-20220401-224517.chunk_001"
40
  mp4_path = f"sample_data/{video_id}.mp4"
41
  actions_path = f"sample_data/{video_id}.actions.pt"
42
  video = read_video(mp4_path, pts_unit="sec")[0].float() / 255
 
36
  ctx_max_noise_idx = ddim_noise_steps // 10 * 3
37
 
38
  # get input video
39
+ video_id = "snippy-chartreuse-mastiff-f79998db196d-20220401-224517.chunk_001"
40
  mp4_path = f"sample_data/{video_id}.mp4"
41
  actions_path = f"sample_data/{video_id}.actions.pt"
42
  video = read_video(mp4_path, pts_unit="sec")[0].float() / 255