Pascal Maillard
Results
2
issues of
Pascal Maillard
I do not understand how the output is parsed from the `onnx` model. I have set-up a Unity project similar to this that uses [YOLOv5m ](https://github.com/ultralytics/yolov5/releases) as its model and...
Is it possible to store custom data inside a calendar event? ```ts const onBeforeCreateEvent: ExternalEventTypes["beforeCreateEvent"] = ( eventData ) => { const event = { calendarId: eventData.calendarId || "", id:...