-
Complete the code snippet which detects the Pedestrians walkibg in a video.
The file is Open-CV-Projects/Detection machine/Pedestrian Video Detection/Pedestrain_Detection.py /
Refer to the Readme.md…
-
Hi @pangsu0613 Thanks for sharing your work. I am performing my task in sensor fusion based on the CLOCs paper. So I am trying to implement it. I am able to get the same results that you have posted f…
-
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 also tried the other proj…
-
Hi all!
Recently, I used the [pre-trained yolo_v3.weights](https://pjreddie.com/media/files/yolov3.weights) trained using the 80 standart classes and then I post-process the detection results to cont…
-
A new problem I have encountered when running this program seems that the ground-truth-3D-sensor of ego car in lgsvl simulator cannot sense pedestrians controlled by waypoint, which will not exist in …
-
Hi, thank you for the nice work. Recently I tried to reproduce your result of v2 model on Kitti **val** set. I used the exactly same config except that the batch_size is 16. After 200 epoch, the car_d…
-
Thank you for sharing the great work. Very helpful. I wonder if you have any plans to simplify SparseDrive (https://github.com/swc-17/SparseDrive)? Which part of the released code can be re-utilized? …
-
I git the code, and train it with 4 GPUs, the final validation result is below, and the result match the author's log:
Car AP@0.70, 0.70, 0.70:
bbox AP:96.1959, 90.2071, 89.5205
bev AP:90.3205, 88…
-
Hi, may I know how can I check the mAP for all 3 classes (cars, pedestrian, and cyclist)? I only manage to get the AP vs Recall at 120K iteration for cars, and I could not find the mAP for pedestrian …
-
ubuntu16.04
python 2.7
tensorflow1.9.0 cuda9.0 cudnn 7.6.5 numpy 1.16.6. I use your model
in my environment Fully Delayed-Aggregation: | …