1 Star 0 Fork 1

Mesh-CPN / FRLite-Go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
constdef.go 835 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lakrimo 提交于 2022-11-17 17:12 . add testing
package constdef
const (
// ModelPath points to directory with face detection, face recognition,
// age prediction and gender prediction models.
ModelPath = "models"
// USN is the universal service name of face recognition service
USN = "mesh.cpn.face_rkg"
// HermesUSN is the universal service name of Hermes (temporally equivalent to dashboard)
HermesUSN = "mesh.cpn.dashboard"
// DashboardUSN is the universal service name of dashboard
DashboardUSN = "mesh.cpn.dashboard"
ApolloCfgPrefix = "apollo"
ApolloServerKey = "apollo.server"
ApolloDefaultServerAddr = "localhost:8080"
ApolloAppIdKey = "apollo.app_id"
ApolloClusterKey = "apollo.cluster_name"
ApolloDefaultCluster = "default"
ApolloNameSpaceKey = "apollo.namespace_name"
ApolloDefaultNameSpace = "application"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mesh_cpn/mesh.cpn.face_rkg.git
git@gitee.com:mesh_cpn/mesh.cpn.face_rkg.git
mesh_cpn
mesh.cpn.face_rkg
FRLite-Go
68828315a9ce

搜索帮助

344bd9b3 5694891 D2dac590 5694891