Zhong Li commited on
Commit
6f2de1e
1 Parent(s): 52044bb

add detailed readme

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
FaceBase/.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # [LumiView: A Synthetic Object Centric Dataset with Multiple View and Lighting](xxxx)
2
+ [Zhong Li](https://sites.google.com/site/lizhong19900216)<sup>1</sup>,
3
+ [Liangchen Song](https://lsongx.github.io/)<sup>2</sup>,
4
+ [Zhang Chen](https://zhangchen8.github.io/)<sup>1</sup>,
5
+ Xiangyu Du<sup>1</sup>,
6
+ [Lele Chen](https://lelechen63.github.io/)<sup>1</sup>,
7
+ [Junsong Yuan](https://cse.buffalo.edu/~jsyuan/)<sup>2</sup>,
8
+ [Yi Xu](https://www.linkedin.com/in/yi-xu-42654823/)<sup>1</sup>,
9
+ <sup>1</sup>OPPO US Research Center, <sup>2</sup>University at Buffalo
10
+
11
+
12
+ <p align="center">
13
+ <img src='imgs/dataset_teaser.png' width="750"/>
14
+ </p>
15
+
16
+ # Introduction
17
+
18
+ > We used Blender’s physically based path tracer renderer and rendered 3 textured objects: `synthetic face`, `wood train`, and `face mask`. We set up 5 × 5 camera views on the front hemisphere, set 105 directional light sources around the full sphere, and render at a resolution of 800 × 800 pixels. Each camera differs by 10 degrees and each light source differs by 25 degrees on the sphere. Please download the dataset from this link: [BlenderData](xxxxx), and put them in the folder `data/BlenderData/`.
19
+
20
+ # Dataset structure
21
+ Each object has its own folder, and each folder contains the following files:
22
+ - `cam_data_label.npz`: camera parameters labeled in label['imgname'],label['intrinsic'] ,label['R_bcam'],w2c_T = label['T_bcam'],l_dirs = label['light_dir'], please refer to the github code[link](xxxxx) for more details.
23
+
24
+ - `xx_xx_xx_xx.png`: view and light index images.
25
+ ```
26
+ root/
27
+ |-- FaceBase/
28
+ | |-- xx_xx_xx_xx.png # view and light index
29
+ | |-- cam_data_label.npz
30
+ |-- facecover/
31
+ |-- toytrain/
32
+ ```
33
+
34
+
35
+ # Citation
36
+
37
+ ```
38
+ @inproceedings{li2023relitneulf,
39
+ title={Relit-NeuLF: Efficient Novel View Synthesis with Neural 4D Light Field},
40
+ author={Li, Zhong, Song, Liangchen, Chen, Zhang, Du, Xiangyu, Chen, Lele, Yuan, Junsong, Xu, Yi},
41
+ booktitle={Proceedings of the 31th ACM International Conference on Multimedia},
42
+ year={2023}
43
+ }
44
+ ```
facecover/.DS_Store ADDED
Binary file (6.15 kB). View file
 
imgs/dataset_teaser.png ADDED

Git LFS Details

  • SHA256: a6879ffa0cbf2d0004491e20db85d6aff275e03120379915f2ba217001d2419c
  • Pointer size: 131 Bytes
  • Size of remote file: 735 kB
toytrain/.DS_Store ADDED
Binary file (6.15 kB). View file