Skip to content

Commit

Permalink
chore: remove obsolete print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Snehil Shah <[email protected]>
  • Loading branch information
Snehil-Shah committed Aug 11, 2024
1 parent 2001dab commit 92d02e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/operators/vid_vec_rep_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def analyze(self, fname):

# Extract I-frames and features
self.frame_images = self.extract_frames(fname)
print(len(self.frame_images))
self.feature_matrix = self.extract_features(self.frame_images)

def extract_frames(self, fname):
Expand Down

0 comments on commit 92d02e2

Please sign in to comment.