Difference between revisions of "Quad stereo tensorflow eclipse"

From ElphelWiki
Jump to: navigation, search
(Created page with "==ImageJ plugin== * Install Eclipse * Clone and Import [https://git.elphel.com/Elphel/imagej-elphel imagej-elphel] <font color='tomato'>'''Note: if the project is updated/pull...")
 
(ImageJ plugin)
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
* Install Eclipse
 
* Install Eclipse
 
* 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='tomato'>'''Note: if the project is updated/pulled outside Eclipse - need 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 2042</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 12:04, 27 December 2019

ImageJ plugin

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 2042</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>