-
Notifications
You must be signed in to change notification settings - Fork 39
Low Quality Segmentation Results on the M3D Dataset #65
Copy link
Copy link
Closed
Description
Hi! Thanks for your work!
I am trying to perform segmentation with vista3d on the m3d dataset, however the results are fuzzy.
I used the monai bundle with these commands:
pip install monai==1.4.0;
python -m monai.bundle download "vista3d" --bundle_dir "bundles/";
cd bundles/vista3d
python -m monai.bundle run --config_file configs/inference.json
with the default settings, the segmentation results are simply sparse spots, while changing the ScaleIntensityRanged's a_min and a_max into the following results in a very fuzzy segmentation result as in the following images.
{ "_target_": "ScaleIntensityRanged",
"keys": "@image_key",
"a_min": 0, "a_max": 1,
"b_min": 0.0, "b_max": 1.0,
"clip": true },
I have viewed this issue and I cant find a way to fix this.
sorry for disrupting!!

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels