# WriterIdentification **Repository Path**: voyagerhui/WriterIdentification ## Basic Information - **Project Name**: WriterIdentification - **Description**: Writer identification based on CASIA-HWDB1.1 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-14 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WriterIdentification Writer identification based on CASIA-HWDB1.1 ## train the cnn python set_divide_method1.py set_divide_method1.py extracts pics from gnt files and resize them, finally divide the data set into 3 dirs(method 1). python train.py train.py train the cnn. ## visualize the cnn predict With flask web page. python hi_app.py ## visualize the cnn layer output python visualization.py