Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit e55a3d5

Browse files
fixed with basilica.jpg (#97)
1 parent 370cbfe commit e55a3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/get-started/try-a-model/cv-object-detection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ yolo_pipeline = Pipeline.create(
9292
class_names=None, # if using custom model, pass in a list of classes the model will clasify or a path to a json file containing them
9393
model_config=None, # if using custom model, pass in the path to a local model config file here
9494
)
95-
inference = yolo_pipeline(images=['basilica'], iou_thres=0.6, conf_thres=0.001)
95+
inference = yolo_pipeline(images=['basilica.jpg'], iou_thres=0.6, conf_thres=0.001)
9696
print(inference)
9797

9898
> predictions=[[[174.3507843017578, 478.4552917480469, 346.09051513671875, 618.4129638671875, ...

0 commit comments

Comments
 (0)