You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
### Added
5
5
* Added `HTML` Enum to `MediaType`. `HTML` is introduced as a new asset type in Labelbox.
6
6
* Added `PaginatedCollection.get_one()` and `PaginatedCollection.get_many()` to provide easy functions to fetch single and bulk instances of data for any function returning a `PaginatedCollection`. E.g. `data_rows = dataset.data_rows().get_many(10)`
7
+
* Added a validator under `ScalarMetric` to validate metric names against reserved metric names
8
+
9
+
### Changed
10
+
* In `iou.miou_metric()` and `iou.feature_miou_metric`, iou metric renamed as `custom_iou`
0 commit comments