├── .gitattributes ├── LICENSE ├── README.md ├── demo ├── Agent+Carter+Season+2+gun+rifle+scenes_85.png ├── Division+The+gun+rifle+scenes_2.png ├── Downfall+movie+gun+rifle+scenes_67.png ├── Salvador+movie+gun+rifle+scenes_40.png └── north+korea+army_38.png ├── fast_rcnn ├── config.py └── test.py ├── faster_rcnn_test.pt ├── ftMap_Warp_2.py ├── ftmap_transform.py ├── images ├── flow_diagram_web.jpg └── more_results_web.jpg ├── makebboxproposals.py └── tools └── demo_firearms.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/README.md -------------------------------------------------------------------------------- /demo/Agent+Carter+Season+2+gun+rifle+scenes_85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/demo/Agent+Carter+Season+2+gun+rifle+scenes_85.png -------------------------------------------------------------------------------- /demo/Division+The+gun+rifle+scenes_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/demo/Division+The+gun+rifle+scenes_2.png -------------------------------------------------------------------------------- /demo/Downfall+movie+gun+rifle+scenes_67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/demo/Downfall+movie+gun+rifle+scenes_67.png -------------------------------------------------------------------------------- /demo/Salvador+movie+gun+rifle+scenes_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/demo/Salvador+movie+gun+rifle+scenes_40.png -------------------------------------------------------------------------------- /demo/north+korea+army_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/demo/north+korea+army_38.png -------------------------------------------------------------------------------- /fast_rcnn/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/fast_rcnn/config.py -------------------------------------------------------------------------------- /fast_rcnn/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/fast_rcnn/test.py -------------------------------------------------------------------------------- /faster_rcnn_test.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/faster_rcnn_test.pt -------------------------------------------------------------------------------- /ftMap_Warp_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/ftMap_Warp_2.py -------------------------------------------------------------------------------- /ftmap_transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/ftmap_transform.py -------------------------------------------------------------------------------- /images/flow_diagram_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/images/flow_diagram_web.jpg -------------------------------------------------------------------------------- /images/more_results_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/images/more_results_web.jpg -------------------------------------------------------------------------------- /makebboxproposals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/makebboxproposals.py -------------------------------------------------------------------------------- /tools/demo_firearms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akhtarvision/orientation-aware-firearm-detection/HEAD/tools/demo_firearms.py --------------------------------------------------------------------------------