In R codes for training classifier with AMC data, directory names didn't match..
In RunClassifier.R file, "AMC_set/" is passed to ReadFromCSV function, but seems like it should have been "AMC_data/"
Isn't it that, at ImageAnalysisScripts/classifier/AMC_mapping directory, "AMC_map.csv" is correct instead of "C1_map.csv"? Because the code looks for this file with a name which is read from "AMC_mapping/C1_slide_no.csv" file like below...
Hello!
In R codes for training classifier with AMC data, directory names didn't match..
In RunClassifier.R file, "AMC_set/" is passed to ReadFromCSV function, but seems like it should have been "AMC_data/"
Isn't it that, at ImageAnalysisScripts/classifier/AMC_mapping directory, "AMC_map.csv" is correct instead of "C1_map.csv"? Because the code looks for this file with a name which is read from "AMC_mapping/C1_slide_no.csv" file like below...
And in "classifier/AMC_mapping/C1_slide_no.csv" file, "AMC_map" is written(TMA_slide_Number value)
So the code tries to find a file whose name is "AMC_map" and fails...