Posts

Post not yet marked as solved
1 Replies
When I tried to update Xcode 13.2 to 13.3, I hanged, too. After reboot, I had a version full of bugs and missing functionalities. I deleted Xcode and did a fresh install. Now it is running fine.
Post not yet marked as solved
1 Replies
Replied In Xcode13.3
It's better not to update because IMHO they published unusable trash.
Post not yet marked as solved
3 Replies
It's now running - but be aware to have the right JSON format, especially the right order for the coordinates:[{"image":"sample.jpeg", "annotations":[ {"label":"Label 2","coordinates":{"y":1132,"x":781,"width":413,"height":394}}, {"label":"Label 1","coordinates":{"y":1167,"x":308,"width":397,"height":375}} ] },....]
Post not yet marked as solved
19 Replies
Yes, but object detection is unusable - neither JSON files in the format described in the developer documention nor as shown in the WWDC videos are scanned without an format error.Sorry Apple, this is not beta but pre-alpha and should not be published.
Post marked as solved
1 Replies
First, you have to run XCode in macOS Catalina Beta. However, the object detection will not appear in CreateML. I have tried to use it in a Swift playground, but the generated model seems to be more or less useless. Seems to me tha t the obejct detection is in an alpha status and we have to wait some weeks.