This commit is contained in:
PatrickBue 2019-06-17 10:47:56 -04:00
Родитель 14cc1249b7 ab64d3549d
Коммит b3b7a80dbf
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -43,7 +43,7 @@ To get started on your local machine:
1. Activate the conda environment and register it with Jupyter:
```
conda activate cvbp
python -m ipykernel install --user --name cvbp --display-name "Python (cvbp)"
python -m ipykernel install --user --name cv --display-name "Python (cv)"
```
If you would like to use [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), install `jupyter-webrtc` widget:
```
@ -97,4 +97,4 @@ The main variables and abbreviations are given in the table below:
## Frequently asked questions
Answers to Frequently Asked Questions such as "How many images do I need to train a model?" or "How to annotate images?" can be found in the [FAQ.md](FAQ.md) file.
Answers to Frequently Asked Questions such as "How many images do I need to train a model?" or "How to annotate images?" can be found in the [FAQ.md](FAQ.md) file.