Update README.md
Browse files
README.md
CHANGED
@@ -58,6 +58,7 @@ pipeline = Pipeline.create(
|
|
58 |
text_model_path=model_folder + "/textual.onnx"
|
59 |
)
|
60 |
|
|
|
61 |
output = pipeline(
|
62 |
image=CLIPVisualInput(images=images),
|
63 |
text=CLIPTextInput(text=possible_classes),
|
|
|
58 |
text_model_path=model_folder + "/textual.onnx"
|
59 |
)
|
60 |
|
61 |
+
# Infer
|
62 |
output = pipeline(
|
63 |
image=CLIPVisualInput(images=images),
|
64 |
text=CLIPTextInput(text=possible_classes),
|