argoverse-api icon indicating copy to clipboard operation
argoverse-api copied to clipboard

What's the meaning of property X and Y in the dataset "Argoverse Motion Forecasting v1.1--traing''

Open Myfootnotsmelly opened this issue 3 years ago • 4 comments

Hi! I'm trying to get the longitude and latitude of every row of dataset but (X,Y) is something like (2661.0156381377,1145.75305191368) which surely does not imply long&lat. However, i notice there is property "city_name" in the dataset , then what's the base point of the X and Y, and how can i convert it into longtitude and latitude? Thanks a lot !

Myfootnotsmelly avatar Jan 19 '22 03:01 Myfootnotsmelly

Thanks for your interest in our work. (x,y) are measured in meters for the Motion Forecasting Dataset, in the city coordinate system. Our city coordinate system is relative to a point within each city (an origin we define). We discuss this in the Appendix of our paper -- please read me here in this issue: https://github.com/argoai/argoverse-api/issues/95

johnwlambert avatar Jan 19 '22 03:01 johnwlambert

Got it. Thank you for the answer.

Myfootnotsmelly avatar Jan 19 '22 03:01 Myfootnotsmelly

@johnwlambert Thanks for your answer. I was exploring the new argoverse2 dataset and I noticed you have covered more cities (e.g., Washington DC). Do you also have the origin point and coordinate system for each city in the new dataset?

Thanks

Akamel01 avatar Mar 24 '22 15:03 Akamel01

@Akamel01 we've added this functionality in the following PR: https://github.com/argoai/av2-api/pull/28/files

senselessdev1 avatar Mar 26 '22 21:03 senselessdev1