Fang Yunhao
commited on
Commit
·
944f8d2
1
Parent(s):
ca70845
Update.
Browse files
images/78509c7b-32a7-47c4-8f5d-4674c5bbdc48.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
images/8a83776a-1a81-424d-ac56-2b5591d4fb69.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
myinspect.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import os
|
2 |
+
from mmengine import load
|
3 |
+
data = load("worldmodelbench.json")
|
4 |
+
data_root = "/Users/fangyunhao/workspace/worldmodelBench"
|
5 |
+
|
6 |
+
for di in data:
|
7 |
+
if os.path.exists(os.path.join(data_root, di["first_frame"])):
|
8 |
+
continue
|
9 |
+
print(di["first_frame"])
|