Thank @Chad-Sweet !
Posts made by Nguyen Tien Su
-
Error when using opencv dnn module.
Hi all!
I can't use dnn module of opencv in voxl-tflite-server service.
Please help me solve this problem! Thank you very much!
-
RE: Does voxl-tflite-server support Yolov5 model?
Hi @Matt-Turi !
Thank your information! -
Does voxl-tflite-server support Yolov5 model?
Hi all!
voxl-tflite-server seems to only support Tensorflow SSD Object Detection. Does it support Yolov5 model? I can't find any document about it. -
RE: How to receive GPS information in voxl-tflite-server?
Hi @Matt-Turi !
You right. I hardcoded tflite server channel, so I forgot to change it when setting callback function. Now, my code works fine.
Thank you very much for your enthusiastic help! -
RE: How to receive GPS information in voxl-tflite-server?
Hi @Matt-Turi ! This is error.
I tried to change the channel of GPS, then I can't receive any GPS message. I also tried to change channel of the TFLITE server but it couldn't start.
-
RE: How to receive GPS information in voxl-tflite-server?
Thank @Matt-Turi very much !
I am successful to receive GPS in voxl-tflite-server. But I can't open 2 pipes GPS and TFLITE at the same time since they use same channel 0. Their channel seems to be set up by the MPA and can't change. How can I solve this problem? -
RE: How to receive GPS information in voxl-tflite-server?
Thank you, @Matt-Turi !
I checked the code and understood. But it's error when I include mavlink.h header file from c_library_v2 library into voxl-tflite-server. It said that mavlink.h file not found. How can I solve this problem? -
How to receive GPS information in voxl-tflite-server?
I need to have GPS information such as latitude, and longitude, ... to process in voxl-tflite-server c++ code. How can I do it?