person-reid
person-reid copied to clipboard
Qusetion about order
I have a strange problem. When I run run.py with test , the problem happens . When I change the order of two pictues , it gives me different answers . image1=.../1.jpg--image2=.../2.jpg ——— It's True . image1=.../2.jpg--image2=.../1.jpg ——— It's False. Could anyone please tell me why?