当前位置:网站首页>Affichage itératif des fichiers.h5, opérations de données h5py
Affichage itératif des fichiers.h5, opérations de données h5py
2022-07-23 11:57: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)
Les résultats sont les suivants::
边栏推荐
- MySQL事务
- 修改mysql的root密码
- Development of digital collection system: enterprise layout meta universe digital collection
- Mosaic the face part of the picture
- Development of digital collection system: what are the main features of NFT?
- Cuda10.0 configuration pytorch1.7.0+monai0.9.0
- ninja文件语法学习
- 3. DQL (data query statement)
- 循环队列
- 数仓4.0笔记---用户行为数据生成
猜你喜欢
随机推荐
3. DQL (data query statement)
[uiautomation] key instructions (and three call methods) + common mouse actions +sendkeys+inspect learning
修改mysql的root密码
Charles抓包的使用步骤
Software test 1
MySQL卸载
數倉4.0筆記——用戶行為數據采集四
Understanding of the decoder in the transformer in NLP
八、集合框架和泛型
11. Multithreading
Service服务
Data warehouse 4.0 notes - user behavior data collection I
Mosaic the face part of the picture
Data warehouse 4.0 notes - user behavior data collection II
链队列
Shell takes the month within a certain time range
UItextview的textViewDidChange的使用技巧
Gerrit operation manual
两个栈共用空间
MySQL storage engine





![[system problems] Net Framework 3.5 installation error](/img/a1/f5410e954b607d5c0549051bd68aa1.png)



