[Real-time HDF5 Dataset Generation]
Github Code
Real-time HDF5 Dataset Generation
Follow HDF5 Basic Concept
Descriptrion of CASE 1 and CASE 2 in test.py code
- [CASE 1] Make Several Dataset which save ‘N’ subPano Images
- [CASE 2] Make Only One Dataset that save all subPano Images
Usage of global parameter USE_H5
- [CASE 1] “USE_H5 = True”: Save subPano images in h5py extension file.
- [CASE 2] “USE_H5 = False”: Save subPano images in local folder.