将设计人员创建的图形用户界面截图转换为计算机代码是开发人员为构建定制的软件,网站和移动应用程序而进行的一项典型任务。 在本文中,我们展示了深入的学习方法可以用于训练一个端对端的模型,以便从三个不同的平台(即 iOS,Android 和基于 Web 的)获得超过 77 %的准确度的单个输入图像中自动生成代码技术)。
pix2code: Generating Code from a Graphical User Interface Screenshot
Transforming a graphical user interface screenshot created by a designer into computer code is a typical task conducted by a developer in order to build customized software, websites, and mobile applications. In this paper, we show that deep learning methods can be leveraged to train a model end-to-end to automatically generate code from a single input image with over 77% of accuracy for three different platforms (i.e. iOS, Android and web-based technologies).
项目地址: https://github.com/tonybeltramelli/pix2code
视频地址: https://news.developer.nvidia.com/ai-turns-ui-designs-into-code/
更多机器学习教程: http://www.tensorflownews.com/
1
lll9p 2017-09-23 22:45:53 +08:00
“深入的学习方法”
机翻也不会这么翻译吧 |
2
yidinghe 2017-09-24 20:47:17 +08:00
不靠谱,静态图像生成的切图未必能适应界面大小变更。比如说左右两块,静态图片看不出当界面拉宽时是左边应该伸展还是右边应该伸展。
|