QualityReportSummary class reference
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| total_frames | int | ||
| validation_frames | int | ||
| validation_frame_share | float | ||
| conflict_count | int | ||
| warning_count | int | ||
| error_count | int | ||
| conflicts_by_type | {str: (int,)} | ||
| valid_count | int | ||
| ds_count | int | ||
| gt_count | int | ||
| total_count | int | ||
| accuracy | float | ||
| precision | float | ||
| recall | float | ||
| frame_count | int | Deprecated. Use ‘validation_frames’ instead | [optional] |
| frame_share | float | Deprecated. Use ‘validation_frame_share’ instead | [optional] |
| tasks | QualityReportSummaryTasks | [optional] | |
| jobs | QualityReportSummaryJobs | [optional] |