Pham Tuan Viet

Results 5 comments of Pham Tuan Viet

this is where self.priors and self.priors_on_featmap is declare init_priors, priors_on_featmap = self.generate_priors_from_embeddings() #None, None self.register_buffer(name='priors', tensor=init_priors) self.register_buffer(name='priors_on_featmap', tensor=priors_on_featmap)

@yangrisheng i try to visualize prior lane and it is something like this https://youtu.be/XXZyi_IBwtw. The left and right refer to x coordinate = 0 and image_w and y is increment...

i follow the quick start demo in official docs and get everything well except for the ground_truth topic. maybe you have conflict ros. Im using ros2 humble ubuntu 22.04 and...

> > i follow the quick start demo in official docs and get everything well except for the ground_truth topic. maybe you have conflict ros. Im using ros2 humble ubuntu...

Hello @mackierx111, sorry for bothering you but i want to know how to calculate the lateral and longitudinal error based on predicted pose and ground truth pose. Here is my...