Hello! First and foremost, I want to express my gratitude for your incredible work, which has made it easier than ever to use 🤗 Transformers locally on devices. While exploring various transformers and the tasks they can perform, I noticed a discrepancy in the object detection results compared to Python inference. The issue stemmed from the fact that CoreMLConfig.generate_dummy_image generates images with dimensions that do not match the specified ones.
Hello! First and foremost, I want to express my gratitude for your incredible work, which has made it easier than ever to use 🤗 Transformers locally on devices. While exploring various transformers and the tasks they can perform, I noticed a discrepancy in the object detection results compared to Python inference. The issue stemmed from the fact that
CoreMLConfig.generate_dummy_image
generates images with dimensions that do not match the specified ones.