Skip to content

Commit caecead

Browse files
committed
push to v0.8.3
1 parent 547d797 commit caecead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sports2D/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ def process_fun(config_dict, video_file, time_range, frame_rate, result_dir):
15321532
if save_angles:
15331533
all_frames_angles.append([])
15341534
continue
1535-
else: # does not save frame if they are not saved or used for ordering UI
1535+
else: # does not store all frames in memory if they are not saved or used for ordering
15361536
if save_img or save_vid or person_ordering_method == 'on_click':
15371537
frames.append(frame.copy())
15381538

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sports2d"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
authors = [
99
{name = "David Pagnon", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)