Skip to content

Commit

Permalink
png images
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Haagh <[email protected]>
  • Loading branch information
KenH2 committed Dec 19, 2023
1 parent 7858410 commit e9c22e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion people_tracking/src/people_tracking/person_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def process_latest_image(self):

# Save Image
if save_data:
cv2.imwrite(f"{save_path}{batch_nr}.jpg", cv_image)
cv2.imwrite(f"{save_path}{batch_nr}.png", cv_image)



Expand Down

0 comments on commit e9c22e1

Please sign in to comment.