Skip to content

Commit

Permalink
make entity name optional
Browse files Browse the repository at this point in the history
  • Loading branch information
DicksonChi committed Oct 18, 2023
1 parent 5b8832c commit f8e2ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basemodels/manifest/data/groundtruth.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def validate_wrapper_model(Model, data):


class ILASGroundtruthEntry(BaseModel):
entity_name: float
entity_name: Optional[Union[int, float]]
entity_type: str
entity_coords: List[Union[int, float]]

Expand Down

0 comments on commit f8e2ec7

Please sign in to comment.