Hiuyee

Results 2 comments of Hiuyee

There is no code of dataloader named coco2014,so you can make one by yourself.

Replace with this code ` def merge_from_file(self, config_file): with open(config_file, 'r') as fo: self.update(yaml.load(fo.read(), Loader=yaml.FullLoader)) `