Imagine effortlessly analysing and categorising vast collections of images and videos in a snap! With the power of computer vision, we can develop a cutting-edge model that accurately detects and categorizes different objects, providing us with invaluable insights and saving us hours of tedious manual work. From identifying objects' presence and location to classifying them into relevant categories, our model will revolutionize how we approach image and video analysis. Say goodbye to the hassle of sifting through endless files, and say hello to the future of efficient and automated image and video processing!
Images are stored in a folder without segregation.
Sorted images in specific folders.
Download Dataset: (https://github.com/MargiPandya27/Intel-Hackathon-Image-to-Folder/blob/main/archive_(5).zip)
Softwares:
- OpenAPI,
- Google Colab/Jupyter Notebook
Packages:
- Python >= 3.5
- Torch >= 1.8.1
- Torchvision >= 0.9.1
NOTE:
Make sure that dataset is as specified. Put the .yaml
file into yolov5 folder after cloning it. Change the location in the avenger.yaml according to your dataset location.
- Form a dataset folder
- Make a folder named images and label
- Upload the files.
- Perform Augmentation using
Augmentation.ipynb
- Define paths and class labels in
.yaml
file.
Augmentation:
https://www.learnpytorch.io/04_pytorch_custom_datasets/
Object Detection