Skip to content

shenhsinyu/final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

final-project

Global Wheat Detection

A competetiton on kaggle, the goal is to detect the wheat heads and draw bounding boxes around all the detected wheat heads in the given image.

Environment

  • ubuntu 18.04
  • pytorch

dataset

  • join the competition and download the dataset.
  • can use data-augmentation.ipynb to generate augmentation data.

training

  • run train.py to train your model for no augmentatino data.
  • run train_pseudo.py to train on new data.

parameters

  • use can choose learning rate, epochs, batchsize as you want.

result

  • get 0.6583 on kaggle public score.
  • image

image

reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published