aeroplan-detection / README.md
shrijayan's picture
Upload README.md
3701845
|
raw
history blame contribute delete
No virus
717 Bytes
# Pistol Detection
Detecting Pistol in the Video / Photo
## Output
![Screenshot 2023-10-21 at 14 28 32-min](https://github.com/shrijayan/aeroplan-detection/assets/81805145/e9edcde4-81a9-4293-8238-ac56da3f7d41)
## Installation
##### SETUP
```shell
#---------Using MAKE (Recommended) ----------
make provision
conda activate aero-detection
make build
```
Trained 250 Epochs
The dataset includes 2971 images.
Pistol are annotated in YOLOv8 format.
The following pre-processing was applied to each image:
* Auto-orientation of pixel data (with EXIF-orientation stripping)
* Resize to 640x640 (Stretch)
No image augmentation techniques were applied.
Dataset Link : https://www.kaggle.com/datasets/cpluzshrijayan