Skip to content

Commit d9c0fdf

Browse files
deruyter92C-Achard
andcommitted
Update dlclivegui/services/dlc_processor.py
Co-authored-by: Cyril Achard <cyril.achard@epfl.ch>
1 parent 7e4b753 commit d9c0fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlclivegui/services/dlc_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def _process_frame(
329329
raw_pose: Any = self._dlc.get_pose(frame, frame_time=timestamp)
330330
inference_time = time.perf_counter() - inference_start
331331
pose_arr: np.ndarray = validate_pose_array(raw_pose, source_backend="DLCLive")
332-
pose_packet = PosePacketV0(
332+
pose_packet = PosePacket(
333333
schema_version=0,
334334
keypoints=pose_arr,
335335
keypoint_names=None,

0 commit comments

Comments
 (0)