flutter_pytorch_mobile icon indicating copy to clipboard operation
flutter_pytorch_mobile copied to clipboard

Can read yolov5 model?

Open anhTuan0712 opened this issue 3 years ago • 2 comments
trafficstars

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?

anhTuan0712 avatar Oct 20 '22 09:10 anhTuan0712

Yes, it is readable

SeraPayFinTech avatar Nov 03 '22 20:11 SeraPayFinTech

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.

Jumabek avatar Feb 10 '23 21:02 Jumabek