braingut-wineup
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: MiriamCobo
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: master
- Size: 48.1 MB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Liquid volume estimation from RGB images
Author: Miriam Cobo (CSIC)
Description: This work provides a tool to train and evaluate an image regression model. The code is adapted to liquid volume estimation of glass containers as part of the BrainGut-WineUp project.
Acknowledgements: Miriam Cobo acknowledges support from Consejo Superior de Investigaciones Científicas (CSIC) and Instituto de Física de Cantabria (IFCA) via the “Proyecto Branyas” project.
This work is an adaptation to regression tasks of the original image classification DEEP Hybrid-DataCloud project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 777435. It was developed by Ignacio Heredia (CSIC). You can find more information about it in the DEEP Marketplace.
Table of contents 1. Notebooks content 2. Description of the adaptations from the original code 3. Acknowledgements
Notebooks content
You can have more info on how to interact directly with the module by examining the
./notebooks folder:
glasses examples notebook: Visualize examples of the liquid containers used to train the classifier.
sets preparation notebook: Split the data into training, validation and test sets.
model training notebook: Visualize training and validation model statistics.
computing predictions notebook: Test the classifier on multiple images.
predictions statistics notebook: Make and store the predictions of the
test.txtfile (if you provided one). Once you have done that you can visualize the statistics of the predictions like popular metrics (Mean Abosulte Error, Root Mean Squared Error and Coefficient of Determination) and visualize violin plots of the predictions.saliency maps notebook: Visualize the saliency maps of the predicted images, which show what were the most relevant pixels in order to make the prediction.
Description of the adaptations from the original code
The main changes of the original code were done in order to adapt the code from classification to regression tasks:
Acknowledgements
If you consider this project to be useful, please consider citing this repository.
Cobo, Miriam, et al. "Artificial intelligence to estimate wine volume from single-view images." Heliyon 8.9 (2022): e10557.
Owner
- Name: Miriam Cobo
- Login: MiriamCobo
- Kind: user
- Location: IFCA
- Company: CSIC
- Website: cobocano@ifca.unican.es
- Repositories: 2
- Profile: https://github.com/MiriamCobo
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Cobo Cano" given-names: "Miriam" orcid: " https://orcid.org/ 0000-0001-9208-9062" title: "BrainGut_WineUp Project Software" version: 1.0.0 doi: 10.20350/digitalCSIC/14025 date-released: 2021-11-25 url: "https://github.com/MiriamCobo/BrainGut-WineUp.git"