mattdeitke
commited on
Commit
·
f8691db
1
Parent(s):
2649957
update for lint
Browse files- scripts/rendering/example-objects.json +42 -0
- scripts/rendering/main.py +1 -1
- tests/test_api.py +0 -1
scripts/rendering/example-objects.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"sha256": "d2b9a5d7c47dc93526082c9b630157ab6bce4fd8669610d942176f4a36444e71",
|
4 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.obj"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"sha256": "f15f7541614940dedd1ce373dee9cde1cc63471db84081259a44488aca267408",
|
8 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example-linked.gltf"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"sha256": "cd567dfd1605a5fd60af1b8ac67e44b6af25b9e3f160da66047bb1187d02a071",
|
12 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.dae"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"sha256": "879bc9d2d85e4f3866f0cfef41f5236f9fff5f973380461af9f69cdbed53a0da",
|
16 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.abc"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"sha256": "ac69da6df0c83b593902c71238a7721f575233723730150230da95d583466562",
|
20 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.blend"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"sha256": "bc4cc8a78bc57d3c41ddaca9135d2b4e66b59e97846e2b796e5cc6b09c62b273",
|
24 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example-embedded.gltf"
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"sha256": "04e6377317d6818e32c5cbd1951e76deb3641bbf4f6db6933046221d5fbf1c5c",
|
28 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.glb"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"sha256": "7037575f47816118e5a34e7c0da9927e1be7be3f5b4adfac337710822eb50fa9",
|
32 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.fbx"
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"sha256": "10fd5944c3fe32cb25fdcf46319cbda250b98bd22fd87fc41de5769b118d5262",
|
36 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.stl"
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"sha256": "aa5c41753ad8a91562122d8cafbe1a940146fc3d227b7086eb8c830da36cb42b",
|
40 |
+
"githubUrl": "https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.ply"
|
41 |
+
}
|
42 |
+
]
|
scripts/rendering/main.py
CHANGED
@@ -9,7 +9,7 @@ import tempfile
|
|
9 |
import time
|
10 |
import zipfile
|
11 |
from functools import partial
|
12 |
-
from typing import
|
13 |
|
14 |
import fire
|
15 |
import fsspec
|
|
|
9 |
import time
|
10 |
import zipfile
|
11 |
from functools import partial
|
12 |
+
from typing import Any, Callable, Dict, List, Literal, Optional, Union
|
13 |
|
14 |
import fire
|
15 |
import fsspec
|
tests/test_api.py
CHANGED
@@ -3,7 +3,6 @@ import shutil
|
|
3 |
|
4 |
import fsspec
|
5 |
import pandas as pd
|
6 |
-
import pytest
|
7 |
|
8 |
from objaverse_xl.github import _process_repo, download_github_objects
|
9 |
|
|
|
3 |
|
4 |
import fsspec
|
5 |
import pandas as pd
|
|
|
6 |
|
7 |
from objaverse_xl.github import _process_repo, download_github_objects
|
8 |
|