Skip to content

MinghaoHan/Object-detection-for-graphical-user-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection for Graphical User Interface: Old Fashioned or Deep Learning or a Combination?

Accepted to ESEC/FSE2020

This repository includes all code/pretrained models in our paper, namely Faster RCNN, YOLO v3, CenterNet, Xianyu, REMAUI and our model

RESOURCE

CODE

All code is tested under Ubuntu 16.04, Cuda 9.0, PyThon 3.5, Pytorch 1.0.1, Nvidia 1080 Ti

Our model

See GitHub

Baselines

See the corresponding folder in this repository. Each folder contains an individual README file.

Faster RCNN, YOLOv3, CenterNet, Xianyu

For REAMUI, see pix2app

ACKNOWNLEDGES

The implementations of Faster RCNN, YOLO v3, CenterNet and REMAUI are based on the following GitHub Repositories. Thank for the works.

We implement Xianyu based on their technical blog

COCOApi: https://github.com/cocodataset/cocoapi

Citation

@inproceedings{chen2020object,
  title={Object Detection for Graphical User Interface: Old Fashioned or Deep Learning or a Combination?},
  author={Chen, Jieshan and Xie, Mulong and Xing, Zhenchang and Chen, Chunyang and Xu, Xiwei, Zhu, Liming and Guoqiang Li},
  booktitle={Proceedings of the 2020 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
  year={2020},
  publisher = "ACM",
  address = "New York, NY",
  doi = "10.1145/3368089.3409691",
}