当前位置:网站首页>对.h5文件的迭代显示,h5py数据操作
对.h5文件的迭代显示,h5py数据操作
2022-07-23 05:42:00 【KHB1698】
import h5py
import numpy as np
file = h5py.File('dataset/h36m/cameras.h5','r')
def show(data):
print('name ====', data.name)
for k in data:
if isinstance(k,str):
show(data[k])
else:
print()
print("-------------------------------------------")
print(data.name,data)
for i in data:
print(i ,end=' ')
print()
print("-------------------------------------------")
show(file)
结果如下:
边栏推荐
猜你喜欢

数仓4.0笔记——用户行为数据采集二

Image fuzzy processing batch production fuzzy data set

10、I/O 输入输出流

NFT trading platform digital collection system | development and customization

Develop necessary idea use

Development of digital collection system: what are the main features of NFT?
![[monitoring deployment practice] display the charts of Prometheus and loki+promtail based on granfana](/img/34/b7a05bff05e1d3a1daef4fb2b98a92.png)
[monitoring deployment practice] display the charts of Prometheus and loki+promtail based on granfana

11. Multithreading

Data warehouse 4.0 notes - business data collection

Entrepôt de données 4.0 Notes - acquisition de données commerciales
随机推荐
数仓4.0笔记——数仓环境搭建—— Yarn配置
Entrepôt de données 4.0 Notes - acquisition de données sur le comportement de l'utilisateur II
Development of digital collection system / introduction of digital collection scheme
数仓4.0笔记——用户行为数据采集三
强迫症的硬盘分区
UItextview的textViewDidChange的使用技巧
[radiology] bugfix: when GLCM features: indexerror: arrays used as indexes must be of integer (or Boolean) type
Using cluster analysis to build a credit card high-risk customer identification model
九、实用类
數倉4.0筆記——業務數據采集
NFT trading platform digital collection system | development and customization
Digital collection development / digital collection system development solution
[untitled]
循环队列
SQL realizes the user statistics of continuous login for more than 7 days
Understanding of the decoder in the transformer in NLP
[doris] configure and basically use the contents system (continue to add content when you have time)
Data warehouse 4.0 notes - user behavior data generation
数仓4.0笔记——业务数据采集
MySQL视图