HumanSignal / HumanSignal/label-studio
Does version 1.7.2 close the function of "Change the label"?
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
I found out what's happening. The reason for the below phenomenon is that the labels created by the magic wand can't be modified like brush. Could developers implement the functionality to modify them?
Thank you very much.
________________________________
**Describe the bug**
I have upgraded Label Studio from version 1.7.0 to version 1.7.2 and enabled the Magic Wand feature. However, I have found that the function of "Change the label" does not work anymore.
**To Reproduce**
Steps to reproduce the behavior:
1. Run Label studio 1.7.2 using docker
```
docker run -p 8080:8080 \
-e fflag_feat_front_dev_4081_magic_wand_tool=1 \
-v /a/data/directory:/label-studio/data \
heartexlabs/label-studio:1.7.2 \
label-studio
```
3. Enable Magic Wand using this parameter:
```
```
5. Do some labeling, and try to change a label just like:
https://labelstud.io/guide/labeling.html
7. See error.
Select a new label. Your changes to the label save automatically.
Contributor guide
Assessment
This issue has not been assessed yet.