Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meituan-dianping/vision-ui
视觉UI分析工具
https://github.com/meituan-dianping/vision-ui
clip-model image-diff screenshot-testing semantic-ui testing testing-tools
Last synced: about 4 hours ago
JSON representation
视觉UI分析工具
- Host: GitHub
- URL: https://github.com/meituan-dianping/vision-ui
- Owner: Meituan-Dianping
- License: mit
- Created: 2019-02-20T10:33:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T22:30:56.000Z (over 1 year ago)
- Last Synced: 2024-10-06T05:22:56.522Z (about 1 month ago)
- Topics: clip-model, image-diff, screenshot-testing, semantic-ui, testing, testing-tools
- Language: Python
- Homepage:
- Size: 14.1 MB
- Stars: 247
- Watchers: 11
- Forks: 57
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vision UI
![GitHub](https://img.shields.io/badge/Python-3.8-blue)
![GitHub](https://img.shields.io/github/license/Meituan-Dianping/vision-diff)
![GitHub](https://img.shields.io/docker/cloud/build/brighthai/vision-ui)## 简介
[English](resources/readme_en.md)[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1sXcgUav3xo9yCFEbqIK4-QOvnMZ3A1hj?usp=sharing)
Vision UI 源于美团视觉测试工具,提供图像UI分析,识别服务
本项目无需训练模型,[Vision-ml](https://github.com/Meituan-Dianping/vision) 项目提供RCNN训练框架
环境配置
```shell
# create venv and activate
git clone [email protected]: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
```## 特性
* 超越像素对比-[视觉对比](resources/vision_diff_cn.md)
* 基于模板匹配-[图像融合](resources/vision_merge.md)
* 预训练模型-[UI目标检测](resources/vision_infer.md)
* 视觉语义-[语义目标识别](resources/vision_trace.md)
* 集成模型-[文本识别](resources/vision_text.md)
## 效果展示
### UI目标检测
| App1 | App2 | App3 |
|-------------------------|-------------------------|-------------------------|
|![infer_01](https://user-images.githubusercontent.com/11002329/169336590-c0a8d6b9-a4cf-4449-8c84-9444c89f63de.png)|![infer_02](https://user-images.githubusercontent.com/11002329/169336682-2640827f-aba3-4f62-8baf-ccfb4a0f3e2a.png)|![infer_03](https://user-images.githubusercontent.com/11002329/169336771-347cdd14-e332-404f-b361-200f303c50fb.png)|### 语义目标识别
| image or text query | proposal backend | result |
|----------------------|-----------------|--------------------------------------|
| | ui-infer |![trace_result_mario](https://user-images.githubusercontent.com/11002329/169337586-0c1405ea-6dc1-4f27-a6a2-4c294730f1c7.png) |
| a toy dinosaur | patches |![trace_result_dinosaur](https://user-images.githubusercontent.com/11002329/169338047-702214ab-b0fb-43ff-bdd3-b6746539a14e.png)|
| mario | patches | ![mario_jump](https://user-images.githubusercontent.com/11002329/172109580-df200eda-ac05-484e-8ce0-6607f3c2f5f8.gif)|### 更多
[效果展示](resources/vision_show.md)## License
This project is licensed under the [MIT](./LICENSE)