119458
119458
## ❓Question The 160-size data set is trained with 8, 16 and 32 times downsampling. Under pt weight, the target can be classified and identified by adding post-processing to the...
## ❓Question After I trained the yolov8 model, I used coremltools==7.0 to convert it into an mlpackage model. Then, I quantified the model using the pruning in the official documentation....
## ❓Question After I trained the yolov8 model, I used coremltools==7.0 to convert it into an mlpackage model. Then, I quantified the model using the pruning in the official documentation....
## 🌱 Describe Feature Request I trained a Transformer model. When I converted it as a whole into an mlmodel, I found that its intelligence could only be processed on...
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question `from ultralytics import YOLO model = YOLO("yolo26n.pt") model.export(format="coreml")`...