Closed Mariosz2 closed 1 year ago
I apologize for the late reply. Thak you for pointing out the key error in the baseline config.
Actually mediar_example.json
is a template file to show all options from pretraining to prediction. You can use config/*
to conduct training and testing.
Did you fix the problem on CellAware.py
?
Let me close this issue for now. Please reopen this issue if it is not resolved yet.
After I download the code and configure the environment, I can use pretrained and finetuned models to predict successfully, but the predicted label image is rotated 90 degrees clockwise and flipped symmetrically. But when I was about to run
python main.py
, I found that the parameter name inbaseline.json
was "tuning_mapping_file", but the parameter name indatasetter.py
was "mapping_file_tuning", and there was no such parameter inmediar_example.json
, which seems to be somewhat conflicting. Then when I unified the parameter names, the following error occurred in the IntensityDiversification ofCellWare.py
when runningpython main.py
.I checked my data set, and found the first problem occurring in the two groups of 00009 and 00010 of the official training set. My
mapping_labeled.json
is in the following format:Is there any need for additional processing of the data before the dataloader? Does MEDIAR have the latest code version? I would greatly appreciate it if I could receive help.