Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestorojeda/veinsegmentation
Repo of my end of degree thesis about vein segmentation in infrared pictures
https://github.com/nestorojeda/veinsegmentation
Last synced: 8 days ago
JSON representation
Repo of my end of degree thesis about vein segmentation in infrared pictures
- Host: GitHub
- URL: https://github.com/nestorojeda/veinsegmentation
- Owner: nestorojeda
- Created: 2020-10-22T16:40:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T17:13:07.000Z (over 3 years ago)
- Last Synced: 2023-02-26T22:17:59.816Z (almost 2 years ago)
- Language: Python
- Size: 56.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Segmentación de venas en imagen infrarroja
Repositorio con el código del trabajo de fin de grado titulado 'Segmentación de venas en imagen infrarroja'.
## Requerimientos
- Python 3.8
## Montar proyecto
```
python -m venv ./venv # Crear entorno virtual
pip install -r requirements.txt # Instalar dependencias
```## Ejecutable
Comando para montar el ejecutable:
```
pyinstaller .\src\app.py --additional-hooks-dir=hooks --hidden-import="skimage.filters.rank.core_cy_3d" --onefile
```Alumno: Néstor Ojeda González
Tutor: Agustín Rafael Trujillo Pino