@vchung I think there are something wrong with Compatibility test for Segmentation task I. The test program says the image size is [240,240,155] and output origin should be [0, -239, 0]. They are 2023 Task 1 data. I think the size should be [182,218,182] and origin should be [-90, 126, -72] this year.

Created by Yanbing Chen Cynthia_Chen
@Cynthia_Chen , Thank you for your patience! To test the compatibility of your Post-Op models, please use the following test command: ```sh medperf --gpus=all test run \ --offline --no-cache \ --demo_dataset_url synapse:syn61987893 \ --demo_dataset_hash "19838a5fdbce07074dc902dc87531f7ad683fdfff4f2ab9610d98cb7e4b57cb6" \ -p ./prep_seg_postop \ -e ./eval_seg_postop \ -m FILEPATH_TO_YOUR_MLCUBE ``` Note that you will need to download and extract the latest [data_prep and evaluation MLCubes](syn61956504) prior to running the command.
@vchung Thanks! Could you please inform me if the sample MLCubes for the Adult Glioma Post Op compatibility test have been updated? I'll redo the sample of compatibility test.
@Cynthia_Chen, Thank you for the notice. Let me confer with the MedPerf team about updating the sample MLCubes for the Adult Glioma Post Op compatibility test.

Issue with Image Dimensions and Origin in Segmentation Task I Adult Glioma Post Treatment Compatibility Test page is loading…