F2DNet

July 12, 2023 · View on GitHub

PWC

PWC

F2DNet

F2DNet is a Pedestron based repository which implements a novel, two-staged detector i.e. Fast Focal Detection Network for pedestrian detection.

Installation

Please refer to base repository for step-by-step installation.

List of detectors

In addition to configuration for different detectors provided in base repository we provide configuration for F2DNet.

Following datasets are currently supported

Datasets Preparation

Please refer to base repository for dataset preparation.

Benchmarking

Benchmarking of F2DNet on pedestrian detection datasets

Dataset↓Reasonable↓Small↓Heavy
CityPersons8.711.332.6
EuroCityPersons6.110.728.2
Caltech Pedestrian2.22.538.7

Benchmarking of F2DNet when trained using extra data on pedestrian detection datasets

DatasetConfigModel↓Reasonable↓Small↓Heavy
CityPersonscascade_hrnetCascade Mask R-CNN7.58.028.0
CityPersonsecp_cpF2DNet7.89.426.2
Caltech Pedestriancascade_hrnetCascade Mask R-CNN1.725.7
Caltech Pedestrianecp_cp_caltechF2DNet1.72.120.4

References

Please cite the following work

AxXiv2022

@inproceedings{khan2022f2dnet,
  title={F2DNet: fast focal detection network for pedestrian detection},
  author={Khan, Abdul Hannan and Munir, Mohsin and van Elst, Ludger and Dengel, Andreas},
  booktitle={2022 26th International Conference on Pattern Recognition (ICPR)},
  pages={4658--4664},
  year={2022},
  organization={IEEE}
}