-
## Describe the bug
I am not able to download segmentation model. The op from lazy.py shows below:
Available options in 'model':
v7
v9-c
v9-c-seg
v9-m
v9…
-
Чи плануєте додати yolo11 з segmentation model?
Трохи погрався з цим і виглядає реально чудово, на багато простіше знайти область з номером на зображені, та потім відправити на розпізнавання
-
Hi,
This maybe more in lines of an enhancement request. Do let me know.
The Easy explainer works well with Object detection and bounding boxes. It throws the below exception when I use a Segment…
-
Hi,
First of all, thank you for the work you have done. Really great.
I wanted to ask if the instance segmentation model will also be available.
Thanks,
Mattia
-
**Describe the bug**
`model.graph()` causes a segmentation fault when tracking `dnPhyloCTMC(coding = variable).lnProbability()`
**To Reproduce**
- Download [data.txt](https://github.com/user-a…
-
The objective of this issue is to integrate the 3D nnunet model from this release: https://github.com/ivadomed/ms-lesion-agnostic/releases/tag/r20241101
The modifications will be done shortly in a …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I am working on implementing the SMT for semantic segmentation with the ACDC dataset. While trying to configure and use the repository, I noticed that one of the configuration files referenced in the …
-
Hi,
I’m using YOLOv9 for segmentation tasks and noticed that quantization is currently supported for object detection models. Since the backbone is the same across all YOLOv9 variants, I wanted to …
-
Tflite model is not working, maybe because of the difference of shapes. I have Output 0: Shape: [ 1 39 8400] and your model has Output 0: Shape: [ 1 116 8400]. Can you help me fix it? Thank you…