PyCharm Code and Docs Inspect fixes v1 (#18461)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
126867e355
commit
7f1a50e893
26 changed files with 90 additions and 91 deletions
|
|
@ -628,7 +628,7 @@ TensorRT is highly recommended for deploying YOLO11 models on NVIDIA Jetson due
|
|||
|
||||
### How can I install PyTorch and Torchvision on NVIDIA Jetson?
|
||||
|
||||
To install PyTorch and Torchvision on NVIDIA Jetson, first uninstall any existing versions that may have been installed via pip. Then, manually install the compatible PyTorch and Torchvision versions for the Jetson's ARM64 architecture. Detailed instructions for this process are provided in the [Install PyTorch and Torchvision](#install-pytorch-and-torchvision) section.
|
||||
To install PyTorch and Torchvision on NVIDIA Jetson, first uninstall any existing versions that may have been installed via pip. Then, manually install the compatible PyTorch and Torchvision versions for the Jetson's ARM64 architecture. Detailed instructions for this process are provided in the [Installation of PyTorch and Torchvision](#install-pytorch-and-torchvision) section.
|
||||
|
||||
### What are the best practices for maximizing performance on NVIDIA Jetson when using YOLO11?
|
||||
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@ result.export_visuals(export_dir="demo_data/")
|
|||
Image("demo_data/prediction_visual.png")
|
||||
```
|
||||
|
||||
This command will save the visualized predictions to the specified directory and you can then load the image to view it in your notebook or application. For a detailed guide, check out the [Standard Inference section](#visualize-results).
|
||||
This command will save the visualized predictions to the specified directory, and you can then load the image to view it in your notebook or application. For a detailed guide, check out the [Standard Inference section](#visualize-results).
|
||||
|
||||
### What features does SAHI offer for improving YOLO11 object detection?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue