Commit b3e9af30 authored by Ben Graham's avatar Ben Graham Committed by GitHub
Browse files

Update data.py

parent b82dca0d
......@@ -22,7 +22,7 @@ if not os.path.exists('pickle/'):
os.system('mkdir -p t7/train/ t7/test/ POT/ pickle/')
os.system('unzip OLHWDB1.1trn_pot.zip -d POT/')
os.system('unzip OLHWDB1.1tst_pot.zip -d POT/')
os.system('python3 readPotFiles2.py')
os.system('python readPotFiles2.py')
def train(spatial_size, Scale, precomputeStride):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment