HumanSignal / HumanSignal/label-studio
Preannotations Not Visible in Object Identification Tasks
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Describe the bug**
I've set up my ML backend and connected it to an object detection project. The preannotations show up on the data view as the number 1, but when I actually click on the task
**To Reproduce**
Steps to reproduce the behavior:
1. Create a project with the object detection template.
2. Set up a custom machine learning backend.
3. Connect the backend to the project and turn on all the settings in the Machine Learning settings page.
4. Navigate to the project's Data View (main page).
5. See that the Predictions column contains the number 1 (as opposed to 0, meaning that a prediction was made) for all tasks.
6. Click on any task.
7. See that there are no bounding boxes under the Regions tab.
**Expected behavior**
I expected to see some bounding boxes representing the predictions of the backend that I could then accept and click Submit.
**Screenshots**

**Environment:**
- OS: Windows 10
- Label Studio Version 1.8.0
- label-studio-ml version 1.0.9
**Additional context**
I'm using [this](https://huggingface.co/keremberke/yolov8m-protective-equipment-detection) model. I set everything up following the docs on the label studio website.
Contributor guide
Assessment
This issue has not been assessed yet.