Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Small NORB Azimuth (Test set only)
|
| 2 |
+
|
| 3 |
+
Original paper: [Learning Methods for Generic Object Recognition with Invariance to Pose and Lighting](https://ieeexplore.ieee.org/document/1315150)
|
| 4 |
+
|
| 5 |
+
Homepage: https://cs.nyu.edu/~ylclab/data/norb-v1.0-small/
|
| 6 |
+
|
| 7 |
+
Bibtex:
|
| 8 |
+
```
|
| 9 |
+
@INPROCEEDINGS{1315150,
|
| 10 |
+
author={LeCun, Y. and Fu Jie Huang and Bottou, L.},
|
| 11 |
+
booktitle={Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2004. CVPR 2004.},
|
| 12 |
+
title={Learning methods for generic object recognition with invariance to pose and lighting},
|
| 13 |
+
year={2004},
|
| 14 |
+
volume={2},
|
| 15 |
+
number={},
|
| 16 |
+
pages={II-104 Vol.2},
|
| 17 |
+
doi={10.1109/CVPR.2004.1315150}}
|
| 18 |
+
```
|