当前位置:网站首页>使用open3d可视化3d人脸
使用open3d可视化3d人脸
2022-08-01 12:55:00 【andrew P】
使用的模型参数是巴塞尔模型,矩阵大小是[53490,3]. 使用open3d将53,490个点显示到3d空间中
import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
import open3d as o3d
path="./image_vertices.npy"
image_vertices=np.load(path)
verts_points=image_vertices
pcobj=o3d.geometry.PointCloud()
pcobj.points=o3d.utility.Vector3dVector(verts_points)
o3d.visualization.draw_geometries([pcobj])
结果
68个关键点坐标如下。
边栏推荐
- PAT 1163 Dijkstra Sequence(30)
- 计算器:中缀表达式转后缀表达式
- Meshlab & Open3D SOR filtering
- RGB系列开发稳定响应快速灯带拾音灯氛围灯等应用定制方案
- Istio投入生产的障碍以及如何解决这些问题
- 8. How does the SAP ABAP OData service support the Create operation
- 让程序员早点下班的效率工具
- 一文带你读懂云原生、微服务与高可用
- CloudCompare & PCL ICP registration (point to face)
- How to Integrate Your Service Registry with Istio?
猜你喜欢
随机推荐
SQL function SQUARE
英特尔全方位打造算力基础,助推“算”赋百业
Service Mesher Meetup 成都站:Service Mesh是下一代SDN吗?
通讯录(静态版)(C语言)(VS)
sql is not null 优化(oracle语句索引优化)
程序员的浪漫七夕
AI目标分割能力,无需绿幕即可实现快速视频抠图
高仿项目协作工具【Worktile】,从零带你一步步实现组织架构、网盘、消息、项目、审批等功能
一文带你彻底厘清 Kubernetes 中的证书工作机制
MySQL调优
This article will take you to thoroughly clarify the working mechanism of certificates in Isito
这项工作事关中小学生生命安全!五部门作出联合部署
全链路灰度在数据库上我们是怎么做的?
windows IDEA + PHP+xdebug 断点调试
tensorflow2.0手写数字识别(tensorflow手写体识别)
Js手写函数之new的模拟实现
力扣160题,相交链表
一文带你读懂云原生、微服务与高可用
Detailed explanation of table join
线上问题排查常用命令,总结太全了,建议收藏!!