Classes
StructuredClassifyResult
Parameters | |
---|---|
**data | Any |
Bases |
---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
Class variables | |
---|---|
Config | |
boxes | List[List[float]] |
debug_info_json | pydantic.v1.types.StrictStr | None |
f1 | float |
labels | List[pydantic.v1.types.StrictStr] | None |
m_ap | float |
precision | float |
recall | float |
scores | List[float] |
STATIC METHODS
from_dict
Parameters | |
---|---|
obj | dict |
Returns |
---|
edgeimpulse_api.models.structured_classify_result.StructuredClassifyResult |
from_json
Parameters | |
---|---|
json_str | str |
Returns |
---|
edgeimpulse_api.models.structured_classify_result.StructuredClassifyResult |
METHODS
to_dict
Parameters | |
---|---|
self | |
to_json
Parameters | |
---|---|
self | |
indent=None | |
Returns |
---|
str |
to_str
Parameters | |
---|---|
self | |
Returns |
---|
str |