Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice committed May 8, 2024
1 parent 6368a53 commit 7bb7aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drumpy/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main() -> None:
model=LandmarkerModel.LITE,
delegate=BaseOptions.Delegate.CPU, # type: ignore
landmark_type=LandmarkType.LANDMARKS,
file_path="../data/Recordings/multicam_asil_01_front.mkv",
file_path="../../../data/recordings/multicam_asil_01_front.mkv",
# log_file="test.csv",
disable_drum=False,
)
Expand Down

0 comments on commit 7bb7aa7

Please sign in to comment.