Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

06/07/18 [python3-convert-jp4][master] by Oleg Dzhimiev: initial + splitting composite images

Elphel GIT logs - Thu, 06/07/2018 - 07:50
Oleg Dzhimiev committed changes to the Elphel git project :
initial + splitting composite images

06/07/18 [python3-convert-jp4][master] by Oleg K Dzhimiev: Add README.md

Elphel GIT logs - Thu, 06/07/2018 - 07:47
Oleg K Dzhimiev committed changes to the Elphel git project :
Add README.md

06/06/18 [imagej-elphel][dct] by AndreyFilippov: Done with poorly textured areas

Elphel GIT logs - Wed, 06/06/2018 - 23:02
AndreyFilippov committed changes to the Elphel git project :
Done with poorly textured areas

06/06/18 [imagej-elphel][gpu] by AndreyFilippov: Low texture areas - debugging averaging correlation with surface approximation with planes

Elphel GIT logs - Wed, 06/06/2018 - 00:24
AndreyFilippov committed changes to the Elphel git project :
Low texture areas - debugging averaging correlation with surface approximation with planes

06/05/18 [imagej-elphel][gpu] by AndreyFilippov: continue on correlation with averaging

Elphel GIT logs - Tue, 06/05/2018 - 18:52
AndreyFilippov committed changes to the Elphel git project :
continue on correlation with averaging

Elphel Software Kit for Ubuntu

Wiki Recent Changes - Mon, 06/04/2018 - 15:31

‎ImageJ and Elphel plugins for imageJ

← Older revision Revision as of 21:31, 4 June 2018 Line 294: Line 294:    -Xms2048m   -Xms2048m    -Xmx24576m   -Xmx24576m  +* Kubuntu 18.04 might need:  + https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty  * From Eclipse:   * From Eclipse:      1. File -> Import -> Existing Maven Projects -> set imagej-elphel as Root Directory - a project will appear in the project list -> Finish   1. File -> Import -> Existing Maven Projects -> set imagej-elphel as Root Directory - a project will appear in the project list -> Finish Oleg

06/03/18 [imagej-elphel][gpu] by AndreyFilippov: Fixed CM bug for bi-quad, more on low-texture filtering

Elphel GIT logs - Sun, 06/03/2018 - 11:37
AndreyFilippov committed changes to the Elphel git project :
Fixed CM bug for bi-quad, more on low-texture filtering

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

Pages

Subscribe to www3.elphel.com aggregator