Difference between revisions of "Quad stereo tensorflow eclipse"
From ElphelWiki
Line 3: | Line 3: | ||
* Clone and Import [https://git.elphel.com/Elphel/imagej-elphel imagej-elphel] | * Clone and Import [https://git.elphel.com/Elphel/imagej-elphel imagej-elphel] | ||
<font color='red'>'''NOTE: if project is updated/pulled outside Eclipse - might need a manual refresh'''</font> | <font color='red'>'''NOTE: if project is updated/pulled outside Eclipse - might need a manual refresh'''</font> | ||
+ | * TF version is pulled from pom.xml | ||
+ | * Trained TF model for EO sensors is auto-downloaded - [https://community.elphel.com/files/quad-stereo/ml/trained_model_v1.0.zip trained_model_v1.0.zip] | ||
+ | * Get some image samples, provide paths | ||
+ | * Before running the plugin (Eyesis_Correction), copy imagej options to /home/user/.imagejs/Eyesis_Correction.xml: | ||
+ | <font size='1'> | ||
+ | <?xml version="1.0" encoding="UTF-8"?> | ||
+ | <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> | ||
+ | <properties> | ||
+ | <comment>last updated Thu Sep 08 14:09:47 MDT 2016</comment> | ||
+ | <entry key="ADVANCED_MODE">True</entry> | ||
+ | <entry key="DCT_MODE">True</entry> | ||
+ | <entry key="MODE_3D">False</entry> | ||
+ | <entry key="GPU_MODE">True</entry> | ||
+ | <entry key="LWIR_MODE">True</entry> | ||
+ | </properties> | ||
+ | </font> |
Revision as of 11:04, 27 December 2019
ImageJ plugin
- Install Eclipse
- Clone and Import imagej-elphel
NOTE: if project is updated/pulled outside Eclipse - might need a manual refresh
- TF version is pulled from pom.xml
- Trained TF model for EO sensors is auto-downloaded - trained_model_v1.0.zip
- Get some image samples, provide paths
- Before running the plugin (Eyesis_Correction), copy imagej options to /home/user/.imagejs/Eyesis_Correction.xml:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>last updated Thu Sep 08 14:09:47 MDT 2016</comment> <entry key="ADVANCED_MODE">True</entry> <entry key="DCT_MODE">True</entry> <entry key="MODE_3D">False</entry> <entry key="GPU_MODE">True</entry> <entry key="LWIR_MODE">True</entry> </properties>