上传者: 42138703
|
上传时间: 2021-10-22 16:48:56
|
文件大小: 8.28MB
|
文件类型: -
imgviz
图像可视化工具
| |
安装
pip install imgviz
# there are optional dependencies like skimage, below installs all.
pip install imgviz[all]
依存关系
枕头> = 5.3.0
PyYAML
入门
# getting_started.py
import imgviz
# sample data of rgb, depth, class label and instance masks
data = imgviz . data . arc2017 ()
# colorize depth image with JET colormap
depth = data [ "depth" ]
depthviz = imgviz . depth2rgb ( depth , mi