cmGAN icon indicating copy to clipboard operation
cmGAN copied to clipboard

A bug about SYSU_triplet_dataset

Open xiaoye-hhh opened this issue 3 years ago • 0 comments

        for id in sorted(self.ids):
            self.all_files.extend(self.files_rgb[id])
            #self.rgb_files.extend(self.files_rgb[id])
            self.all_files.extend(self.files_rgb[id])
            #self.ir_files.extend(self.files_ir[id]) 

Why both step add files_rgb?

xiaoye-hhh avatar Jan 16 '23 03:01 xiaoye-hhh