Closed SakuraRiven closed 1 year ago
Our method: collect the idxs
from idx2contextname.pkl
and assign idxs to train/val/test in terms of their corresponding context_names. In this way, the idxs
could be same as the official waymo split.
Sorry for the late reply. We have been quite busy lately. Your solution seems nice, did it work? I can upload these files if you need.
@Abyssaledge It works well and we have reproduced the method successfully : )
Hi, we try to use
python tools/create_data.py
but found that it needs txt files such asImageSets/train.txt
inkitti_format
dir.How could we generate these txt files so that we can reproduce the CTRL work?
Thanks for your kind help : )