You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i tried to integrate the ML models into my label tasks, everything seemd to work fine but no predictions showed though.
Env: label-studio was running in a docker container while the ML-backend was running in the container of the container, but i checked the ENV variable as well as the mapping directory inside the ML-backend container and they were all correctly set.
Tests: I tested in my web browser of the connection between label-studio and ML-backend and it worked fine.
Model weight: I put an official yolov8m.pt file downloaded from github into the models folder and i checked inside the ML-backend container that it was really being there.
Settings: I set the label template to yolo and wrote the configurations code below: <View> <Image name="image" value="$image"/> <RectangleLabels name="label" toName="image" model_score_threshold="0.25" model_path="[yolov8n.pt](http://yolov8n.pt/)" opacity="0.1"> <Label value="Person" background="red"/> <Label value="person" background="red"/> <Label value="Car" background="blue"/> </RectangleLabels> </View>
Finally, i checked the images inside the project but no person bounding boxes were shown. Besides, I was pretty sure that the yolov8m.pt can successfully detected them.
So would you please tell me that where i was doing wrong?
The text was updated successfully, but these errors were encountered:
Hi, i tried to integrate the ML models into my label tasks, everything seemd to work fine but no predictions showed though.
Env: label-studio was running in a docker container while the ML-backend was running in the container of the container, but i checked the ENV variable as well as the mapping directory inside the ML-backend container and they were all correctly set.
Tests: I tested in my web browser of the connection between label-studio and ML-backend and it worked fine.
Model weight: I put an official yolov8m.pt file downloaded from github into the models folder and i checked inside the ML-backend container that it was really being there.
Settings: I set the label template to yolo and wrote the configurations code below:
<View> <Image name="image" value="$image"/> <RectangleLabels name="label" toName="image" model_score_threshold="0.25" model_path="[yolov8n.pt](http://yolov8n.pt/)" opacity="0.1"> <Label value="Person" background="red"/> <Label value="person" background="red"/> <Label value="Car" background="blue"/> </RectangleLabels> </View>
Finally, i checked the images inside the project but no person bounding boxes were shown. Besides, I was pretty sure that the yolov8m.pt can successfully detected them.
So would you please tell me that where i was doing wrong?
The text was updated successfully, but these errors were encountered: