├── README.md ├── annotation_generator.py ├── annotation_gui.py ├── config.yml ├── config_dialog.py ├── create_train_data.py ├── crop.py ├── draw_bbox.py ├── image_dataset.py ├── image_util.py ├── inria_person_dataset.py ├── my_util.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/README.md -------------------------------------------------------------------------------- /annotation_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/annotation_generator.py -------------------------------------------------------------------------------- /annotation_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/annotation_gui.py -------------------------------------------------------------------------------- /config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/config.yml -------------------------------------------------------------------------------- /config_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/config_dialog.py -------------------------------------------------------------------------------- /create_train_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/create_train_data.py -------------------------------------------------------------------------------- /crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/crop.py -------------------------------------------------------------------------------- /draw_bbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/draw_bbox.py -------------------------------------------------------------------------------- /image_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/image_dataset.py -------------------------------------------------------------------------------- /image_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/image_util.py -------------------------------------------------------------------------------- /inria_person_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/inria_person_dataset.py -------------------------------------------------------------------------------- /my_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/my_util.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rupy/HumanDetection/HEAD/train.py --------------------------------------------------------------------------------