How to use YOLOv3 from applescript

Hello. I would like to compile the YOLOv3.mlmodel for object detection as a framework and call it from applescript to use it, but I do not know how.

The flow I am imagining is as follows

  1. Import "YOLOv3.mlmodel" on xcode and create a framework.
  2. Load the created framework with applescript's use statement and execute it.

Please let me know if you know anything about this.

Yes. You're right. I did.

You can call the framework call YOLOv3.mlmodel from AppleScript. I called self-made mlmodel like this.

http://piyocast.com/as/archives/4853

How to use YOLOv3 from applescript
 
 
Q