Road Signs Orientation?

Hi,

I’m looking to position all the signs in my town on a map, I can currently retrieve the GPS position of all the signs with an API call, however I would need to know their orientation in order to know which direction of the road it applies to. Is there a way to retrieve this information?

Thanks in advance

1 Like

I haven’t looked at the API, but unless this is returned as some detection dataset metadata, you may need to look into which image the detection is based on, and then infer based on the direction of the image. This seems complicated