Results 7 comments of OlgaP

Hi, Yes, each subfolder contains one or more profile images of a person, and the target for them is a frontal image of the same person. > And ,how could...

> i guess i should read the code more carefully . i just want to know whether the sequence of files could influence the result or not? > […](#) Still...

@haha1958 I think you may have tried to attach some images (?) to your response, but they did not go through. What I mean is the following: in your dataset...

> Thank you very much , I get it !! first image and first subfolder are same people , second image and second subfolder are same people....Is it right? Exactly...

@hangon666 try changing self.decode = ops.nvJPEGDecoder(device = "mixed", output_type = types.RGB) to self.decode = ops.ImageDecoder(device = 'mixed', output_type = types.RGB)

Hi Luis, thanks for the kind words ;) I think the easiest way to fix it would be to flatten the indices from 2D to 1D. I am assuming you...