mako443 / Text2Pos-CVPR2022

Code, dataset and models for our CVPR 2022 publication "Text2Pos"
40 stars 7 forks source link

where is the query data?the query data not in a csv file or txt file? #5

Open Samchengjiaming opened 2 years ago

mako443 commented 2 years ago

Hi @Samchengjiaming, the query data is part of the Pose objects encoded in the your_dataset_path/poses/xxx.pkl objects. This data is converted into text hints on-the-fly during our dataloading in Kitti360BaseDataset - we recommend to derivate from that class or use one of our sub-classes as well.