Lee-Gihun / MEDIAR

(NeurIPS 2022 CellSeg Challenge - 1st Winner) Open source code for "MEDIAR: Harmony of Data-Centric and Model-Centric for Multi-Modality Microscopy"
MIT License
137 stars 30 forks source link

Poor Performance - is my input correctly formated? #6

Closed pakiessling closed 1 year ago

pakiessling commented 1 year ago

Congratulations for winning the challenge! Amazing work!

I tried out MEDIAR in the inteference Colab, but it didnt really work:

Input: grafik

Output: grafik

I converted my fluorescence image to grayscale and set it to uint8 (2048, 2048) (0, 255). Do I need change my image or is the performanced caused by the divergence of my image from MEDIAR's training data?

Thank you!