Towards-Realtime-MOT/cfg/ccmcpe.json

24 lines
600 B
JSON

{
"root":"/Towards-Realtime-MOT/datasets/MOT",
"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":
{
"caltech":"./data/caltech.10k.val",
"cuhksysu":"./data/cuhksysu.val",
"prw":"./data/prw.val"
},
"test":
{
"caltech":"./data/caltech.val",
"citypersons":"./data/citypersons.val"
}
}