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/29 09:37]
twagner [Installation]
downloads:cryolo_1 [2019/07/29 09:41]
twagner [Installation]
Line 169: Line 169:
 pip install 'cryolo[cpu]'  pip install 'cryolo[cpu]' 
 </code> </code>
 +
 +<note>
 +During the installtion of crYOLO you will see the following error message:
 +''ERROR: imagecodecs-lite 2019.2.22 has requirement numpy>=1.15.4, but you'll have numpy 1.14.5 which is incompatible.''
 +However, you can ignore it. It is actually also working with numpy==1.14.5
 +</note>
  
 **That's it!** **That's it!**
Line 191: Line 197:
  
 ====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 198: Line 214:
   * 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