HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.54k stars 2.42k forks source link

Adding scatter plots for time series analysis #1819

Open Favrot-Nicolas opened 2 years ago

Favrot-Nicolas commented 2 years ago

Is your feature request related to a problem? Please describe.

In order to label a time series it would be useful to have more than just the visualisation of a variable with respect to the time. It would be very helpful to have a 2D scatter plot on which I could select a point (or several) and have access to the date associated.

Describe the solution you'd like

The idea would be to allow simple 2D scatter plots. These scatter plots would be complementary to the usual graphs. Ideally the user could select one or several points within the scatter plot and have the corresponding time window associated on the time series graph (the one with respect to the time).

Describe alternatives you've considered

Another solution would be to set up a hyper parameter to disable connections between points on the time series graphique. Today if a variable different from time is given in the time series we have this :

Screenshot 2021-12-07 at 17 52 26

If we could juste disable the connection between the point it would be a good start.

makseq commented 2 years ago

@Favrot-Nicolas What labeling task do you solve?

Favrot-Nicolas commented 2 years ago

@makseq Thank you for your answer. I'm doing Activity Recognition.