Animal Intrusion Detection using yolov5
- Various classes are collected
- Tiger
- Giraffe
- Bear
- Lion
- Elephant
- Deer
- Wolf
- Bull
- Monkey
- Leopord
- Rhinoceros
- Hippo
- Cattle
- The collected data was labelled
- The data is split into train and validation which is of the ratio 80:20
- The prepared dataset is uploaded into the drive
- The yolov5 github repo was cloned into google colab
- The data is mounted onto the google drive
- The dataset is unzipped for further accessing
- All the requirements for yolov5 are installed
- Mark the given config files as required
- the training of model is done with image size 415, batch size - 31, epochs -100
- Weights of yolov5s is given
- The inference files are uploaded (video, images)
- The inference with the weights of best.pt is done
- The detected image is displayed
Image
Video