Skip to content

Wheat Head Detection 문제를 Faster RCNN으로 풀어본 문제이다.

Notifications You must be signed in to change notification settings

ops-jaeha/wheat-head-detection

Repository files navigation

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

Releases

No releases published

Packages

No packages published