| --- |
| license: apache-2.0 |
| --- |
| |
| # π Auto-Strawberry: Strawberry Daughter Plant Dataset and Pretrained Models |
|
|
| Welcome to the **Auto-Strawberry** project! This repository hosts the **strawberry daughter plant sample dataset** and **pretrained deep learning models** developed for automated estimation of plant growth attributes using stereo vision and deep learning techniques. |
|
|
| ## π¦ Dataset Overview |
|
|
| The **Strawberry Daughter Plant Dataset** contains: |
|
|
| - **Multi-view RGB images:** 6 views per sample captured using a stereo vision camera setup (`cam0` and `cam1`). |
| - **Ground truth labels:** |
| - Total Leaf Area |
| - Fresh Mass |
| - Largest Petiole Length |
| - Average Crown Diameter |
| - **Format:** Images in `.jpg` and labels stored in a JSON file. |
|
|
| ### Dataset Structure: |
| ```plaintext |
| - cam0/ |
| - cam1/ |
| - annotations.json |
| ``` |
|
|
| ## π§ Pretrained Models |
|
|
| ### Available Backbone Models: |
| - **ResNet34** |
|
|
| ### Model Weights: |
| Each model was trained using the **strawberry dataset** for the regression task of estimating leaf area and other growth metrics. The weights provided here can be used for inference and fine-tuning. |
|
|
| ## π₯ Download and Usage |
|
|
| ### Hugging Face Integration: |
| ```bash |
| pip install huggingface_hub |
| ``` |
|
|
| ```python |
| from huggingface_hub import hf_hub_download |
| |
| # Download the model from Hugging Face Hub |
| hf_hub_download(repo_id="sinabjam/auto-strawberry", filename="desired_file_name.pth") |
| ``` |
| ## π― Applications |
| - Plant phenotyping |
| - Automated growth monitoring |
| - Precision agriculture insights |
|
|
| ## π License |
| This project is licensed under the **Apache 2.0 License**. |
|
|
| ## π¬ Contact |
| - **Author:** Sina Baghbanijam |
| - **Email:** [sbaghba@ncsu.edu](mailto:sbaghba@ncsu.edu) |
| - **Project Repository:** [GitHub Link](https://github.com/sbaghba/Auto-Strawberry) |
|
|
| **π If you use this dataset or models in your research, please cite this repository!** |