buaa42wxy
buaa42wxy
I use ``` analyser = DataAnalyzer(sim_datalist, dataroot) datastat = analyser.get_all_case_stats() print(datastat.keys()) pprint(datastat["stats_summary"]["image_stats"]) ``` to get {channels: {'max': 1, 'mean': 1.0, 'median': 1.0, 'min': 1, 'percentile': [1, 1, 1, 1], 'percentile_00_5':...
intensity: {'max': 1704295.25, 'mean': 29411.816703869747, 'median': 29634.744104356032, 'min': 0.0,
'max': 1704295.25 is too high
``` import pandas as pd from datasets import Dataset, Image # Read the CSV file data = pd.read_csv("XXXX.csv") # Create a Hugging Face Dataset dataset = Dataset.from_pandas(data) dataset = dataset.cast_column("file_name",...
maybe you need `wandb.Image()`
Same request here
Do you support complex number?This module use complex number。
Maybe https://github.com/Project-MONAI/MONAI/pull/6454 only add upload/download model parameters feature. What I would like to say is that "please add **dataset** hub".