Python-远程-1个月
¥1-6K/月
技能要求:
经验要求: 5-10年经验
程序员客栈
2026-04-14 10:41
工作描述:
项目编号:【186222】
功能描述:识别一张德州扑克图片里面的必要元素。
输入:jpg图片二进制数据
输出:识别的结果,按照json格式输出,示例:
{
"table_info": {
"stage": "preflop|flop|turn|river", //当前阶段
"community_cards": ["K♣", "8♥", "5♠"], //公共牌面
"main_pot": 150 //池底
"button_seat":1, // button玩家的坐次
},
"hero_info": {
"is_hero_turn": true, //是否轮到自己行动
"hero_seat": 1, // 固定自己的座位为1,然后顺时针一次为2,3,4,5.....
"hole_cards": ["A♣", "Q♥"], //玩家手牌
"stack": 1200, //剩余筹码
"current_bet": 50 //当前下注
},
"villains_info": [ // 其余的玩家信息
{
"seat": 2,
"status": "active|folded|all_in",
"stack": 800,
"current_bet": 0
}
]
}
图片的样式参考附件
公司信息

立即沟通