Spaces:
Running on Zero
Running on Zero
Commit ·
378f7fc
1
Parent(s): 914fc28
Update app
Browse files
app.py
CHANGED
|
@@ -1332,7 +1332,7 @@ def process_video_syncoffset(video_path, num_avg_frames, apply_preprocess):
|
|
| 1332 |
# Extract embeddings
|
| 1333 |
print("Obtaining audio and video embeddings...")
|
| 1334 |
video_emb, audio_emb = get_embeddings(video_sequences, audio_sequences, model, calc_aud_emb=True)
|
| 1335 |
-
print("
|
| 1336 |
video_emb = torch.cat(video_emb, dim=0)
|
| 1337 |
audio_emb = torch.cat(audio_emb, dim=0)
|
| 1338 |
print("Successfully extracted GestSync embeddings")
|
|
|
|
| 1332 |
# Extract embeddings
|
| 1333 |
print("Obtaining audio and video embeddings...")
|
| 1334 |
video_emb, audio_emb = get_embeddings(video_sequences, audio_sequences, model, calc_aud_emb=True)
|
| 1335 |
+
print("Obtained embeddings")
|
| 1336 |
video_emb = torch.cat(video_emb, dim=0)
|
| 1337 |
audio_emb = torch.cat(audio_emb, dim=0)
|
| 1338 |
print("Successfully extracted GestSync embeddings")
|