Skip to content

Commit

Permalink
fix yolo_pose_inference
Browse files Browse the repository at this point in the history
  • Loading branch information
Koldim2001 committed Jan 9, 2025
1 parent 817414b commit 5c3e90d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions patched_yolo_infer/functions_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ def visualize_results_yolo_pose_inference(

# Process each prediction
for pred in predictions:
print(pred.boxes)
print(pred.keypoints)

# Get the bounding boxes and convert them to a list of lists
boxes = pred.boxes.xyxy.cpu().int().tolist()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = "\n" + fh.read()


VERSION = '1.3.6'
VERSION = '1.3.7'
DESCRIPTION = '''Patch-Based-Inference for detection/segmentation of small objects in images.'''

setup(
Expand Down

0 comments on commit 5c3e90d

Please sign in to comment.