- {{ characters == 1 ? "快速 高效 完美" : "Flexible and Vivid Avatar" }}
+ {{
+ characters == 1 ? "快速 高效 完美" : "Fast Efficient Perfect"
+ }}
{{
characters == 1
- ? "MetaGene是邃芒科技自主技术研发的自动化数字人平台,以GAN(生成对抗网络)、NeRF(神经辐射场)、多模态合成技术为基础,并加持NLP与知识图谱能力,建设元宇宙的基础设施。MetaGene 实现无人工干预的形象创造、数字人驱动以及智能交互全流程,通过MetaGene可以实时创造高辨率的虚拟数字人形象,数字分身,并且可以自由的编辑及风格化。"
- : "MetaGene is an automated digital human platform developed by Metavatar. MetaGene is based on GAN (Generative Adversarial Network), NeRF (Neural Radiation Field) and multimodal synthesis technology, combined by NLP and knowledge graph capabilities to build the infrastructure of the Metaverse. "
+ ? "邃芒数字人通过StyleGAN和基于神经辐射场(NeRF)的场景表征 "
+ : "Suimang Digital Human brings digital human creation into a new generation"
}}
+
{{
characters == 1
- ? "MetaGene不仅支持通过语音、文字、视频等多种有/无中之人的数字人驱动方式,为用户生成实时的生成高质量的视频内容;还通过先进技术手段降低前端算力依赖,解决直播实时性等复杂场景问题。"
- : "MetaGene not only supports real-time high-quality video content generation for users through voice, text, video and other manipulation approaches; It also reduces the front-end computing power cost and compatible in the complex scenario, such as live broadcast real-time."
+ ? "与容积渲染将数字人创造带入了全新世代!"
+ : "through StyleGAN and neural radiation field (NeRF) based scene"
}}
- {{
- characters == 1
- ? "MetaGene为数字人提供了智能交互的能力,让输出的形象具备智能化互动功能,帮助处理实际业务中的问题,协助完成任务。"
- : "MetaGene provides digital human with the interactive ability, the character will have intelligent interactive functions, help to deal with real world problems in the business and assistance in completing tasks."
- }}
+ {{ characters == 1 ? "" : "representation and volume rendering! " }}
{{ characters == 1 ? "了解详情" : "Read more" }}
@@ -212,7 +208,7 @@
{{
characters == 1
- ? "邃芒数字人可服务的场景"
+ ? "让如此优秀的数字人服务于您的更多应用场景吧!"
: "Scenarios that Suimang Digital Humans can serve"
}}
@@ -827,6 +823,11 @@ export default {
border: #fff solid 3px;
font-size: 18px;
cursor: pointer;
+ transition: all 0.3s;
+ &:hover {
+ color: #16e9d6;
+ border: #16e9d6 solid 3px;
+ }
}
}
}
@@ -942,6 +943,11 @@ export default {
border-radius: 40px;
border: #16e9d6 solid 3px;
font-size: 16px;
+ transition: all 0.3s;
+ &:hover {
+ color: #fff;
+ background-color: #16e9d6;
+ }
}
}
.btnBox2 {
@@ -966,6 +972,11 @@ export default {
border-radius: 40px;
border: #16e9d6 solid 3px;
font-size: 16px;
+ transition: all 0.3s;
+ &:hover {
+ color: #fff;
+ background-color: #16e9d6;
+ }
}
}
}
@@ -1012,6 +1023,11 @@ export default {
border: #16e9d6 solid 3px;
font-size: 16px;
cursor: pointer;
+ transition: all 0.3s;
+ &:hover {
+ color: #fff;
+ background-color: #16e9d6;
+ }
}
}
.titleBox1 {
@@ -1173,6 +1189,11 @@ export default {
line-height: 62px;
text-align: center;
cursor: pointer;
+ transition: all 0.3s;
+ &:hover {
+ color: #16e9d6;
+ border: #16e9d6 solid 2px;
+ }
}
}
}