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 [2021/05/31 14:41]
twagner [Download]
janni [2022/07/22 09:33]
twagner [Installation]
Line 43: Line 43:
  
 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:
-<code> 
  
 +<code>
 conda env remove --name janni conda env remove --name janni
  
Line 52: Line 52:
  
 <code> <code>
-conda create -n janni -c anaconda python=3.cudnn=7.1.libtiff wxPython=4.0.4+conda create -n janni -c conda-forge -c anaconda 
 +pyqt 
 +
 +
 +python 
 += 
 +3 .
 +cudatoolkit 
 +
 +10 .0.130 
 +cudnn 
 += 
 +7 .6.5 
 +numpy 
 +== 
 +1 .18.5 libtiff 
 +wxPython 
 += 
 +4 .1.1  adwaita-icon-theme
  
 </code> </code>
Line 63: Line 81:
 </code> </code>
  
-Now can install JANNI either for GPUs **or**  for CPUs+Now can install JANNI either for GPUs **or** for CPUs:
- +
-4a. **For GPU:**  Install JANNI form PyPi for a GPU machine:+
  
 +4a. **For GPU:** Install JANNI form PyPi for a GPU machine:
 <code> <code>
 pip install janni[gpu] pip install janni[gpu]
Line 72: Line 89:
 </code> </code>
  
-4b. **For CPU:**  Install JANNI form PyPi for a CPU machine: +4b. **For CPU:** Install JANNI form PyPi for a CPU machine:
 <code> <code>
 pip install janni[cpu] pip install janni[cpu]
  
 </code> </code>
 +
  
 ==== Getting started ==== ==== Getting started ====
Line 90: Line 107:
  
 ==== Changelog ==== ==== Changelog ====
 +
 +**JANNI 0.2.2:**
 +
 +   * Fix an issue that JANNI can't denoise a single image (it only worked for folders) (Thanks to Sony Malhotra)
  
 **JANNI 0.2.1:** **JANNI 0.2.1:**
  
-  * Because of an libary update, JANNI was not working anymore (No supported model).+  * Because of an libary update, JANNI was not working anymore (No supported model) (Thanks to 
 + 
 +Sony Malhotra)   .
  
 **JANNI 0.2** **JANNI 0.2**
janni.txt · Last modified: 2022/07/25 11:19 by twagner