Browse Source

Initial commit

master
baskayj 4 years ago
commit
30dcc4b769
  1. 8
      .idea/.gitignore
  2. 6
      .idea/inspectionProfiles/profiles_settings.xml
  3. 4
      .idea/misc.xml
  4. 8
      .idea/modules.xml
  5. 10
      .idea/unet_intermediate_layers.iml
  6. 6
      .idea/vcs.xml
  7. BIN
      Data/F_40_23.png
  8. BIN
      Data/F_40_76.png
  9. BIN
      model-fog_pato.h5
  10. 512
      predict.ipynb

8
.idea/.gitignore

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

6
.idea/inspectionProfiles/profiles_settings.xml

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

4
.idea/misc.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (unet_intermediate_layers)" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/unet_intermediate_layers.iml" filepath="$PROJECT_DIR$/.idea/unet_intermediate_layers.iml" />
</modules>
</component>
</project>

10
.idea/unet_intermediate_layers.iml

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

BIN
Data/F_40_23.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

BIN
Data/F_40_76.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 KiB

BIN
model-fog_pato.h5

Binary file not shown.

512
predict.ipynb

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save