-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question about rosbag #7
Comments
Thanks for your interest.
|
Thank you for your reply! I have odometry pose which is from VINS, thank you! (@^0^@)/ |
@qiaozhijian Hi, “transform_persformer_to_openlane” , is it mapped from camera to ego? |
Hi, sorry for late reply. I'm sorry whether you can give the exact link to this code? I assume you are confused about the prediction of PersfFormer. According to this issue, Persformer predicts xyz in the LaneNet vehicle-coord system, while the openlane GT is annotated in the camera system. So we need this transformation. |
Hello! Thank you for your work!
I feel confused when i use the rosbag, the msg lists are:
I print the /lanes_predict and noticed that the points in each detected lane are sparse. The distance between first few points is 5 meters, and the rear is 10 meters, or even 20 meters.
I know little about Persformer (っ °Д °;)っ, are these points sampled? Can i test my data directly with Persformer's results?
The text was updated successfully, but these errors were encountered: