Skip to content

Commit

Permalink
Init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchul2 committed Jul 6, 2023
1 parent 26a2c2c commit 429243f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otx/algorithms/visual_prompting/tasks/openvino.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def evaluate(self, output_resultset: ResultSetEntity, evaluation_metric: Optiona

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

def optimize(
self,
Expand Down

0 comments on commit 429243f

Please sign in to comment.