Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues faced when changing Image Height from 32 #13

Closed
ghost opened this issue Jun 14, 2016 · 2 comments
Closed

Issues faced when changing Image Height from 32 #13

ghost opened this issue Jun 14, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 14, 2016

Hello,
I wanted to tweak the dimensions of image. Till now I am able to change the Image width but the program fails to run when I change image Height.
Places where I alter the code:

  1. demo.lua "local imgW, imgH = 200, 32"
  2. DatasetLmdb.lua "function DatasetLmdb:nextBatch()"
  3. DatasetLmdb.lua "function DatasetLmdb:allImageLabel(nSampleMax)"

Please advise how to make it work and change the image height.

P.S:A sincere thanks for writing such a wonderfully thought program.

@bgshih
Copy link
Owner

bgshih commented Jun 14, 2016

@sangramgupta The height cannot be changed, due to the algorithm and network architecture.

@bgshih bgshih closed this as completed Jun 14, 2016
@ahmedmazari-dhatim
Copy link

@bgshih the networks can only take images with a height of 32 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants