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)
python src/train.py <train_cfg.yaml>
python src/evaluate.py <eval_cfg.yaml>