Add real-world projects in Ultralytics + guides in Docs (#6695)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
9618025416
commit
8c4094e7d9
13 changed files with 869 additions and 23 deletions
|
|
@ -265,6 +265,11 @@ nav:
|
|||
- Raspberry Pi: guides/raspberry-pi.md
|
||||
- Triton Inference Server: guides/triton-inference-server.md
|
||||
- Isolating Segmentation Objects: guides/isolating-segmentation-objects.md
|
||||
- Real-World Projects:
|
||||
- Object Counting: guides/object-counting.md
|
||||
- Workouts Monitoring: guides/workouts-monitoring.md
|
||||
- Objects Counting in Regions: guides/region-counting.md
|
||||
- Security Alarm System: guides/security-alarm-system.md
|
||||
- Integrations:
|
||||
- integrations/index.md
|
||||
- Comet ML: integrations/comet.md
|
||||
|
|
@ -399,6 +404,9 @@ nav:
|
|||
- transformer: reference/nn/modules/transformer.md
|
||||
- utils: reference/nn/modules/utils.md
|
||||
- tasks: reference/nn/tasks.md
|
||||
- solutions:
|
||||
- ai_gym: reference/solutions/ai_gym.md
|
||||
- object_counter: reference/solutions/object_counter.md
|
||||
- trackers:
|
||||
- basetrack: reference/trackers/basetrack.md
|
||||
- bot_sort: reference/trackers/bot_sort.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue