livox_detection_simu icon indicating copy to clipboard operation
livox_detection_simu copied to clipboard

Trained on Simulated Data, Tested in the Real World

Results 15 livox_detection_simu issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "livox_detection_simu.py", line 7, in import lib_cpp ImportError: /home/xjllhy/Documents/livox_detection_simu/lib_cpp.so: undefined symbol: PyIndex_Check

![image](https://user-images.githubusercontent.com/35553970/144240887-c3e9ccd4-5be0-49a4-872d-88fa3e7b0fe3.png)

![image](https://user-images.githubusercontent.com/13104274/152928544-3f7e528c-55af-4315-aa18-5b2e4140f61b.png) what means are 0,10,1?

Hi , lib_cpp.cpp: https://github.com/Livox-SDK/livox_detection_simu/blob/master/utils/lib_cpp/lib_cpp.cpp#L398 ``` if(is_obj>obj_th &&0) ``` It is weird "&& 0 ". But in livox_detection repo, it is normal: ```if (is_obj > obj_th )```.

Hi guys, i get a trouble such as "tensorflow.python.framework.errors_impl.NotFoundError: model; No such file or directory" when I try to run "python3 livox_detection_simu.py" , Is there anybody met this question? could...

Hi Livox guys, I am using livox detection sim to detect vehicle and pedestrian. But I found that using the pre-trained module you provided, it can not detect pedestrian. I...

Livox - SDK, hello! How do you reuse livox_simu for pre-training?I want to test the AP and APH of the detection , so I want to repretrain, get a pretrained...

Hi. I follow this repo ``` $ roscore $ rviz -d ./config/show.rviz $ python livox_detection_simu.py $ rosbag play *.bag -r 0.1 ``` and my command window shows like this: ```...

hello!I met an error :module'lib_cpp' has no arrtibute 'cal_result’ how can I sovle it? thanks a lot! looking forward to your reply!

Hello, how to use this to get each car's track ID, like the video in this URL?https://www.bilibili.com/video/av374079324/