MCPcopy
hub / github.com/serengil/deepface / UnimplementedError

Class UnimplementedError

deepface/modules/exceptions.py:52–55  ·  view source on GitHub ↗

Raised when a requested feature is not implemented.

Source from the content-addressed store, hash-verified

50
51
52class UnimplementedError(ValueError):
53 """Raised when a requested feature is not implemented."""
54
55 pass
56
57
58class DuplicateEntryError(ValueError):

Callers 6

extract_facesFunction · 0.90
build_modelFunction · 0.90
analyzeFunction · 0.90
__build_cascadeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected