Delete objaverse1.0_curated
Browse files
objaverse1.0_curated/download_v1_animated.py
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
import objaverse
|
| 2 |
-
import pickle
|
| 3 |
-
uids = objaverse.load_uids()
|
| 4 |
-
annotations = objaverse.load_annotations(uids)
|
| 5 |
-
cc_by_uids = [uid for uid, annotation in annotations.items() if annotation["animationCount"] != 0]
|
| 6 |
-
print(len(cc_by_uids), cc_by_uids[0])
|
| 7 |
-
with open('ObjV1_all_animated.txt','w') as f:
|
| 8 |
-
f.write('\n'.join(cc_by_uids))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|