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.
- ubuntu 18.04
- pytorch
- join the competition and download the dataset.
- can use
data-augmentation.ipynb
to generate augmentation data.
- run
train.py
to train your model for no augmentatino data. - run
train_pseudo.py
to train on new data.
- use can choose learning rate, epochs, batchsize as you want.
- get 0.6583 on kaggle public score.
- image