Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ObjectNet (Test set only)
|
| 2 |
+
|
| 3 |
+
Original paper: [ObjectNet: A large-scale bias-controlled dataset for pushing the limits of object recognition models](https://objectnet.dev/objectnet-a-large-scale-bias-controlled-dataset-for-pushing-the-limits-of-object-recognition-models.pdf)
|
| 4 |
+
|
| 5 |
+
Homepage: https://objectnet.dev/
|
| 6 |
+
|
| 7 |
+
Bibtex:
|
| 8 |
+
```
|
| 9 |
+
@inproceedings{NEURIPS2019_97af07a1,
|
| 10 |
+
author = {Barbu, Andrei and Mayo, David and Alverio, Julian and Luo, William and Wang, Christopher and Gutfreund, Dan and Tenenbaum, Josh and Katz, Boris},
|
| 11 |
+
booktitle = {Advances in Neural Information Processing Systems},
|
| 12 |
+
editor = {H. Wallach and H. Larochelle and A. Beygelzimer and F. d\textquotesingle Alch\'{e}-Buc and E. Fox and R. Garnett},
|
| 13 |
+
pages = {},
|
| 14 |
+
publisher = {Curran Associates, Inc.},
|
| 15 |
+
title = {ObjectNet: A large-scale bias-controlled dataset for pushing the limits of object recognition models},
|
| 16 |
+
url = {https://proceedings.neurips.cc/paper/2019/file/97af07a14cacba681feacf3012730892-Paper.pdf},
|
| 17 |
+
volume = {32},
|
| 18 |
+
year = {2019}
|
| 19 |
+
}
|
| 20 |
+
```
|