v0.8.0

HumanSignal/label-studiov0.8.0Oct 27, 2020by niklub

AI Summary

This release introduces Time Series data labeling capabilities for classification, segmentation, forecasting, and anomaly detection, with support for importing data from CSV, TSV, and JSON files. Additional improvements include S3 presigned URL resolution, AWS S3 bucket region configuration in the UI, and drag-and-drop folder import functionality.

Key Highlights

  • Time Series data labeling support for classification, segmentation, forecasting, and anomaly detection
  • Multiple projects support and project sharing for multi-session mode
  • S3:// URLs now resolved as Presigned URLs for connected S3 storage
  • AWS S3 bucket region can be specified within cloud storage settings UI
  • Drag-and-drop data folder import for images, audio, and other file types

New Features

  • Time Series labeling with classification, segmentation, forecasting, and outlier/anomaly detection
  • Predefined templates on /setup page
  • Import data from CSV, TSV, or JSON formatted files
  • Multiple projects support and project sharing for multi-session mode
  • S3:// URL resolution as Presigned URLs
  • AWS S3 bucket region configuration in cloud storage settings
  • Drag-n-drop data folder import from local file storage

Full Release Notes

Introducing Time Series data labeling for classification, segmentation, forecasting, outlier/anomaly detection, and many more!

Read more on our introductory [blog post](https://labelstud.io/blog/release-080-time-series-labeling.html). Play with predefined templates on `/setup` page. Import your data from CSV, TSV or JSON formatted files.


<img src="https://labelstud.io/images/release-080/ui.gif" width="600">

**Features**
- Multiple projects support and project sharing for multi-session mode (@ktl014)

**Improvements**
- Now you can set `s3://`-like URLs in your tasks and they are going to be resolved as Presigned URLs according to the connected S3 storage
- Specify AWS S3 bucket region within cloud storage settings UI
- Drag-n-drop data folder to import your images, audios, etc. from local file storage
- Docs updates