# parserdrawio_1 **Repository Path**: yelmos/parserdrawio_1 ## Basic Information - **Project Name**: parserdrawio_1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-05-31 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## transform graph of draw to mdl ### single file ```shell node ./src/main.js -c [FILENAME] -t [TARGET] ``` #### FILENAME must end with 'json' or 'drawio', TARGET must be 'darwin2' or 'darwin3' #### debug mode, logs and infos will be shown in terminal: ``` shell node ./src/main.js -c [FILENAME] -t [target] -d ``` #### release mode: ``` shell node ./src/main.js -c [FILENAME] -t [target] ``` #### transform trainined network model into mdl ``` shell node ./src/main.js -c [FILENAME] -t [target] ``` ### test ```shell sh test/test.sh ```