Add missing HTML image alt tags (#6611)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2023-11-27 17:46:29 +01:00 committed by GitHub
parent 4096b261fc
commit 42bcf8c47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 267 additions and 245 deletions

View file

@ -43,7 +43,7 @@ python main.py --model-path <MODEL_PATH> --source <IMAGE_PATH>
After running the command, you should see segmentation results similar to this:
<img src="https://user-images.githubusercontent.com/51357717/279988626-eb74823f-1563-4d58-a8e4-0494025b7c9a.jpg" alt="Segmentation Demo" width="800"/>
<img src="https://user-images.githubusercontent.com/51357717/279988626-eb74823f-1563-4d58-a8e4-0494025b7c9a.jpg" alt="Segmentation Demo" width="800">
## Advanced Usage