nam_nguyenhoai_AI
commited on
Commit
•
64a17a1
1
Parent(s):
b41d709
rebuild
Browse files- algorithm.py +3 -0
algorithm.py
CHANGED
@@ -73,3 +73,6 @@ def online(features, threshold):
|
|
73 |
clips.extend(random_Frames)
|
74 |
|
75 |
return clips
|
|
|
|
|
|
|
|
73 |
clips.extend(random_Frames)
|
74 |
|
75 |
return clips
|
76 |
+
|
77 |
+
def test():
|
78 |
+
pass
|