coremltools icon indicating copy to clipboard operation
coremltools copied to clipboard

After quantification, add pipeline operation

Open 119458 opened this issue 9 months ago • 0 comments

❓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. After quantification, I added nms operations to the model using the pipeline mechanism. I imported the model with nms added into xcode and input the predicted images. xcode crashed directly. By importing an nms model without adding quantization operations, xcode could predict the results normally

119458 avatar Apr 17 '25 07:04 119458