User Tools

Site Tools


cryolo_1_4_1
This version is outdated by a newer approved version.DiffThis version (2019/07/19 15:21) was approved by twagner.

This is an old revision of the document!


Testing the release candidate for 1.4.1

Changes:

  • Changed the dependencies back to tensorflow 1.10.1 and numpy 1.14.5 as some users reported long initialization times.
  • The initialization weights are not longer shipped with the package and downloaded on-the-fly (because they are big and pypi does not allow such big packages)
  • crYOLO is now pypi package
  • crYOLO box manager is now a pypi package and is installed automaticall with crYOLO
conda env remove --name cryolo

After that, create a new virtual environment:

conda create -n cryolo -c anaconda python=3.6 pyqt=5 cudnn=7.1.2 cython

Activate the environment:

source activate cryolo

Install fast numpy from conda:

conda install numpy==1.14.5

In case you run crYOLO on a GPU run:

pip install cryolo[gpu]==1.4.1rc1 

But if you want to run crYOLO on a CPU run:

pip install cryolo[cpu]==1.4.1rc1 

Thats it

cryolo_1_4_1.1563542512.txt.gz ยท Last modified: 2019/07/19 15:21 by twagner