Text2Pos-CVPR2022 icon indicating copy to clipboard operation
Text2Pos-CVPR2022 copied to clipboard

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

Open Samchengjiaming opened this issue 3 years ago • 1 comments

Samchengjiaming avatar Jun 16 '22 08:06 Samchengjiaming

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.

mako443 avatar Jun 17 '22 07:06 mako443