This repository contains the source code and instruction for blueberry flower counting. Detailed methodology and results can be found from our paper.
Pip install all requirements in a Python>=3.10 environment with PyTorch>=2.7.1.
- Clone this repository.
- cd
./src - Run
./train.pyto train the detection model. - Run
./test.pyto evaluate the model. - Run
./inference_on_raw_imgs.pyto get the predictions on raw images.
The dataset will be made available after the paper is published.