Search
Note: Python installation guide is in the zip file 'python_installation_guide.pdf'. The function that has to be edited are in the 'to_do.py' file. This file includes all the data, so you don't have to download it separately.
Note: Put both the toolbox and the data in a single main directory so that the final structure is preprocessing, comparison and data. Pozn.: Obě části toolboxu i data dejte do jednoho hlavniho adresáře, aby výsledná struktura byla předzpracovani, porovnaní a data.
Fingerprint database for the final task / Databáze otisků pro finální úkol:
According to your number + 10 in the course list of students Student list / Podle vašeho čísla + 10 v rámci seznamu k cvičení předmětu Seznam studentů
The assigned fingerprint can be found based on the number in Zadání 2020/2022. Use the DataBase to search for the matching fingerprints. / Přiřazený otisk naleznete ve složce Zadání 2020/2022 dle svého čísla. Odpovídající otisky hledejte ve DataBase databázi otisků.
conda create --name bio python=3.11
conda activate bio
conda install numpy=1.24 matplotlib=3.7 jupyter ipywidgets scipy pyyaml=6.0 scikit-image
python -c "import numpy as np; print(np.ones(4))"
[1. 1. 1. 1.]
pip install numpy=1.24 matplotlib=3.7 jupyter ipywidgets scipy pyyaml=6.0 scikit-image