Xcode 9 and 10 generate the different results when using the same code

Hi,


I found a weird problem of CoreML when I changed to Xcode 10. For the below project which uses the SSD+MobileNet to detect the objects from the camera,

https://github.com/vonholst/SSDMobileNet_CoreML


I got huge different results when I opened and ran the project with Xcode 9 and 10 respectively.


Anyone knows the reason?


Thanks!

Replies

Hi Tao,


This was a known issue and is now resolved in the latest Xcode 10 beta. If run your model with the latest Xcode 10 Beta the predictions should be in agreement with what you get on Xcode 9.


thanks!