Vision UI
July 1, 2022 · View on GitHub
简介
Vision UI 源于美团视觉测试工具,提供图像UI分析,识别服务
本项目无需训练模型,Vision-ml 项目提供RCNN训练框架
环境配置
# create venv and activate
git clone git@github.com:Meituan-Dianping/vision-ui.git --depth=1
cd vision-ui
pip3 install -r requirements.txt
# set working directory for command-line usage
export PYTHONPATH=$PYTHONPATH:$path/to/project/vision-ui
特性
效果展示
UI目标检测
| App1 | App2 | App3 |
|---|---|---|
![]() | ![]() | ![]() |
语义目标识别
| image or text query | proposal backend | result |
|---|---|---|
| ui-infer | ![]() | |
| a toy dinosaur | patches | ![]() |
| mario | patches | ![]() |
更多
License
This project is licensed under the MIT





