Release 1.2.175 - February 28, 2023
- Bug fix for an issue where adectl resultset dump operation was not copying correct frames of a video file to the target location in certain cases if the dataset has sampling_fps parameter specified.
- Bug fix for a UI issue on the resultset page where the action bar, when clicked within a bounding box, was not being shown.
- Bug fix for a failure where similarity search created in a job with HDBSCAN clusterer failed if executed within a job with KSEGMENT clusterer.
Release 1.2.171 - February 20, 2023
- Enhancement to support operators like less than and greater than on a 2DBoundingBoxArea type of a virtual column.
- Bug fix for deleted status icon showing incorrectly in View details.
- UI enhancements in Create View wizard to do additional validations of input fields and show more details about type mapping columns and virtual columns.
- Added new pre-registered pipelines, namely AkridataImagePatchPipelineSplitF and AkridataVideoPatchPipelineSplitF. These pipelines featurize the image by splitting the image explicitly into a 5x5 grid and generating features individually on each cell. These pipelines execute about 10X slower than the recommended AkridataImagePatchPipelineV2 and AkridataVideoPatchPipelineV2.
- (Preview) Added a new featurizer docker AkridataSplitPatchFeaturizerSmallCells that produces features by splitting the image into a 10x10 grid. This allows a fine-grained selection of patches for patch search. A visualization job created using this pipeline must be limited to 75000 points only.