Livox-SDK/livox_detection

I want to add new class by own Livox data. How can I train?

YmanChris opened this issue · 7 comments

I want to add new class by own Livox data. How can I train?

I also want to know how...

I also want to know how...
I have solved the problem today, it worked.
You can use any network code(Mine is CIA-SSD) with KITTI Dataset, you should change the input format with livox data type.

I also want to know how...
I have solved the problem today, it worked.
You can use any network code(Mine is CIA-SSD) with KITTI Dataset, you should change the input format with livox data type.

THANKS! Can you tell me your wechat? i want to ask some questions. now i can run detection on my nvidia agx xavier , but i takes about 100ms to detect per frame. i think it may runs faster, but i do not know how to do.

I also want to know how...
I have solved the problem today, it worked.
You can use any network code(Mine is CIA-SSD) with KITTI Dataset, you should change the input format with livox data type.

THANKS! Can you tell me your wechat? i want to ask some questions. now i can run detection on my nvidia agx xavier , but i takes about 100ms to detect per frame. i think it may runs faster, but i do not know how to do.

Sent by Email.

hi @applededipan , I also run livox_detection on nvidia agx xavier, but the detection time per frame is about 1000ms. could you please tell me the version of tensorflow you use? and did you accelerate the detection process by C++? thanks a lot!