Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,7 @@ try:
|
|
76 |
saved_frames += 1
|
77 |
frame_idx += 1
|
78 |
cap.release()
|
|
|
79 |
|
80 |
def insert_into_db(collection, dir):
|
81 |
embedding_list = []
|
|
|
76 |
saved_frames += 1
|
77 |
frame_idx += 1
|
78 |
cap.release()
|
79 |
+
logger.info("Frames extracted")
|
80 |
|
81 |
def insert_into_db(collection, dir):
|
82 |
embedding_list = []
|