Skip to content

Low Quality Segmentation Results on the M3D Dataset #65

@Humanoid-a

Description

@Humanoid-a

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!!

Image Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions