Towards-Realtime-MOT/cfg/ccmcpe.json

25 lines
606 B
JSON
Raw Normal View History

2019-09-27 07:37:47 +02:00
{
2019-10-11 08:32:39 +02:00
"root":"/home/wangzd/datasets/MOT",
2019-09-27 07:37:47 +02:00
"train":
{
"mot17":"./data/mot17.train",
"caltech":"./data/caltech.train",
"citypersons":"./data/citypersons.train",
"cuhksysu":"./data/cuhksysu.train",
"prw":"./data/prw.train",
"eth":"./data/eth.train"
},
"test_emb":
{
2019-10-11 10:40:56 +02:00
"caltech":"./data/caltech.10k.val",
2019-09-27 07:37:47 +02:00
"cuhksysu":"./data/cuhksysu.val",
"prw":"./data/prw.val"
},
"test":
{
2019-10-11 08:45:21 +02:00
"mot19":"./data/mot19.train",
"caltech":"./data/caltech.val",
2019-10-10 11:29:53 +02:00
"citypersons":"./data/citypersons.val"
2019-10-11 08:32:39 +02:00
}
2019-09-27 07:37:47 +02:00
}