Skip to content

Commit

Permalink
Update element_facemap/facemap_inference.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kushal Bakshi <[email protected]>
  • Loading branch information
sidhulyalkar and kushalbakshi authored Oct 27, 2023
1 parent 0b7f339 commit 8846b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_facemap/facemap_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def infer_output_dir(cls, key, relative=True, mkdir=True):
root_dir = find_root_directory(get_facemap_root_data_dir(), video_dir)

model_id = (FacemapPoseEstimationTask & key).fetch1("model_id")
processed_dir = Path(fbe.get_facemap_processed_data_dir())
processed_dir = Path(get_facemap_processed_data_dir())
output_dir = (
processed_dir / video_dir.relative_to(root_dir) / f"facemap_{model_id}"
)
Expand Down

0 comments on commit 8846b3d

Please sign in to comment.