Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.21 KB

wheat-head-detection

AIcrowd의 Glabal WHEAT CHALLENGE 2021 의 Wheat head dectection 문제입니다.
기본 제공하는 Dataset을 이용하였고 여기 를 누르시면 다운 받으실 수 있습니다.

This is AIcrowd's Glabal WHEATCHALLENGE 2021 "WHEATHEAD DETECTION" problem.
You have used the default Dataset and you can download it by clicking here.

Install

If you want to do it with a docker, please refer to Install.md.

$ git clone https://github.com/CV-JaeHa/wheat-head-detection
$ cd wheat-head-detection
$ pip3 install -r requirements.txt
Train

Run this commend.

$ cd wheat-head-detection
$ python3 train.py
Test

Run this commend.

$ cd wheat-head-detection
$ python3 test.py