Towards-Realtime-MOT/cfg/ccmcpe.json

24 lines
600 B
JSON
Raw Normal View History

{
2023-04-05 17:17:35 +02:00
"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",
2020-01-10 06:26:52 +01:00
"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"
}
}