Skip to content

sanchitvj/Global_Wheat_Detection-A-Pytorch-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection Using Faster RCNN in Pytorch

PRs Welcome MIT license

Introduction

This is a tutorial for beginners on how to train a Faster RCNN network for object detection in pytorch. Dataset used is Global Wheat Detection available on kaggle. The code here is commented with explanations and customised visualizing functions for validation image output after every epoch.

Note: Incase notebook is not loading on GitHub, you can check notebook with validation output upto 10 epochs here.

Code in python file has some issues so check notebook for smoothly working code.

Please STAR ⭐ the repository.

Requirements

  • Python(3.6+)
  • Pytorch(1.7)
  • GPU: Nvidia Tesla P100(provided by Kaggle)

Try Yourself

Download the saved model from here.

Validation Output Sample

test1 test2

Test Output Sample

test3 test4

About

Pytorch tutorial for beginners on how to train a Faster RCNN model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published