Skip to content

Commit

Permalink
Merge pull request #43 from tdincer/main
Browse files Browse the repository at this point in the history
fix videotype
  • Loading branch information
CBroz1 authored Jul 21, 2022
2 parents 66802d6 + 68134cf commit 631d7d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion element_deeplabcut/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def make(self, key):
get_dlc_root_data_dir(), dlc_model["project_path"]
)

# Triger PoseEstimation,
# Triger PoseEstimation
if task_mode == "trigger":
dlc_reader.do_pose_estimation(
video_filepaths,
Expand Down
2 changes: 1 addition & 1 deletion element_deeplabcut/readers/dlc_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def do_pose_estimation(
dlc_model,
project_path,
output_dir,
videotype=None,
videotype="",
gputouse=None,
save_as_csv=False,
batchsize=None,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
datajoint>=0.13
deeplabcut
deeplabcut>=2.2.1.1

0 comments on commit 631d7d5

Please sign in to comment.