xizaoqu
commited on
Commit
·
12dfdf2
1
Parent(s):
deeb774
update
Browse files
app.py
CHANGED
@@ -180,6 +180,7 @@ def run(cfg: DictConfig):
|
|
180 |
curr_frame,
|
181 |
device=device)
|
182 |
print("run????")
|
|
|
183 |
print(new_frame)
|
184 |
return new_frame
|
185 |
|
|
|
180 |
curr_frame,
|
181 |
device=device)
|
182 |
print("run????")
|
183 |
+
print(algo.frames)
|
184 |
print(new_frame)
|
185 |
return new_frame
|
186 |
|