Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yichatani/Pyread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyread

Preview

Try to solve 'can't open it' when facing .npz .npy .hdf5 .pcd .ckpt ... with just 2 lines:

pyread = Pyread(file_path)
pyread.read()

Fully Integrated: The Pyread class supports reading and visualizing a wide range of commonly used scientific data formats:

  • .h5 / .npz / .npy — Scientific data arrays
  • .obj — 3D mesh models
  • .json / .yaml — Configuration or annotation files
  • .bin — Binary point cloud data (e.g., from LiDAR)
  • .csv — Structured tabular data
  • .pkl / .pickle — Serialized Python objects
  • .zarr — Chunked and compressed multi-dimensional arrays
  • .pcd — Placeholder for point cloud files (recommended to use Open3D for full support)
  • .ckpt — Training checkpoint files

Point cloud visualizer

pip install kaleido plotly
cd visualizer
python setup.py install

About

Solving 'can't open it' when facing .npz .npy .hdf5 or ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages