Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
python3-imagej-tiff
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
python3-imagej-tiff
Commits
c7de630a
Commit
c7de630a
authored
Aug 09, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed filenames second time
parent
5b0156dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
explore_data.py
explore_data.py
+4
-4
No files found.
explore_data.py
View file @
c7de630a
...
...
@@ -586,7 +586,7 @@ class ExploreData:
if
not
'.tfrecords'
in
tfr_filename
:
tfr_filename
+=
'.tfrecords'
tfr_filename
.
replace
(
' '
,
'_'
)
tfr_filename
=
tfr_filename
.
replace
(
' '
,
'_'
)
if
files_list
is
None
:
files_list
=
self
.
files_train
...
...
@@ -715,7 +715,7 @@ if __name__ == "__main__":
try
:
pathTFR
=
sys
.
argv
[
3
]
except
IndexError
:
pathTFR
=
"/mnt/dde6f983-d149-435e-b4a2-88749245cc6c/home/eyesis/x3d_data/data_sets/tf_data_3x3/"
pathTFR
=
"/mnt/dde6f983-d149-435e-b4a2-88749245cc6c/home/eyesis/x3d_data/data_sets/tf_data_3x3
a"
#no trailing "
/"
try
:
ml_subdir
=
sys
.
argv
[
4
]
...
...
@@ -735,8 +735,8 @@ if __name__ == "__main__":
BATCH_DISP_BINS
=
8
BATCH_STR_BINS
=
3
train_filenameTFR
=
pathTFR
+
"
-
train"
test_filenameTFR
=
pathTFR
+
"
-
test"
train_filenameTFR
=
pathTFR
+
"
/
train"
test_filenameTFR
=
pathTFR
+
"
/
test"
# disp_bins = 20,
# str_bins=10)
...
...
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