Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
meijieru committed May 12, 2017
1 parent bb88f08 commit 6781643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion crnn_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
num_workers=int(opt.workers),
collate_fn=dataset.alignCollate(imgH=opt.imgH, keep_ratio=opt.keep_ratio))
test_dataset = dataset.lmdbDataset(
root=opt.valroot, transform=dataset.resizeNormalize((128, 32)))
root=opt.valroot, transform=dataset.resizeNormalize((100, 32)))

ngpu = int(opt.ngpu)
nh = int(opt.nh)
Expand Down
56 changes: 0 additions & 56 deletions tool/convert_dataset.py

This file was deleted.

0 comments on commit 6781643

Please sign in to comment.