Skip to content

Commit

Permalink
update the preprocessing: scale
Browse files Browse the repository at this point in the history
  • Loading branch information
dangweili committed Aug 30, 2017
1 parent c0c9209 commit 4f245e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public interface DeepMAR extends Recognizer {
float MEAN_PIXEL = 128;
float REG_COEFF = 1.0f / 256;
float REG_COEFF = 1.0f; // 1.0f / 256;
Random random = new Random(System.currentTimeMillis());

static int randomlyPickGPU(String gpus) {
Expand Down

0 comments on commit 4f245e6

Please sign in to comment.