Linzhan commited on
Commit
9083c50
·
verified ·
1 Parent(s): e3bea6f

Add dataset card, copyright notice, indexes and tooling

Browse files
Files changed (1) hide show
  1. NOTICE.md +60 -0
NOTICE.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright, Licensing and Attribution Notice
2
+
3
+ ## Summary
4
+
5
+ This repository mirrors 3D assets that were **created by third parties**, together with metadata
6
+ derived from them. Two different sets of rights apply, and they must not be confused.
7
+
8
+ | Part of the repository | Rights |
9
+ |---|---|
10
+ | `glb/` — the 7,373 asset files | Owned by their **original creators**. Each object keeps the licence attached to it upstream. Nothing in this repository grants you any right to them. |
11
+ | `metadata.csv`, `animations.csv`, `scripts/`, `README.md`, this notice | Produced by the repository author from public structural properties of the files. Offered under **ODC-BY 1.0**, matching the licence of the upstream Objaverse metadata. |
12
+
13
+ Publishing these files here is **not** a licence grant, a sublicence, or a claim of ownership
14
+ over any asset.
15
+
16
+ ## Where the assets come from
17
+
18
+ Every file was obtained from [Objaverse and Objaverse-XL](https://objaverse.allenai.org/)
19
+ (Allen Institute for AI), which aggregates 3D objects from sources including Sketchfab and
20
+ public GitHub repositories. Objaverse-XL does not relicense what it indexes: each object remains
21
+ under whatever terms its creator applied — commonly a Creative Commons variant for Sketchfab
22
+ objects, and the licence of the containing repository for GitHub-sourced objects. Some objects
23
+ carry terms that restrict commercial use or require attribution; some carry no explicit licence
24
+ at all.
25
+
26
+ **There is therefore no single licence covering `glb/`, and none is asserted here.**
27
+
28
+ ## Before you use an asset
29
+
30
+ Filenames are deliberately unchanged so that every file is traceable. The `object_id` column in
31
+ `metadata.csv` is the upstream identifier:
32
+
33
+ - `<32-hex>.glb` — an Objaverse 1.0 / Sketchfab UID
34
+ - `<24-hex>_{fbx,glb,gltf}.glb` — an Objaverse-XL object; the suffix records its original format
35
+
36
+ Resolve the licence and author for a given `object_id` through the Objaverse-XL annotations,
37
+ which carry per-object `license`, `fileIdentifier` and source fields. Determining whether your
38
+ intended use is permitted — and complying with any attribution requirement — is your
39
+ responsibility as the user of the asset, not something this repository can settle for you.
40
+
41
+ ## Purpose of this mirror
42
+
43
+ The collection is published to support reproducible research on skeletal animation and motion
44
+ generation, as the raw source pool behind the `UniML3D` dataset. It is a convenience copy of
45
+ material that is already publicly indexed; it adds no rights and removes none.
46
+
47
+ ## Requests for removal
48
+
49
+ If you are a rights holder and an asset here should not be redistributed, it will be removed.
50
+ Open an issue or a discussion on this dataset repository identifying the `object_id` or filename
51
+ and your relationship to the work, and the file will be taken down promptly, without requiring
52
+ you to demonstrate anything further.
53
+
54
+ ## Attribution
55
+
56
+ Assets: the individual creators of each object.
57
+ Aggregation and identifiers: Objaverse and Objaverse-XL, Allen Institute for AI.
58
+ Derived metadata and tooling: the repository author (see `README.md` for citation).
59
+
60
+ *This notice describes how the material is offered. It is not legal advice.*