Fang Yunhao commited on
Commit
3f18dad
·
1 Parent(s): 0922465
Files changed (1) hide show
  1. myinspect.py +0 -9
myinspect.py DELETED
@@ -1,9 +0,0 @@
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"])