Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure yolov5-seg? #146

Open
Anleeno-Xu opened this issue Sep 14, 2023 · 1 comment
Open

How to configure yolov5-seg? #146

Anleeno-Xu opened this issue Sep 14, 2023 · 1 comment

Comments

@Anleeno-Xu
Copy link

I have made a yaml file and loaded a yolov5-seg model, but the labeling results are just boxes (just few images have results).

type: yolov5
name: yolov5n-seg
display_name: YOLOv5n-seg
model_path: y5n_seg.onnx
confidence_threshold: 0.25
input_height: 640
input_width: 640
nms_threshold: 0.45
score_threshold: 0.5
classes:
  - a
  - b
@Anleeno-Xu
Copy link
Author

'type: yolov5_seg ' is also wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant