djghosh commited on
Commit
f2dd0c7
1 Parent(s): cd4497d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ImageNet-1k (Test set only)
2
+
3
+ Original paper: [ImageNet Large Scale Visual Recognition Challenge](https://arxiv.org/abs/1409.0575)
4
+
5
+ Homepage: https://www.image-net.org/
6
+
7
+ Bibtex:
8
+ ```
9
+ @article{ILSVRC15,
10
+ Author = {Olga Russakovsky and Jia Deng and Hao Su and Jonathan Krause and Sanjeev Satheesh and Sean Ma and Zhiheng Huang and Andrej Karpathy and Aditya Khosla and Michael Bernstein and Alexander C. Berg and Li Fei-Fei},
11
+ Title = {{ImageNet Large Scale Visual Recognition Challenge}},
12
+ Year = {2015},
13
+ journal = {International Journal of Computer Vision (IJCV)},
14
+ doi = {10.1007/s11263-015-0816-y},
15
+ volume={115},
16
+ number={3},
17
+ pages={211-252}
18
+ }
19
+ ```