ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    YoloV8 Custom problem

    Ask your questions right here!
    1
    1
    16
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Daniel RinconD
      Daniel Rincon
      last edited by Daniel Rincon

      we have a model trained in YoloV8, starting from Yolo8M, we did all the conversion process according to the documentation, starting from an ONNX, we did everything following the documentation but at the time of running the model we get this:
      Jul 09 18:41:59 m0054 bash[4052]: Fault thread: voxl-tflite-ser(tid: 6348)
      Jul 09 18:41:59 m0054 bash[4052]: Fault address: (nil)
      Jul 09 18:41:59 m0054 bash[4052]: Unknown reason.
      Jul 09 18:41:59 m0054 systemd[1]: voxl-tflite-server.service: Main process exited, code=killed, status=11/SEGV
      Jul 09 18:41:59 m0054 systemd[1]: voxl-tflite-server.service: Failed with result 'signal'.
      Jul 09 18:41:59 m0054 systemd[1]: voxl-tflite-server.service: Service hold-off time over, scheduling restart.
      Jul 09 18:41:59 m0054 systemd[1]: voxl-tflite-server.service: Scheduled restart job, restart counter is at 53.
      Jul 09 18:41:59 m0054 systemd[1]: Stopped voxl-tflite-server.
      Jul 09 18:41:59 m0054 systemd[1]: Started voxl-tflite-server.
      Jul 09 18:42:00 m0054 bash[6590]: INFO: Created TensorFlow Lite delegate for GPU.
      Jul 09 18:42:12 m0054 bash[6590]: INFO: Initialized OpenCL-based API.
      Jul 09 18:42:12 m0054 bash[6590]: INFO: Created 1 GPU delegate kernels.
      Jul 09 18:42:12 m0054 bash[6590]: ------VOXL TFLite Server------
      Jul 09 18:42:12 m0054 bash[6590]: Segmentation fault:
      Jul 09 18:42:12 m0054 bash[6590]: Fault thread: voxl-tflite-ser(tid: 8954)
      Jul 09 18:42:12 m0054 bash[6590]: Fault address: (nil)
      Jul 09 18:42:12 m0054 bash[6590]: Unknown reason.
      Jul 09 18:42:12 m0054 systemd[1]: voxl-tflite-server.service: Main process exited, code=killed, status=11/SEGV
      Jul 09 18:42:12 m0054 systemd[1]: voxl-tflite-server.service: Failed with result 'signal'.
      Jul 09 18:42:12 m0054 systemd[1]: voxl-tflite-server.service: Service hold-off time over, scheduling restart.
      Jul 09 18:42:12 m0054 systemd[1]: voxl-tflite-server.service: Scheduled restart job, restart counter is at 54.
      Jul 09 18:42:12 m0054 systemd[1]: Stopped voxl-tflite-server.
      Jul 09 18:42:12 m0054 systemd[1]: Started voxl-tflite-server.
      Jul 09 18:42:13 m0054 bash[9299]: INFO: Created TensorFlow Lite delegate for GPU.
      Jul 09 18:42:24 m0054 bash[9299]: INFO: Initialized OpenCL-based API.
      Jul 09 18:42:24 m0054 bash[9299]: INFO: Created 1 GPU delegate kernels.

      we have tried with the quantification proposed in the documentation and nothing, we are stuck with this, what can we do?

      voxl-suite: 1.4.5

      p.s. we also found an error in the voxl-configure-tfliteserver code, where this was shown when setting the custom model: set_param_bool expected 2 args, we corrected it this way: set_param_bool requires_labels true

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors