Problems with submission

Problems with submission  

  By: mjgarcia on Feb. 10, 2022, 3:19 p.m.

Dear Organizers,

I'm trying to do my first submission and it fails when evaluating the algorithm. The algorithm has passed both the test.sh script on my local machine and the Try-out Algorithm on the grand challenge algorithms website.

The error message I get is: Type Error: '<' not supported between instances of 'str' and 'float', but < doesn't exist on any of my lines added to the tigeralgorithmexample code. Is it possible to get more information on why the algorithm fails?

Thanks in advanced.

Best wishes, mjgarcia

Re: Problems with submission  

  By: crunch on Feb. 10, 2022, 4:56 p.m.

Hi,

thank you for the first submission! :-)

the submission is technically valid, but there doesn't seem to be any detections and the segmentation of a slide I looked at is very strange, I see mostly some vertical lines. Something might be wrong with the tile size you use (I write asap masks usually in tiles of 512 or 1024).

Did you try-out the docker on some training slide? You should be then able to see both detections and the segmenation and if you download the segmentation map from gc, you should be also able to overlay it with asap.

I'll upload a more robust evaluation docker.