# cartoon **Repository Path**: mcontrol/cartoon ## Basic Information - **Project Name**: cartoon - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cv2 # pytorch - https://pytorch.org/ # face-alignment - sudo pip3 install face-alignment # dlib apt-get install cmake pip3 install dlib 项目所需的主要依赖库如下: - python 3.6 - pytorch 1.4 - tensorflow-gpu 1.14 - face-alignment - dlib ### 测试 将照片转换为卡通风格: ``` python3 test.py --photo_path ./images/xia.jpg --save_path ./xia.png ```