Project-MONAI / model-zoo

MONAI Model Zoo that hosts models in the MONAI Bundle format.
Apache License 2.0
204 stars 69 forks source link

Fix vista3d bundle evaluation bug #674

Closed heyufan1995 closed 2 months ago

heyufan1995 commented 2 months ago

Fixes # .

Description

Fix the evaluation bug.

yiheng-wang-nv commented 2 months ago

I pushed minor changes on readme, and confirmed that the eval config gets metric ~0.96

yiheng-wang-nv commented 2 months ago

/build

KumoLiu commented 2 months ago

https://github.com/Project-MONAI/model-zoo/blob/dev/models/vista3d/scripts/evaluator.py#L18 https://github.com/Project-MONAI/model-zoo/blob/dev/models/vista3d/scripts/trainer.py#L19 Here need to be updated to from monai.utils import IgniteInfo

KumoLiu commented 2 months ago

/build

KumoLiu commented 2 months ago

/build

yiheng-wang-nv commented 2 months ago

/build