This repository contains coursework and projects for the 6th semester at IILM, specializing in Deep Learning applications.
The repository is organized into the following main directories:
This directory contains experiments and implementations related to the YOLOv8 object detection model.
- Purpose: Training and testing YOLOv8 on specific datasets.
- Dataset: The model is trained on an accident detection dataset.
- Download: You can download the required dataset using the
kaggle_dataset.pyscript provided in this directory.
- Download: You can download the required dataset using the
- Key Files:
kaggle_dataset.py: Script to fetch the training data.- Model training and inference scripts (e.g.,
detection.py,accuracy.py).
This directory houses classworks and assignments for the 6th semester.
- Content: Various lab exercises, assignments, and minor projects related to the semester curriculum.
To use the YOLOv8 trial scripts:
- Navigate to the
yolov8-trialdirectory. - Install necessary dependencies (ensure you have a Python environment set up).
- Run
python kaggle_dataset.pyto download the dataset. - Use the training or detection scripts as needed.
- Ensure you have the content of the
datasetfolder before running training scripts. The folder is excluded from version control to save space.