├── ImgSplit_multiprocess_HBB.py ├── README.md ├── data_aug.py ├── nms.py ├── nms_cpp ├── nms.h ├── polyiou.cpp └── polyiou.h ├── nms_mutiprocess.py └── poly_to_rect.py /ImgSplit_multiprocess_HBB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/ImgSplit_multiprocess_HBB.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/README.md -------------------------------------------------------------------------------- /data_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/data_aug.py -------------------------------------------------------------------------------- /nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/nms.py -------------------------------------------------------------------------------- /nms_cpp/nms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/nms_cpp/nms.h -------------------------------------------------------------------------------- /nms_cpp/polyiou.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/nms_cpp/polyiou.cpp -------------------------------------------------------------------------------- /nms_cpp/polyiou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/nms_cpp/polyiou.h -------------------------------------------------------------------------------- /nms_mutiprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/nms_mutiprocess.py -------------------------------------------------------------------------------- /poly_to_rect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fan0210/detection_tools/HEAD/poly_to_rect.py --------------------------------------------------------------------------------