Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added rose plugin support
  • Loading branch information
ahodkov committed Apr 4, 2023
commit bc1beb91ac400791a79a5e643fd65a1263beba88
1 change: 1 addition & 0 deletions compreface/common/typed_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def check_fields_by_name(name: str, value: Any):
and row.find("gender") == -1
and row.find("landmarks") == -1
and row.find("mask") == -1
and row.find("pose") == -1
):
raise IncorrectFieldException(
"face_plugins must be only contains calculator,age,gender,landmarks,mask. "
Expand Down