Update README.md

This commit is contained in:
Jamjamjon 2024-09-16 11:05:53 +08:00 committed by GitHub
parent 0adddd3bbd
commit 5057c20565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -97,7 +97,6 @@ You have two options to link the ONNXRuntime library
``` ```
## 🎈 Demo ## 🎈 Demo
```Shell ```Shell
@ -146,7 +145,7 @@ cargo run -r --example yolo # blip, clip, yolop, svtr, db, ...
// "images/bus.jpg", // remote image // "images/bus.jpg", // remote image
// "../images-folder", // local images (from folder) // "../images-folder", // local images (from folder)
// "../demo.mp4", // local video // "../demo.mp4", // local video
// "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4", // remote video // "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4", // online video
"rtsp://admin:kkasd1234@192.168.2.217:554/h264/ch1/", // stream "rtsp://admin:kkasd1234@192.168.2.217:554/h264/ch1/", // stream
)? )?
.with_batch(2) // iterate with batch_size = 2 .with_batch(2) // iterate with batch_size = 2