<< prev: assignment 2 up: back to handwriting recognition course

Assignment 3 and 4

Goal

Make a recognizer that transcribes a word image. The program must be executed like this:
python recognize.py wordimage.ppm
The output should be like this:
appeltaart
appelflap
appelsap
citroentaart
staart

A maximum of five lines each contain a possible transcription, in descending probability. The first word is concerned for the Top-1 performance and the edit distance. The other four are concerned for the Top-5 performance. For grading, the edit distance is most important.

Assignment 3

Make a first working version.

Assignment 4

Make a better final version.

Notes

Last modified: 26 May 2008, morning.