Skip to content

Commit

Permalink
Fix getting frametimes for behavior box
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Nov 8, 2024
1 parent 313157f commit 7969e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_mvr/mvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def frame_times(self) -> dict[CameraName, npt.NDArray[np.float64]]:
if self.is_behavior_box:
return {
get_camera_name("behavior"): get_video_frame_times_for_behavior_session(
self.video_paths["behavior"],
self,
self.task_data_or_path,
)
}
Expand Down

0 comments on commit 7969e00

Please sign in to comment.