User Tools

Site Tools


janni

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
janni [2019/07/09 14:46]
twagner [Installation]
janni [2019/07/10 09:42]
twagner [Installation]
Line 7: Line 7:
  
 JANNI can be used a command line tool but also provides an simple interface to integrate into other programs (see [[janni_tutorial#developer_information|developer information]]). JANNI can be used a command line tool but also provides an simple interface to integrate into other programs (see [[janni_tutorial#developer_information|developer information]]).
 +<note>
   * **License**: MIT   * **License**: MIT
   * **GitHub repository**: https://github.com/thorstenwagner/sphire-janni   * **GitHub repository**: https://github.com/thorstenwagner/sphire-janni
 +</note>
 This is an example where we applied JANNI: This is an example where we applied JANNI:
  
Line 33: Line 33:
  
 ==== Installation ==== ==== Installation ====
-The following instructions assume that pip and anaconda or miniconda are available. In case you have crYOLO installed, you can also install it into the crYOLO environment. In this case you can skip step 1-3.+The following instructions assume that pip and anaconda or miniconda are available. 
  
 1. In case you have a old JANNI environment installed, you might want to remove the old one with:  1. In case you have a old JANNI environment installed, you might want to remove the old one with: 
Line 53: Line 53:
  
 **For GPU:** **For GPU:**
-4. Install JANNI form PyPi for a GPU machine:+4a. Install JANNI form PyPi for a GPU machine:
 <code> <code>
 pip install janni[gpu] pip install janni[gpu]
Line 59: Line 59:
  
 **For CPU:** **For CPU:**
-4. Install JANNI form PyPi for a CPU machine:+4b. Install JANNI form PyPi for a CPU machine:
 <code> <code>
 pip install janni[cpu] pip install janni[cpu]
janni.txt ยท Last modified: 2022/07/25 11:19 by twagner