Improve Docs layout issues (#15868)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
04ebf29f75
commit
8e39e85607
2 changed files with 14 additions and 12 deletions
|
|
@ -146,17 +146,19 @@ The xView dataset comprises high-resolution satellite images collected from Worl
|
||||||
|
|
||||||
If you utilize the xView dataset in your research, please cite the following paper:
|
If you utilize the xView dataset in your research, please cite the following paper:
|
||||||
|
|
||||||
!!! Quote "BibTeX"
|
!!! Quote ""
|
||||||
|
|
||||||
```bibtex
|
=== "BibTeX"
|
||||||
@misc{lam2018xview,
|
|
||||||
title={xView: Objects in Context in Overhead Imagery},
|
```bibtex
|
||||||
author={Darius Lam and Richard Kuzma and Kevin McGee and Samuel Dooley and Michael Laielli and Matthew Klaric and Yaroslav Bulatov and Brendan McCord},
|
@misc{lam2018xview,
|
||||||
year={2018},
|
title={xView: Objects in Context in Overhead Imagery},
|
||||||
eprint={1802.07856},
|
author={Darius Lam and Richard Kuzma and Kevin McGee and Samuel Dooley and Michael Laielli and Matthew Klaric and Yaroslav Bulatov and Brendan McCord},
|
||||||
archivePrefix={arXiv},
|
year={2018},
|
||||||
primaryClass={cs.CV}
|
eprint={1802.07856},
|
||||||
}
|
archivePrefix={arXiv},
|
||||||
```
|
primaryClass={cs.CV}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
For more information about the xView dataset, visit the official [xView dataset website](http://xviewdataset.org/).
|
For more information about the xView dataset, visit the official [xView dataset website](http://xviewdataset.org/).
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ Then, you can create a basic Streamlit application to run live inference:
|
||||||
### Make sure to run the file using command `streamlit run <file-name.py>`
|
### Make sure to run the file using command `streamlit run <file-name.py>`
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "CLI"
|
=== "CLI"
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yolo streamlit-predict
|
yolo streamlit-predict
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue