Awesome
Vision UI
简介
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 |
---|---|---|
<img width="45" alt="mario" src="https://user-images.githubusercontent.com/11002329/169337384-ba2763c1-3a5f-4161-adce-27d6b58e2a80.png"> | ui-infer | |
a toy dinosaur | patches | |
mario | patches |
更多
License
This project is licensed under the MIT