We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
'type: yolov5_seg ' is also wrong.
Sorry, something went wrong.
No branches or pull requests
I have made a yaml file and loaded a yolov5-seg model, but the labeling results are just boxes (just few images have results).
The text was updated successfully, but these errors were encountered: