tpoellabauer commited on
Commit
a96c727
·
verified ·
1 Parent(s): e516069

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ We provide our physically-based renderings of the YCB-V object dataset randomized YCB-V (YCB-V-RAND) with **randomized texture**, **randomized material**, and **randomized lighting**, allowing to benchmark the influence of such variations on the task of 2D object detection and 6DoF object pose estimation. For more details on the dataset, please take a look on our paper referenced below.
5
+
6
+ ![Teaser Image](teaser.jpg)
7
+
8
+
9
+ If you find our work useful, please consider citing our work.
10
+ ```
11
+ @inproceedings{poellabauer2024NERF,
12
+ title={Generalizing Neural Radiance Fields for Robust 6D Pose Estimation of Unseen Appearances},
13
+ author={Thomas P{\"o}llabauer and Wirth, Tristan and Weitz, Paul and Knauthe, Volker and Kuijper, Arjan and Fellner, Dieter},
14
+ series={Lecture Notes in Computer Science},
15
+ booktitle={Proceedings of the 19th International Symposium on Visual Computing (ISCV24)},
16
+ year={2024}
17
+ }
18
+ ```