Skip to content

Commit 429243f

Browse files
committed
Init commit
1 parent 26a2c2c commit 429243f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/otx/algorithms/visual_prompting/tasks/openvino.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def evaluate(self, output_resultset: ResultSetEntity, evaluation_metric: Optiona
260260

261261
def deploy(self, output_model: ModelEntity) -> None:
262262
"""Deploy function of OpenVINOVisualPromptingTask."""
263-
raise NotImplementedError
263+
print("deploy start!")
264264

265265
def optimize(
266266
self,

0 commit comments

Comments
 (0)