Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

06/01/18 [imagej-elphel][gpu] by AndreyFilippov: More work on low-textured areas with bi-quad camera

Elphel GIT logs - Fri, 06/01/2018 - 16:39
AndreyFilippov committed changes to the Elphel git project :
More work on low-textured areas with bi-quad camera

05/28/18 [imagej-elphel][gpu] by AndreyFilippov: building models from bi-quad data

Elphel GIT logs - Mon, 05/28/2018 - 12:47
AndreyFilippov committed changes to the Elphel git project :
building models from bi-quad data

05/27/18 [imagej-elphel][gpu] by AndreyFilippov: filtering foreground selection for the rig

Elphel GIT logs - Sun, 05/27/2018 - 13:22
AndreyFilippov committed changes to the Elphel git project :
filtering foreground selection for the rig

05/25/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: lost license header

Elphel GIT logs - Fri, 05/25/2018 - 14:42
Oleg Dzhimiev committed changes to the Elphel git project :
lost license header

05/25/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: 1. parse xml data 2. stack tiles 3. 8bpp and 32bpp 4. extract values from specific layer named 'other' 5. test 8bpp against corresponding 32bpp

Elphel GIT logs - Fri, 05/25/2018 - 14:36
Oleg Dzhimiev committed changes to the Elphel git project :
1. parse xml data 2. stack tiles 3. 8bpp and 32bpp 4. extract values from specific layer named 'other' 5. test 8bpp against corresponding 32bpp

Tensorflow with gpu

Wiki Recent Changes - Fri, 05/25/2018 - 01:36

← Older revision Revision as of 07:36, 25 May 2018 Line 11: Line 11:    https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal   https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal  * then * then −  sudo apt-get install cuda-9-0+  sudo apt-get install cuda-9-2 # included on that NVidia page       https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#post-installation-actions   https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#post-installation-actions  * * −  ~$ export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}}+  ~$ export PATH=/usr/local/cuda-9.2/bin${PATH:+:${PATH}} −  ~$ export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}+  ~$ export LD_LIBRARY_PATH=/usr/local/cuda-9.2/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}  * *    ~$ nvidia-smi     ~$ nvidia-smi   Line 38: Line 38:     * install tensorflow * install tensorflow  + ~$ sudo apt-get install python3-pip # if it is not already installed  +    ~$ sudo pip3 install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.7.0-cp35-cp35m-linux_x86_64.whl   ~$ sudo pip3 install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.7.0-cp35-cp35m-linux_x86_64.whl    Andrey.filippov

05/24/18 [imagej-elphel][gpu] by AndreyFilippov: Dealing with low-textured areas with dual quad camera

Elphel GIT logs - Thu, 05/24/2018 - 19:41
AndreyFilippov committed changes to the Elphel git project :
Dealing with low-textured areas with dual quad camera

05/22/18 [imagej-elphel][gpu] by AndreyFilippov: added preliminary inter-camera correlation, but it is not working yet

Elphel GIT logs - Tue, 05/22/2018 - 10:22
AndreyFilippov committed changes to the Elphel git project :
added preliminary inter-camera correlation, but it is not working yet

Eyesis4Pi workflow

Wiki Recent Changes - Mon, 05/21/2018 - 14:20

← Older revision Revision as of 20:20, 21 May 2018 Line 39: Line 39:  |style="padding:0px 15px 0px 15px;"| Setting up paths and shooting parameters   |style="padding:0px 15px 0px 15px;"| Setting up paths and shooting parameters    |align="center"                    | 0-1   |align="center"                    | 0-1   −|style="padding:0px 15px 0px 15px;"| Initial settings can take longer time of course+|style="padding:0px 15px 0px 15px;"| Initial settings can take longer time  |- |-  |align="center"                    | 8 |align="center"                    | 8 Oleg

Eyesis4Pi 393 workflow

Wiki Recent Changes - Mon, 05/21/2018 - 14:19

‎Workflow

← Older revision Revision as of 20:19, 21 May 2018 Line 28: Line 28:  |align="center"                    | - |align="center"                    | -  |align="center"                    | [[Eyesis4Pi 393 User Guide - Recording|Web GUI]] |align="center"                    | [[Eyesis4Pi 393 User Guide - Recording|Web GUI]] −|style="padding:0px 15px 0px 15px;"| Initial settings can take longer time of course+|style="padding:0px 15px 0px 15px;"| Initial settings can take longer time  |- |-  |align="center" valign="top"      | 5 |align="center" valign="top"      | 5 Oleg

05/19/18 [imagej-elphel][dct] by AndreyFilippov: Implemented 8bpp mode for ML output

Elphel GIT logs - Sat, 05/19/2018 - 19:46
AndreyFilippov committed changes to the Elphel git project :
Implemented 8bpp mode for ML output

05/19/18 [imagej-elphel][gpu] by AndreyFilippov: Added 32-bit tiff output for ML data

Elphel GIT logs - Sat, 05/19/2018 - 13:40
AndreyFilippov committed changes to the Elphel git project :
Added 32-bit tiff output for ML data

05/18/18 [elphel-apps-imgsrv][master] by Oleg Dzhimiev: added base channel for filename for multicam systems

Elphel GIT logs - Fri, 05/18/2018 - 11:21
Oleg Dzhimiev committed changes to the Elphel git project :
added base channel for filename for multicam systems

05/17/18 [python3-imagej-tiff][master] by Oleg K Dzhimiev: Add LICENSE

Elphel GIT logs - Thu, 05/17/2018 - 12:57
Oleg K Dzhimiev committed changes to the Elphel git project :
Add LICENSE

05/17/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: initial

Elphel GIT logs - Thu, 05/17/2018 - 12:55
Oleg Dzhimiev committed changes to the Elphel git project :
initial

05/17/18 [python3-imagej-tiff][master] by Oleg K Dzhimiev: Update README.md

Elphel GIT logs - Thu, 05/17/2018 - 12:52
Oleg K Dzhimiev committed changes to the Elphel git project :
Update README.md

05/17/18 [python3-imagej-tiff][master] by Oleg K Dzhimiev: Update README.md

Elphel GIT logs - Thu, 05/17/2018 - 12:51
Oleg K Dzhimiev committed changes to the Elphel git project :
Update README.md

05/17/18 [python3-imagej-tiff][master] by Oleg K Dzhimiev: Update README.md

Elphel GIT logs - Thu, 05/17/2018 - 12:48
Oleg K Dzhimiev committed changes to the Elphel git project :
Update README.md

05/17/18 [python3-imagej-tiff][master] by Oleg K Dzhimiev: Update README.md

Elphel GIT logs - Thu, 05/17/2018 - 12:48
Oleg K Dzhimiev committed changes to the Elphel git project :
Update README.md

05/17/18 [python3-imagej-tiff][master] by Oleg K Dzhimiev: Add README.md

Elphel GIT logs - Thu, 05/17/2018 - 12:45
Oleg K Dzhimiev committed changes to the Elphel git project :
Add README.md

Pages

Subscribe to www3.elphel.com aggregator