09/13/18 [python3-imagej-tiff][master] by AndreyFilippov: Implemented 2-stage inference network to be used with TP in Java
AndreyFilippov committed changes to the Elphel git project :
Implemented 2-stage inference network to be used with TP in Java
Implemented 2-stage inference network to be used with TP in Java
Tensorflow with gpu
← Older revision
Revision as of 16:58, 12 September 2018
(2 intermediate revisions by the same user not shown)Line 2:
Line 2:
* Kubuntu 16.04.4 LTS * Kubuntu 16.04.4 LTS
==Setup (guide)== ==Setup (guide)==
−* Just follow [http://www.python36.com/install-tensorflow141-gpu/ '''this guide'''] or this [http://www.python36.com/how-to-install-tensorflow-gpu-with-cuda-9-2-for-python-on-ubuntu/ '''newer one''']+Just follow:
+* [http://www.python36.com/install-tensorflow141-gpu/ '''this guide'''] (Ubuntu 16.04 64-bit, CUDA 9.1, cuDNN 7.1.2, python3) or
+* this [http://www.python36.com/how-to-install-tensorflow-gpu-with-cuda-9-2-for-python-on-ubuntu/ '''newer one'''] (Ubuntu 16.04 64-bit, CUDA 9.2, cuDNN 7.1.4, python3)
==Setup (some details)== ==Setup (some details)==
Oleg
Tensorflow with gpu
Added newer link
← Older revision Revision as of 01:19, 12 September 2018 Line 2: Line 2: * Kubuntu 16.04.4 LTS * Kubuntu 16.04.4 LTS ==Setup (guide)== ==Setup (guide)== −* Just follow [http://www.python36.com/install-tensorflow141-gpu/ '''this guide''']+* Just follow [http://www.python36.com/install-tensorflow141-gpu/ '''this guide'''] or this [http://www.python36.com/how-to-install-tensorflow-gpu-with-cuda-9-2-for-python-on-ubuntu/ '''newer one'''] + ==Setup (some details)== ==Setup (some details)== * Check device * Check device Andrey.filippov09/11/18 [imagej-elphel][gpu] by Oleg K Dzhimiev: Update README.md
Oleg K Dzhimiev committed changes to the Elphel git project :
Update README.md
Update README.md
09/11/18 [imagej-elphel][master] by Oleg K Dzhimiev: Update README.md
Oleg K Dzhimiev committed changes to the Elphel git project :
Update README.md
Update README.md
09/11/18 [imagej-elphel][gpu] by Oleg Dzhimiev: comments
Oleg Dzhimiev committed changes to the Elphel git project :
comments
comments
09/11/18 [imagej-elphel][gpu] by Oleg Dzhimiev: working with CUDA 9.0 installed
Oleg Dzhimiev committed changes to the Elphel git project :
working with CUDA 9.0 installed
working with CUDA 9.0 installed
09/10/18 [imagej-elphel][gpu] by Oleg Dzhimiev: added TF dep
Oleg Dzhimiev committed changes to the Elphel git project :
added TF dep
added TF dep
09/10/18 [imagej-elphel][gpu] by Oleg Dzhimiev: comments
Oleg Dzhimiev committed changes to the Elphel git project :
comments
comments
09/10/18 [imagej-elphel][gpu] by Oleg Dzhimiev: +file for Tensorflow testing
Oleg Dzhimiev committed changes to the Elphel git project :
+file for Tensorflow testing
+file for Tensorflow testing
09/10/18 [imagej-elphel][gpu] by Oleg Dzhimiev: +comments
Oleg Dzhimiev committed changes to the Elphel git project :
+comments
+comments
09/10/18 [imagej-elphel][gpu] by Oleg Dzhimiev: + test for jcuda
Oleg Dzhimiev committed changes to the Elphel git project :
+ test for jcuda
+ test for jcuda
09/10/18 [imagej-elphel][gpu] by Oleg Dzhimiev: +new files
Oleg Dzhimiev committed changes to the Elphel git project :
+new files
+new files
09/10/18 [imagej-elphel][gpu] by Oleg Dzhimiev: +2 buttons
Oleg Dzhimiev committed changes to the Elphel git project :
+2 buttons
+2 buttons
09/09/18 [imagej-elphel][gpu] by Andrey Filippov: fixing ml generation during normal scene batch calculation
Andrey Filippov committed changes to the Elphel git project :
fixing ml generation during normal scene batch calculation
fixing ml generation during normal scene batch calculation
09/07/18 [python3-imagej-tiff][master] by AndreyFilippov: Modified to use newer Tiff write
AndreyFilippov committed changes to the Elphel git project :
Modified to use newer Tiff write
Modified to use newer Tiff write
09/07/18 [python3-imagej-tiff][master] by AndreyFilippov: Merge branch 'master' of git@git.elphel.com:Elphel/python3-imagej-tiff.git
AndreyFilippov committed changes to the Elphel git project :
Merge branch 'master' of git@git.elphel.com:Elphel/python3-imagej-tiff.git
Merge branch 'master' of git@git.elphel.com:Elphel/python3-imagej-tiff.git
09/07/18 [python3-imagej-tiff][master] by AndreyFilippov: modified print output
AndreyFilippov committed changes to the Elphel git project :
modified print output
modified print output
09/07/18 [python3-imagej-tiff][master] by AndreyFilippov: refactoring
AndreyFilippov committed changes to the Elphel git project :
refactoring
refactoring
Tiff file format for pre-processed quad-stereo sets
← Older revision
Revision as of 23:01, 6 September 2018
Line 46:
Line 46:
==<font color='ForestGreen'>TIFF image stacks for ML</font>== ==<font color='ForestGreen'>TIFF image stacks for ML</font>==
[[File:Ml tiff stack imagej.jpeg|thumb|400px|Fig.1 Opened in ImageJ, one of the layers]] [[File:Ml tiff stack imagej.jpeg|thumb|400px|Fig.1 Opened in ImageJ, one of the layers]]
−[[File:Tiff layers.jpeg|thumb|400px|Fig.2 TIFF imagestack layers]]+[[File:Tiff layers.jpeg|thumb|400px|Fig.2 multi-page TIFF layers (or TIFF Image stack in ImageJ's terms)]]
[[File:Ml tiff stack python values.jpeg|thumb|400px|Fig.3 Decoded 'value'-layers]] [[File:Ml tiff stack python values.jpeg|thumb|400px|Fig.3 Decoded 'value'-layers]]
[[File:Ml tiff stack python data layers.jpeg|thumb|500px|Fig.4 Data layers]] [[File:Ml tiff stack python data layers.jpeg|thumb|500px|Fig.4 Data layers]]
Oleg
Pages
