Closed Se0ngYe0l closed 1 year ago
I want to train using a custom dataset.
datasets/custom/test/class1/normal/ datasets/custom/test/class1/anomalous/
datasets/custom/train/class1/normal/ datasets/custom/train/class1/anomalous/
Skipped computing the gtmap ROC score. for some samples no ground-truth maps were found
It seems that the trainer's logger is a string instead of a Logger instance. Did you have a typo in line 72? For example, did you write logger = "fcdd/data/results/foo" instead of logger = Logger("fcdd/data/results/foo")?
logger = "fcdd/data/results/foo"
logger = Logger("fcdd/data/results/foo")
I want to train using a custom dataset.
datasets/custom/test/class1/normal/
datasets/custom/test/class1/anomalous/
datasets/custom/train/class1/normal/
datasets/custom/train/class1/anomalous/
Skipped computing the gtmap ROC score. for some samples no ground-truth maps were found