├── 01_Ten_Object_Detectors.ipynb ├── 02_Finetune_Custom_Object_Detectors.ipynb ├── 03_Custom_Model_Object_Detectors.ipynb ├── LICENSE ├── README.md └── images ├── ATSS.png ├── DDetr.png ├── Double Heads.png ├── README.md ├── SABL.png ├── detr.png ├── kitti_sample.png ├── od_ft_res01.png ├── od_ft_res02.png ├── od_ft_res03.png ├── od_res_collage.jpg ├── paa.png ├── res_yolof.png ├── sparsercnn.png ├── vfocal.png ├── yolof.png └── yolox.png /01_Ten_Object_Detectors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/01_Ten_Object_Detectors.ipynb -------------------------------------------------------------------------------- /02_Finetune_Custom_Object_Detectors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/02_Finetune_Custom_Object_Detectors.ipynb -------------------------------------------------------------------------------- /03_Custom_Model_Object_Detectors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/03_Custom_Model_Object_Detectors.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/README.md -------------------------------------------------------------------------------- /images/ATSS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/ATSS.png -------------------------------------------------------------------------------- /images/DDetr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/DDetr.png -------------------------------------------------------------------------------- /images/Double Heads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/Double Heads.png -------------------------------------------------------------------------------- /images/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/SABL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/SABL.png -------------------------------------------------------------------------------- /images/detr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/detr.png -------------------------------------------------------------------------------- /images/kitti_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/kitti_sample.png -------------------------------------------------------------------------------- /images/od_ft_res01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/od_ft_res01.png -------------------------------------------------------------------------------- /images/od_ft_res02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/od_ft_res02.png -------------------------------------------------------------------------------- /images/od_ft_res03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/od_ft_res03.png -------------------------------------------------------------------------------- /images/od_res_collage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/od_res_collage.jpg -------------------------------------------------------------------------------- /images/paa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/paa.png -------------------------------------------------------------------------------- /images/res_yolof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/res_yolof.png -------------------------------------------------------------------------------- /images/sparsercnn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/sparsercnn.png -------------------------------------------------------------------------------- /images/vfocal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/vfocal.png -------------------------------------------------------------------------------- /images/yolof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/yolof.png -------------------------------------------------------------------------------- /images/yolox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Object-Detection/HEAD/images/yolox.png --------------------------------------------------------------------------------