Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 549 Bytes

Apple Detection

Instance segmentation of apples in industrial orchards using Mask-RCNN architecture. Code was written on PyTorch. Check page of research to see tensorboards with results of experiments.

Some examples below (from left ro right - input image, ground truth, neural network prediction)

fuji_apples1

fuji_apples1

Run train

python src/train.py <train_cfg.yaml>

Run evaluation

python src/evaluate.py <eval_cfg.yaml>