From 3be3db61fd0c76f1d5948b0f82520b9425c8a12d Mon Sep 17 00:00:00 2001 From: brimoor Date: Mon, 7 Feb 2022 12:22:24 -0500 Subject: [PATCH] bug fixes --- docs/source/release-notes.rst | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 14dcb59bd8..561226b2ca 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -20,8 +20,7 @@ App - Fixed encoding of sample media URLs so image and video filepaths with special characters are supported -- Fixed errors that would occur when rendering empty - :class:`Keypoint ` instances +- Fixed an error that would occur when rendering empty |Keypoint| instances Core @@ -35,36 +34,38 @@ Core - Updated :meth:`DatasetView.save() ` to save changes to (only) the samples in the view to the underlying dataset - Added a new :meth:`DatasetView.keep() ` - method that deletes any samples that are not in the view to the underlying + method that deletes any samples that are not in the view from the underlying dataset - Added :meth:`InteractivePlot.save() ` and :meth:`ViewPlot.save() ` methods that can be used to save plots as static images +- Added support for populating query distances on a dataset when using + :meth:`sort_by_similarity() ` + to query by visual similarity - Added a - :func:`instances_to_polylines() + :func:`instances_to_polylines() ` utility that converts instance segmentations to |Polylines| format - Added support for frame labels to all conversion methods in the :mod:`fiftyone.utils.labels` module - Updated the implementation of :meth:`Detection.to_polyline() ` so that all attributes are included rather than just ETA-supported ones -- Added support for populating query distances on a dataset when using - :meth:`sort_by_similarity() ` - to query by visual similarity - Added support for including empty labels labels via an `include_missing` keyword argument in - :func:`add_yolo_labels() >fiftyone.utils.yolo.add_yolo_labels>` -- Added the utility function + :func:`add_yolo_labels() ` +- Added a :func:`download_youtube_videos() ` -- Added `skip_failures` flags to + utility for efficiently and robustly downloading videos or specific segments + from YouTube +- Added a `skip_failures` flag to :func:`transform_images() ` and :func:`transform_videos() ` - Added `shuffle` and `seed` parameters to - :class:`FiftyOneImageLabelsImporter ` + :class:`FiftyOneImageLabelsDatasetImporter ` and - :class:`FiftyOneVideoLabelsImporter ` + :class:`FiftyOneVideoLabelsDatasetImporter ` - Added an `include_all_data` parameter to :class:`YOLOv5DatasetImporter ` - Resolved a bug that would previously cause an error when writing aggregations