jschwab21 commited on
Commit
54b9714
·
verified ·
1 Parent(s): f869da0

Update video_processing.py

Browse files
Files changed (1) hide show
  1. video_processing.py +2 -2
video_processing.py CHANGED
@@ -100,8 +100,8 @@ def analyze_scenes(video_path, scenes, description, batch_size=16):
100
  "Intro text for a video",
101
  "dark scene without much contrast",
102
  "No people are in this scene",
103
- #"A still shot of natural scenery",
104
- #"Still-camera shot of a person's face"
105
  ]
106
  preprocess = transforms.Compose([
107
  transforms.ToTensor(),
 
100
  "Intro text for a video",
101
  "dark scene without much contrast",
102
  "No people are in this scene",
103
+ "A still shot of natural scenery",
104
+ "Still-camera shot of a person's face"
105
  ]
106
  preprocess = transforms.Compose([
107
  transforms.ToTensor(),