Image Feature Extraction
Birder
PyTorch
hassonofer commited on
Commit
a326c73
·
verified ·
1 Parent(s): 069dc1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -60,22 +60,22 @@ with torch.inference_mode():
60
 
61
  ```bibtex
62
  @misc{dosovitskiy2021imageworth16x16words,
63
- title={An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale},
64
  author={Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby},
65
  year={2021},
66
  eprint={2010.11929},
67
  archivePrefix={arXiv},
68
  primaryClass={cs.CV},
69
- url={https://arxiv.org/abs/2010.11929},
70
  }
71
 
72
  @misc{he2021maskedautoencodersscalablevision,
73
- title={Masked Autoencoders Are Scalable Vision Learners},
74
  author={Kaiming He and Xinlei Chen and Saining Xie and Yanghao Li and Piotr Dollár and Ross Girshick},
75
  year={2021},
76
  eprint={2111.06377},
77
  archivePrefix={arXiv},
78
  primaryClass={cs.CV},
79
- url={https://arxiv.org/abs/2111.06377},
80
  }
81
  ```
 
60
 
61
  ```bibtex
62
  @misc{dosovitskiy2021imageworth16x16words,
63
+ title={An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale},
64
  author={Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby},
65
  year={2021},
66
  eprint={2010.11929},
67
  archivePrefix={arXiv},
68
  primaryClass={cs.CV},
69
+ url={https://arxiv.org/abs/2010.11929},
70
  }
71
 
72
  @misc{he2021maskedautoencodersscalablevision,
73
+ title={Masked Autoencoders Are Scalable Vision Learners},
74
  author={Kaiming He and Xinlei Chen and Saining Xie and Yanghao Li and Piotr Dollár and Ross Girshick},
75
  year={2021},
76
  eprint={2111.06377},
77
  archivePrefix={arXiv},
78
  primaryClass={cs.CV},
79
+ url={https://arxiv.org/abs/2111.06377},
80
  }
81
  ```