基本信息
源码名称:Python-人工智能和基于机器学习的机器人计算机视觉
源码大小:3.20M
文件格式:.zip
开发语言:Python
更新时间:2023-11-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Python-人工智能和基于机器学习的机器人计算机视觉
人工智能和基于机器学习的机器人计算机视觉

.
├── robovision-master
│   ├── LICENSE
│   ├── README.md
│   ├── about_dialog.py
│   ├── about_dialog.ui
│   ├── app.py
│   ├── app.ui
│   ├── cascades
│   │   └── haarcascades_cuda
│   │       ├── haarcascade_eye.xml
│   │       ├── haarcascade_eye_tree_eyeglasses.xml
│   │       ├── haarcascade_frontalface_alt.xml
│   │       ├── haarcascade_frontalface_alt2.xml
│   │       ├── haarcascade_frontalface_alt_tree.xml
│   │       ├── haarcascade_frontalface_default.xml
│   │       ├── haarcascade_fullbody.xml
│   │       ├── haarcascade_lefteye_2splits.xml
│   │       ├── haarcascade_lowerbody.xml
│   │       ├── haarcascade_profileface.xml
│   │       ├── haarcascade_righteye_2splits.xml
│   │       ├── haarcascade_smile.xml
│   │       └── haarcascade_upperbody.xml
│   ├── cmd_listener.py
│   ├── dashboard.py
│   ├── dataset
│   │   └── readme
│   ├── ear.py
│   ├── env_setup.txt
│   ├── eye_detection.py
│   ├── face_recognition.py
│   ├── face_trainer.py
│   ├── global_signals.py
│   ├── image_widget.py
│   ├── images
│   │   ├── human.png
│   │   ├── logo.png
│   │   ├── robot
│   │   │   ├── look_down.png
│   │   │   ├── look_left.png
│   │   │   ├── look_right.png
│   │   │   ├── look_up.png
│   │   │   ├── mouth_open.png
│   │   │   └── normal.png
│   │   ├── robot_icon.png
│   │   └── robot_icon_small.png
│   ├── logger.py
│   ├── mouth.py
│   ├── ocr_credit_card.py
│   ├── opencv.py
│   ├── preferences.ini
│   ├── preferences.py
│   ├── prefs_dialog.py
│   ├── prefs_dialog.ui
│   ├── requirements.txt
│   ├── robot.py
│   ├── run.sh
│   ├── run_face_trainer.sh
│   ├── sample_local_settings.py
│   ├── samples
│   │   └── people.jpg
│   ├── screenshots
│   │   ├── s1.png
│   │   ├── s2.png
│   │   ├── s3.png
│   │   ├── s9.png
│   │   └── video_demo.png
│   ├── settings.py
│   ├── singleton.py
│   ├── tests
│   │   ├── extensions_checks.py
│   │   ├── image_tests.py
│   │   ├── recognize_speech.py
│   │   ├── samples
│   │   │   └── penguin.jpg
│   │   ├── speak_it.py
│   │   └── speech_to_text.py
│   ├── utils.py
│   └── video_capture.py
└── 好例子网_Python-人工智能和基于机器学习的机器人计算机视觉.zip

10 directories, 69 files