Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski committed Nov 29, 2024
1 parent 3bac9d0 commit 069e30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/strike_a_pose_demo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def export_model(model_name: str) -> Path:
model_path = model_dir / f"{model_name}.pt"
# create a YOLO pose estimation model
yolo_model = YOLO(model_path)

s=3
ov_model_path = model_dir / f"{model_name}_int8_openvino_model"
# export the model to OpenVINO format (INT8)
if not ov_model_path.exists():
Expand Down

0 comments on commit 069e30a

Please sign in to comment.