User Tools

Site Tools


downloads:cryolo_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
downloads:cryolo_1 [2019/07/22 13:05]
twagner [Installation]
downloads:cryolo_1 [2019/07/29 09:41]
twagner [crYOLO]
Line 98: Line 98:
   * Issue 17: On the fly filtering (%%--%%otf) is slower than using it not, as the filtering is not parallelized in this case.    * Issue 17: On the fly filtering (%%--%%otf) is slower than using it not, as the filtering is not parallelized in this case. 
   * Issue 22: Since crYOLO 1.4.0 it sometimes take long until it starts picking. The reason seems to be the tensorflow update.   * Issue 22: Since crYOLO 1.4.0 it sometimes take long until it starts picking. The reason seems to be the tensorflow update.
 +  * Issue 23: Fine-tune mode does not start (cannot find layer model_3). Will be fixed in 1.4.1.
 <hidden Closed issues> <hidden Closed issues>
   * <del>  Issue 1: crYOLO sometimes not exit properly after training finished. Has to be killed manually.</del>   * <del>  Issue 1: crYOLO sometimes not exit properly after training finished. Has to be killed manually.</del>
Line 156: Line 157:
 Install fast numpy from conda: Install fast numpy from conda:
 <code> <code>
-conda install numpy==1.15.4+conda install numpy==1.14.5
 </code> </code>
  
 In case you run **crYOLO on a GPU** run: In case you run **crYOLO on a GPU** run:
 <code> <code>
-pip install 'cryolo-X.Y.Z.tar.gz[gpu]' +pip install 'cryolo[gpu]' 
 </code> </code>
  
 But if you want to run **crYOLO on a CPU** run: But if you want to run **crYOLO on a CPU** run:
 <code> <code>
-pip install 'cryolo-X.Y.Z.tar.gz[cpu]'  +pip install 'cryolo[cpu]' 
-</code> +
- +
-Finally you install the cryolo boxmanager: +
-<code> +
-pip install cryoloBM-X.Y.Z.tar.gz+
 </code> </code>
  
Line 195: Line 191:
  
 ====crYOLO==== ====crYOLO====
 +
 +**crYOLO 1.4.1:**
 +  * Downgrade the dependencies to tensorflow 1.10.1 and numpy 1.14.5 as some users reported long initialization times. (Thanks to Shaun Rawson)
 +  * 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 installed through pypi
 +  * crYOLO box manager is installed through pypi and automatically shipped with the crYOLO package
 +  * Fix fine-tune mode (Thanks to Antoine Koehl)
 +  * Fixed normalization function for YOLO backend (Thanks to Wolfgang Lugmayr)
 +
 +<hidden **Old crYOLO change logs**>
  
 **crYOLO 1.4.0:** **crYOLO 1.4.0:**
Line 202: Line 208:
   * Update numpy from 1.14.5 to 1.15.4 to make crYOLO compatible with JANNI   * Update numpy from 1.14.5 to 1.15.4 to make crYOLO compatible with JANNI
  
-<hidden **Old crYOLO change logs**> 
 **crYOLO 1.3.6:** **crYOLO 1.3.6:**
   * Changed filament search radius factor from 0.8 to 1.41 (this fixed issue 21)   * Changed filament search radius factor from 0.8 to 1.41 (this fixed issue 21)
downloads/cryolo_1.txt · Last modified: 2021/02/19 09:43 by twagner