@rohitpillai Maybe use directly the name of the AP instead of the SSID?
Latest posts made by Siyu Chen
-
RE: VOXL2 difficulty in connecting to WiFi
-
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.
Could anyone tell me which line of code(inference_help.cpp?) needs to be changed to fix this problem? Many thanks! -
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!
-
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!
-
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.
-
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.
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! -
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.
-
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!