|
Last edited by hbghlyj at 2024-12-22 23:40:00blog.wolfram.com/2024/10/30/announcing-the-wi … e-liner-competition/
Nik Murzin 的一行交互式代码总共只有 140 个字符,使用 CLIP 特征提取器网络的两种变体(文本和图像)将您的面部表情与最相似的表情符号进行匹配:
- {i, t} = # /@ #[#[][[22]], "Variants"][[{2, 6}]] &@NetModel;
- Dynamic[Style[FeatureNearest[t@# -> #, i@CurrentImage[]][[1]],
- 196]] &@CharacterRange["😀", "😨"]
Copy the Code
我的微笑总是被识别为以下表情符号:
|
|