Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
SparseConvNet
Commits
b3e9af30
"pcdet/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "e6f6151c5f81a874b6394febf2893f9a42cf7ff8"
Commit
b3e9af30
authored
Jul 18, 2017
by
Ben Graham
Committed by
GitHub
Jul 18, 2017
Browse files
Update data.py
parent
b82dca0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/Chinese_handwriting/data.py
examples/Chinese_handwriting/data.py
+1
-1
No files found.
examples/Chinese_handwriting/data.py
View file @
b3e9af30
...
@@ -22,7 +22,7 @@ if not os.path.exists('pickle/'):
...
@@ -22,7 +22,7 @@ if not os.path.exists('pickle/'):
os
.
system
(
'mkdir -p t7/train/ t7/test/ POT/ pickle/'
)
os
.
system
(
'mkdir -p t7/train/ t7/test/ POT/ pickle/'
)
os
.
system
(
'unzip OLHWDB1.1trn_pot.zip -d POT/'
)
os
.
system
(
'unzip OLHWDB1.1trn_pot.zip -d POT/'
)
os
.
system
(
'unzip OLHWDB1.1tst_pot.zip -d POT/'
)
os
.
system
(
'unzip OLHWDB1.1tst_pot.zip -d POT/'
)
os
.
system
(
'python
3
readPotFiles2.py'
)
os
.
system
(
'python readPotFiles2.py'
)
def
train
(
spatial_size
,
Scale
,
precomputeStride
):
def
train
(
spatial_size
,
Scale
,
precomputeStride
):
...
...
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