File size: 2,223 Bytes
24095b3 a588206 24095b3 d477c67 2cd6792 24095b3 a588206 24095b3 4a690bb 24095b3 a588206 24095b3 d477c67 24095b3 a588206 24095b3 d477c67 24095b3 a588206 24095b3 d477c67 24095b3 a588206 d477c67 a588206 d477c67 24095b3 d477c67 24095b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
YOLO documentation
=======================
Introduction
------------
YOLO (You Only Look Once) is a state-of-the-art, real-time object detection system that is designed for both efficiency and accuracy. This documentation provides comprehensive guidance on how to set up, configure, and effectively use YOLO for object detection tasks.
**Note: This project and some sections of this documentation are currently a work in progress.**
Project Features
----------------
- **Real-time Processing**: YOLO can process images in real-time with high accuracy, making it suitable for applications that require instant detection.
- **Multitasking Capabilities**: Our enhanced version of YOLO supports multitasking, allowing it to handle multiple object detection tasks simultaneously.
- **Open Source**: YOLO is open source, released under the MIT License, encouraging a broad community of developers to contribute and build upon the existing framework.
Documentation Contents
----------------------
Explore our documentation:
.. toctree::
:maxdepth: 1
:caption: Get Started
0_get_start/0_quick_start
0_get_start/1_introduction
0_get_start/2_installations
.. toctree::
:maxdepth: 1
:caption: Tutorials
1_tutorials/0_allIn1
1_tutorials/1_setup
1_tutorials/2_buildmodel
1_tutorials/3_dataset
1_tutorials/4_train
1_tutorials/5_inference
.. toctree::
:maxdepth: 1
:caption: Model Zoo
2_model_zoo/0_object_detection
2_model_zoo/1_segmentation
2_model_zoo/2_classification
.. toctree::
:maxdepth: 1
:caption: Custom YOLO
3_custom/0_model
3_custom/1_data_augment
3_custom/2_loss
3_custom/3_task
.. toctree::
:maxdepth: 1
:caption: Deploy
4_deploy/1_deploy
4_deploy/2_onnx
4_deploy/3_tensorrt
.. toctree::
:maxdepth: 1
:caption: Features
5_features/0_small_object
5_features/1_version_convert
5_features/2_IPython
.. toctree::
:maxdepth: 1
:caption: Function Docs
6_function_docs/0_solver
6_function_docs/1_tools
6_function_docs/2_module
License
-------
YOLO is provided under the MIT License, which allows extensive freedom for reuse and distribution. See the LICENSE file for full license text.
|