BoyaWu10 Haagen-Dazs commited on
Commit
fa971f7
1 Parent(s): 502a7b6

Update README.md (#4)

Browse files

- Update README.md (577da32a49dec59a0586c3ddce4e732f8822f284)


Co-authored-by: Yu Wang <Haagen-Dazs@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ This datasets contain two parts:
5
+
6
+ **occupancies**:
7
+ This part includes occupancies and point clouds. For specific usage, you can refer to [Occupancy Networks](https://github.com/autonomousvision/occupancy_networks).
8
+
9
+ **rendered_images**:
10
+ This part is a supplementary rendering dataset of [Objaverse dataset](https://huggingface.co/datasets/allenai/objaverse). The rendering code is sourced from [zero123](https://github.com/cvlab-columbia/zero123), with the difference being the use of the Eevee renderer, and the camera positions are fixed at 12 locations on a sphere with a radius of 2. They are numbered from 12 to 23, corresponding to:
11
+ - 12: Front view
12
+ - 13: Side view (left)
13
+ - 14: Top view
14
+ - 15: Back view
15
+ - 16: Side view (right)
16
+ - 17: Bottom view
17
+ - 18-20: Three equidistant points on the polar angle of 45°
18
+ - 21-23: Three equidistant points on the polar angle of 135°