Create README.MD
Browse files
README.MD
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is the whole brick dataset of RTMV:
|
| 2 |
+
|
| 3 |
+
```
|
| 4 |
+
cat bricks.tar.part* > bricks.tar
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
How to cite:
|
| 8 |
+
```
|
| 9 |
+
@inproceedings{tremblay2022rtmv,
|
| 10 |
+
archiveprefix = {arxiv},
|
| 11 |
+
eprint = {2205.07058},
|
| 12 |
+
author = {Jonathan Tremblay and Moustafa Meshry and Alex Evans and Jan Kautz and Alexander Keller and Sameh Khamis and Thomas M{\"u}ller and Charles Loop and Nathan Morrical and Koki Nagano and Towaki Takikawa and Stan Birchfield},
|
| 13 |
+
title = {{RTMV}: A Ray-Traced Multi-View Synthetic Dataset for Novel View Synthesis},
|
| 14 |
+
booktitle = {ECCV Workshop on Learning to Generate 3D Shapes and Scenes},
|
| 15 |
+
year = {2022},
|
| 16 |
+
month = {Oct},
|
| 17 |
+
website = {http://www.cs.umd.edu/~mmeshry/projects/rtmv/},
|
| 18 |
+
}
|
| 19 |
+
```
|