Skip to content

Commit

Permalink
use the correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Conos committed Sep 13, 2024
1 parent b5628fe commit 33febba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/predict/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn image_segmentation(path: &str) {

// YOLOv8n for object detection in image
fn main() -> Result<(), TchError> {
object_detection("images/frame.png");
object_detection("images/bus.jpg");
image_classification("images/bus.jpg");
image_segmentation("images/test.jpg");
Ok(())
Expand Down

0 comments on commit 33febba

Please sign in to comment.