mapillary / mapillary_sls

Mapillary Street-level Sequences Dataset
https://github.com/mapillary/mapillary_sls/blob/main/README.md
MIT License
106 stars 15 forks source link

Fixed mapping and ignore panorama predictions #6

Closed FrederikWarburg closed 4 years ago

FrederikWarburg commented 4 years ago

Hi manu

I checked some things: 1) The mapping does now work as supposed, thus the ordering of the cities can vary and we still get the same results

2) Instead of an assertion when a prediction is not in the database image (which might be the case because of panorama images), I just ignore and move these predictions to the end of the list.

mlopezantequera commented 4 years ago

merged