Single-Camera-Training-ReID
Single-Camera-Training-ReID copied to clipboard
Code for dataset split
Hi,
Is there a code for dataset split for market1501 and msmt17?
or should I make the code using market_sct.txt and msmt_sct.txt?
market_sct.txt can be easily generated as below:
for person A in person ids:
collect camera ids of all images of person A;
randomly select a camera id C from camera ids of A;
discard images of person A that are not from camera C.