ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Siyu Chen
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Siyu Chen

    @Siyu Chen

    0
    Reputation
    4
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Siyu Chen Unfollow Follow

    Latest posts made by Siyu Chen

    • RE: VOXL2 difficulty in connecting to WiFi

      @rohitpillai Maybe use directly the name of the AP instead of the SSID?

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen
    • Can't output conficence probability in a single class object detection model using voxl-tflite-model-server (VOXL 2)

      Hello team, I'm currently working on deploying a customized yolov5 model to VOXL 2. The customized model has only one class and when I start the voxl-tflite-server in the VOXL 2. The output has a question mark next to the class label. Like bellow.
      WhatsApp Image 2023-04-25 at 14.32.56.jpeg
      Could anyone tell me which line of code(inference_help.cpp?) needs to be changed to fix this problem? Many thanks!

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen
    • voxl-tflite-server block diagram

      Hello team,

      I remember I have seen a block diagram which shows the relation between the voxl-tflite-server and the system before, but I can't find it anymore. I can't remember whether it's on the official page or the GitLab page. Could anyone provide a link to it?

      Many thanks!

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen
    • RE: Using a custom tflite model in VOXL 2

      @Chad-Sweet said in Using a custom tflite model in VOXL 2:

      You will need to modify the code to make use of your new model. You will need to code the tflite-server to both read the model, and then post_process the model based on the inputs and outouts of your model

      https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server/-/blob/master/src/main.cpp#L196

      Problem sovled, there is much more code need to be changed than I expected. Thanks for your assistances!

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen
    • RE: Using a custom tflite model in VOXL 2

      @Chad-Sweet Okay, could you kindly inform me which version of yolov5 did you use in the prebuild version? I'm not sure if it's my model's problem, because it works fine in my computer. I'd like to try training an exectly the same yolov5 model for testing becase when I post_process the model most time it will raise an error in the voxl-portal shown below.
      aa11b9e0-7a74-4478-a0cb-160fdda4070a-image.png

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen
    • RE: Using a custom tflite model in VOXL 2

      @Chad-Sweet Thank you for your reply! I trained another yolov5 model so that I don't need to change too many things in the main.cpp file. Currently I just add the label file path and my model path in the main.cpp file.
      When I deployed the voxl-tflite-server to the VOXL 2, the output looks weird and it will stuck sometimes.
      f11c569a-7894-42d6-a75c-e095c371f600-image.png
      The difference between the prebuild yolov5 model and my custom model is my model has only one class. Could you please tell me where I am doing wrong?
      Thank you very much for your attention to this matter!

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen
    • RE: Using a custom tflite model in VOXL 2

      I would like to add that sometimes it will come out a label called (0 person).
      But the label file I specified has no class called 0 person, which is very weird.

      It seems like it is still using this coco_labels.txt as the label file.Voxl2 拷贝.png

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen
    • Using a custom tflite model in VOXL 2

      Hello team,
      I would like to use a custom tflite model on VOXL 2. The architecture of the model is EfficientDet-Lite3. I can't see any framed output in the voxl-portal. The output is almost the same as the hires but with a little deley.

      What I've done is push the custom tflite model file and the label file to the VOXL 2 and specify the location in the voxl-tflite-server.conf

      Could you kindly inform me how to deal with it? The picture below is the configuration of voxl-tflite-server.conf and the input and output of the custom model.

      Many thanks!

      9ae69083-bfdc-4ae9-9342-250010332a12-image.png
      0cd22cae-033e-4f67-9e87-9c589f9e245f-image.png

      posted in Ask your questions right here!
      Siyu ChenS
      Siyu Chen