Skip to main content

Release 8.11

New FeatureImprovementBug FixEnterprise Only
new-featureimprovementbugenterprise

Community

StatusChangeDetails
new-featurePublished the BlazeFace face detection model for mobile GPUs
  • You can now use the BlazeFace face detection model to detect faces in images. It is a lightweight and well-performing face detector tailored for mobile GPU inference.
new-featurePublished four different models for general image detection
  • The models are Detic: A Detector with image classes that can use image-level labels to easily train detectors. They can detect twenty-thousand classes using image-level supervision.
bugFixed an issue where markdown notes exceeded page width
  • Previously, when a code block with large text existed in markdown notes, it exceeded the page width. This led to the model viewer’s canvas expanding beyond the normal width and breaking without loading inputs well.
bugFixed an issue where a user's long app name broke the sidebar
  • A user's app had a long name that extended beyond the sidebar. The name was shortened.
bugFixed an issue where the synonym mapper model failed when used in a workflow
  • The synonym mapper model now works as expected when used in a workflow prediction.
bugFixed an issue where changing an existing model's template failed to work
  • Previously, editing the existing template of a visual-detector model did not work. The existing template and its corresponding parameters stayed the same even after selecting another template.

Portal-Screen

StatusChangeDetails
bugFixed an issue on the Input-Manager when applying label filters for inputs
  • Previously, selecting a label to see the images associated with that label resulted in an error. The search query took longer than expected
bugFixed an issue on the Input-Manager when using the "Unassigned" option for filtering inputs not assigned to any datasets.
  • Previously, the "Unassigned" filter option on the front-end sent a filtering request in a format that the back-end did not support. It occurred if an app had multiple datasets.

Old Portal

StatusChangeDetails
improvementImproved the error message generated when a model failed to train
  • Previously, when a model failed to train, the error message generated was not sufficient for the user to provide a fix.
bugFixed an issue where thumbnails failed to load after a visual search
  • After using the visual search feature to search for images, the resulting thumbnails now load properly.