Copyright © 2022-2025 aizws.net · 网站版本: v1.2.6·内部版本: v1.25.0 X:greenteagc·
页面加载耗时 0.00 毫秒·物理内存 80.7MB ·虚拟内存 1302.7MB
欢迎来到 AI 中文社区(简称 AI 中文社),这里是学习交流 AI 人工智能技术的中文社区。 为了更好的体验,本站推荐使用 Chrome 浏览器。
8 月 14 日消息,科技媒体 Android Authority 今天提前拆解了谷歌相册 7.41 版本的 APK 安装包,其中代码显示谷歌正在为这款应用酝酿“AI 照片检测”功能。
这个新功能代号是“threepio”,其相关代码如下:
<string name="photos_threepio_education_impl_dialog_title">See how a photo was made</string> <string name="photos_threepio_infopanel_action_type_ai_title">Edited with AI tools</string> <string name="photos_threepio_infopanel_action_type_multiple_ai_title">Edited with multiple AI tools</string> <string name="photos_threepio_infopanel_action_type_multiple_non_ai_title">Edited with multiple non-AI tools</string> <string name="photos_threepio_infopanel_action_type_multiple_unknown_ai_title">May have been edited with multiple AI tools</string> <string name="photos_threepio_infopanel_action_type_non_ai_title">Edited with non-AI tools</string> <string name="photos_threepio_infopanel_action_type_unknown_ai_title">May have been edited with AI tools</string> <string name="photos_threepio_infopanel_origin_type_ai_title">Media made with AI</string> <string name="photos_threepio_infopanel_origin_type_camera_combined_title">Media captured with a camera, multiple images were combined</string> <string name="photos_threepio_infopanel_origin_type_camera_title">Media captured with a camera without software adjustments</string> <string name="photos_threepio_infopanel_origin_type_parts_ai_title">Parts of this media was made with AI</string>
这串代码显示“AI 照片检测”将可以检测以下内容:
是否使用了 AI 工具(如 AI 擦除)编辑
是否使用了非 AI 工具
是否使用了多个 AI 工具
图片是由 AI 创建、相机拍摄,或由多张图片合成
图片部分内容是否由 AI 生成 / 是否是深度伪造
用户在图库内浏览图片时,上滑即可查询图片是否由 AI / 深度伪造生成,附相关提示语如下:
“由 AI 创建的媒体”
“使用 AI 工具编辑”
“使用多个 AI 工具编辑”
“使用多个非 AI 工具编辑”
“由非 AI 工具制作的媒体”
“由相机拍摄”
“由相机拍摄且无软件调整”
声明:本文转载自IT 之家,转载目的在于传递更多信息,并不代表本社区赞同其观点和对其真实性负责,本文只提供参考并不构成任何建议,若有版权等问题,点击这里。