Closed TokenJan closed 6 years ago
you need to change the config definition of dataref and dataart solved: https://github.com/thomaskuestner/CNNArt/commit/f6f145fe6e4c9c5e813f491a332f1607ec85184d
@thomaskuestner Hi Thomas, it seems we should add []
(list) instead if {}
(dictionary)
and could you also please look into the other two issues I mentioned above?
for the last point you have to talk to @SebastianMilde
Hi all, I still have some problems when running the
main.py
program in master. I've made a summary here:lDatasets
should be not be defined asotherwise it would be a concatenated string instead of a list (the same to
iLabels
below it)In line 74 where
tmpPatches
andtmpLabels
are defined:I think
os.sep
should not be added here, otherwise it will only passseq
aspathDicom
to DataProcessing.py as I tested on my local environment.In DataProcessing.py in line 99,
loadMark
is specified aswhere the address is not a valid one.
Could you please look into these issues? Thank you so much.