VideoReID-TCLNet
VideoReID-TCLNet copied to clipboard
Code of Temporal Complementary Learning for Video Person Re-Identification (ECCV2020)
Will the Pre-trained Weights be made available?
Can you share the data sets you use ?The link you gave is no longer good.
parser.add_argument('--root', type=str, default='') parser.add_argument('-d', '--dataset', type=str, default='mars', choices=data_manager.get_names()) 这个mars文件夹中存放的是什么啊 也是数据集吗
I read the paper but I still can't find an answer. Do you need the whole video before processing it with your method, or it can work in real-time situations?