Skip to content

Commit

Permalink
Merge pull request #75 from ttngu207/main
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
sidhulyalkar authored Mar 7, 2023
2 parents 1627433 + 37a100c commit 40503d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_deeplabcut/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def generate(
"""
processed_dir = get_dlc_processed_data_dir()
output_dir = cls.infer_output_dir(
video_recording_key, relative=False, mkdir=True
{**video_recording_key, "model_name": model_name}, relative=False, mkdir=True
)

if task_mode is None:
Expand Down

0 comments on commit 40503d7

Please sign in to comment.