# DeepLearning **Repository Path**: FizzP/deep-learning ## Basic Information - **Project Name**: DeepLearning - **Description**: 小组作业, 进行卡片识别 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepLearning #### 介绍 小组作业,进行卡片识别 #### 图像识别接口文档(Fizz) mainbynumpy.py中的ImageClassifyController是调用者需要关心的类, 相关参数在其无参构造函数中修改即可 实例代码 ```python # 传入要进行识别的图片的绝对路径数组 images_paths = ["/home/fizz/Music/大学学习的知识总结/CardClassifier/CardClassifier/CNNmodel/classifyimages/test/she_card_f/9.jpg"] # 实力化对象, 一次实例化, 可多次使用 controller = ImageClassifyController() # 调用classify方法, 输出标签数组 print(controller.classify(images_paths)) ``` > 输出:标签数组 ['she_card_f'] #### 实例 ``` git add file git commit -m ```