0 Follower
0 Following
jeff_vanoss
Location
Badges
2
1
1
Activity
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Mon
Wed
Fri
Ratings Progression
Loading...
Challenge Categories
Loading...
Participant | Rating |
---|
Participant | Rating |
---|
-
bamf_health MICCAI 2020: HECKTORView
-
bamf_health MICCAI 2021: HECKTORView
MICCAI 2021: HECKTOR
How to submit for different tasks?
About 3 years agoHow to I select which task to submit for? How do I submit the docker image for task 3?
The submission form looks like this, what do retrieval type and run type mean?
Missing CHUP046 patient scans
About 3 years agoThe test set bounding box and patient info mention a CHUP046 sample, but there isnβt any ct/pt scans for that patient. Is there suppose to be a CHUP046 patient?
jeff_vanoss has not provided any information yet.
Instruction for Task 3 submissions
About 3 years agoIβm not able to get the example docker working.
process.sh and predict.sh are copied to /workspace in the image. But then in the readme, to run the container you mount a local directory to /workspace, and then process.sh and predict.sh are no longer accessible.
I think this could be fixed if instead of mounting to /workspace we mount to a different directory in the container to save the output. Like
-v /outputlocation:/output
Then process.sh needs to be modified to change OUTPUT_file
OUTPUT_file="/output/$team.csv"