fbelderink / flutter_pytorch_mobile

A flutter plugin for pytorch model inference. Supports image models as well as custom models.
https://pub.dev/packages/pytorch_mobile
Other
101 stars 52 forks source link

Can read yolov5 model? #17

Open anhTuan0712 opened 2 years ago

anhTuan0712 commented 2 years ago

As far as I know, yolov5 is developed on pytorch framework (https://github.com/ultralytics/yolov5), so is the model created by yolov5 flutter_pytorch_monile readable?

SeraPayFinTech commented 2 years ago

Yes, it is readable

Jumabek commented 1 year ago

In my case it didnt work. Any pointers on how to solve this?

image
libc++abi: terminating with uncaught exception of type NSException
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
    frame #0: 0x00000001e3d14200 libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`:
->  0x1e3d14200 <+8>:  b.lo   0x1e3d14220               ; <+40>
    0x1e3d14204 <+12>: pacibsp
    0x1e3d14208 <+16>: stp    x29, x30, [sp, #-0x10]!
    0x1e3d1420c <+20>: mov    x29, sp
Target 0: (Runner) stopped.
Lost connection to device.