-
Found no car detections
Found no pedestrian detections
Found no cyclist detections
Found no van detections
Found no truck detections
Found no person_sitting detections
Found no tram detections
…
-
Hi, I try to run this code but I am getting this error:
usage: pedestrian-detection.py [-h] -i INPUT -o OUTPUT
pedestrian-detection.py: error: the following arguments are required: -i/--input, -o/-…
-
* Name of dataset: Caltech Pedestrian Detection Benchmark
* URL of dataset: http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/
* License of dataset: Unknown
* Short description of dat…
-
Could you release the code of training pedestrian detection model with yolo-fastest. Thanks a lot
-
Hi,
First, thank you for sharing your code! Results on KITTI benchmark are outstanding
I see you provide a pre-trained model for car detection. Would it be possible to obtain also pre-trained mo…
-
Can you please share the pretrained model file for pedestrian detection?
-
Hi
the google drive images referenced under https://github.com/robmarkcole/aerial_pedestrian_detection#training-images returns 404
-
I evaluated the performance of your uploaded model on the val split (3769 images) and got the following results:
_car_detection_ground AP: 83.374908 82.937012 75.748917
car_detection_3d AP: 78.14225…
-
# learning with synthesis data
- [Pedestrian Detection by Synthesis](http://vishnu.boddeti.net/projects/detection-by-synthesis.html)
- [SynthText in the Wild Dataset](http://www.robots.ox.ac.uk/~vgg/d…
-
I have noticed in the code where w = 0.41*h. Is this assuming that the pedestrians detections only have one aspect ratio?