Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lwir-nn
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
lwir-nn
Commits
d5384e3f
Commit
d5384e3f
authored
Jul 16, 2019
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial files
parent
0b12af03
Pipeline
#1088
failed with stages
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
589 additions
and
0 deletions
+589
-0
.gitignore
.gitignore
+5
-0
.project
eclipse_project_setup/.project
+17
-0
.pydevproject
eclipse_project_setup/.pydevproject
+11
-0
imagej_tiff.py
imagej_tiff.py
+556
-0
No files found.
.gitignore
0 → 100644
View file @
d5384e3f
__pycache__
/.project
/.pydevproject
attic
*.log
\ No newline at end of file
eclipse_project_setup/.project
0 → 100644
View file @
d5384e3f
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
lwir-nn
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.python.pydev.PyDevBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.python.pydev.pythonNature
</nature>
</natures>
</projectDescription>
eclipse_project_setup/.pydevproject
0 → 100644
View file @
d5384e3f
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>
<pydev_project>
<pydev_property
name=
"org.python.pydev.PYTHON_PROJECT_INTERPRETER"
>
Default
</pydev_property>
<pydev_property
name=
"org.python.pydev.PYTHON_PROJECT_VERSION"
>
python interpreter
</pydev_property>
<pydev_pathproperty
name=
"org.python.pydev.PROJECT_SOURCE_PATH"
>
<path>
/${PROJECT_DIR_NAME}
</path>
</pydev_pathproperty>
<pydev_pathproperty
name=
"org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH"
>
<path>
/usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/
</path>
</pydev_pathproperty>
</pydev_project>
imagej_tiff.py
0 → 100755
View file @
d5384e3f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment