AcroFOD icon indicating copy to clipboard operation
AcroFOD copied to clipboard

class setting in config file

Open AImind opened this issue 2 years ago • 0 comments

Thanks for your opensource, it's a nice work.

I want to test it on my datasets, so if my source dataset is coco, target is cityscape, how do I set the config file? Does the next setting right?

train_source: [/coco/images/train, select/images/train] (select means few shot images from cityscape dataset) train_target: coco/images/val val: cityscapes_8cls_foggy/images/val

number of classes nc: 80 or 88 or 8?

class names needing change for different datasets names: only source class or target class or all of them?

By the way, I found a classes.txt in cityscape_8cls_foggy/labels, should I make a class file for coco?

AImind avatar Mar 05 '24 07:03 AImind