worlabel/ai/app/schemas/train_response.py
2024-09-27 14:18:59 +09:00

10 lines
194 B
Python

from pydantic import BaseModel
class TrainResponse(BaseModel):
modelKey:str
precision: float
recall: float
mAP50: float
mAP5095: float
accuracy: float
fitness: float