Skip to content

This is my first and possibly most successful object detection(without classification) script until now. This is created using Tensorflow (without using TFOD). Everything including the preprocessing, model creation, post processing and evaluation is done from scratch. The code is super easy to understand and duplicate. The annotated dataset can …

Notifications You must be signed in to change notification settings

BhavyaShah1234/YOLOv3FromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

YOLO v3 using Tensorflow from scratch

This is my first and possibly most successful object detection(without classification) script until now. This is created using Tensorflow, OpenCV, and some other helper libraries. Everything including the preprocessing, model creation, post processing and evaluation is done from scratch. The code is super easy to understand. The annotated dataset can be found on kaggle.

The link to the code is as follows: https://colab.research.google.com/drive/1C5Nx7Vu80HKWvRE8b-zuw0hcZsrWdKMR?usp=sharing

The images and bounding boxes are plotted with and without Non Max Suppression(NMS).

Could not complete the epochs specified as GPU ran out but will surely try to train the full model

About

This is my first and possibly most successful object detection(without classification) script until now. This is created using Tensorflow (without using TFOD). Everything including the preprocessing, model creation, post processing and evaluation is done from scratch. The code is super easy to understand and duplicate. The annotated dataset can …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published