Skip to content

Prathamesh-Shanbhag/Computer-Vision-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Computer-Vision-Project

In the following 3 weeks, you will be building on your previous work with image datasets, and focus on applying the YOLO (You Only Look Once)framework to your custom dataset for your chosen task(classfication, detection, segmentation). In this tutorial we will focus on object detection only, for other tasks you will have to make few changes in notebook as well as labelled files, because each task requires specific lableling format and pre-trained models. You will fine-tune the YOLO model using the dataset you've created or annotated.Then focus on evaluating the YOLO model. You will assess its performance, discuss a potential use-case, and critically analyze its shortcomings and ethical considerations.

Tasks:

  • Clone this repository
  • Integrate your custom dataset into the YOLO framework (transfer learning).
  • Fine-tune the YOLO model using your dataset. This involves adjusting the model's parameters to better suit your specific data.
  • Conduct evaluation of your fine-tuned YOLO model. Use appropriate metrics to assess its performance (e.g., precision, recall, accuracy, F1 score, etc.).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%