Home

Awesome

Vision UI

GitHub GitHub GitHub

简介

English

Open In Colab

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目标检测

App1App2App3
infer_01infer_02infer_03

语义目标识别

image or text queryproposal backendresult
<img width="45" alt="mario" src="https://user-images.githubusercontent.com/11002329/169337384-ba2763c1-3a5f-4161-adce-27d6b58e2a80.png">ui-infertrace_result_mario
a toy dinosaurpatchestrace_result_dinosaur
mariopatchesmario_jump

更多

效果展示

License

This project is licensed under the MIT