You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for sharing the code of your paper. Your paper is very interesting and gives me great inspiration.
When I tested the KITTI dataset using this command python train_kitti_3DoF.py --batch_size 1 --test 1 , the program needs to load two files : dataLoader/test1_files.txt, dataLoader/test2_files.txt . The data in these two files includes the filename, gt_sthift_x, gt_sthift_y, and theta. I would like to inquire about how gt_sthift_x, gt_sthift_y, and theta were generated and how I should generate the test1_files.txt or test2_files.txt? Could you provide a method or program to generate the data files test1_files. txt or test2_files.txt?
Thank you and looking forward to your reply.
Best regards,
Jibo Wang
The text was updated successfully, but these errors were encountered:
Dear Prof. Shi,
Thank you so much for sharing the code of your paper. Your paper is very interesting and gives me great inspiration.
When I tested the KITTI dataset using this command
python train_kitti_3DoF.py --batch_size 1 --test 1
, the program needs to load two files :dataLoader/test1_files.txt
,dataLoader/test2_files.txt
. The data in these two files includes thefilename
,gt_sthift_x
,gt_sthift_y
, andtheta
. I would like to inquire about howgt_sthift_x
,gt_sthift_y
, andtheta
were generated and how I should generate thetest1_files.txt
ortest2_files.txt
? Could you provide a method or program to generate the data filestest1_files. txt
ortest2_files.txt
?Thank you and looking forward to your reply.
Best regards,
Jibo Wang
The text was updated successfully, but these errors were encountered: