Algote

Results 6 issues of Algote

Hi, Thanks for the plugging, really useful. When trying to load data bigger than 2 years (let us say 3-4 years) just the last two years or less are loaded,...

bug

Hi, I have the following layer: ``` lyrPow = L.geoJSON(jsnPow,{pointToLayer:returnPow}).addTo(mymap); function returnPow(json, latlng) { var att = json.properties; var name = att.distname; var custompopPow = 'Place Of WorshipName: '+name; return...

Hi, Thanks for the repo, it is been very useful. I properly trained the Mapillary dataset with your model and I would like to inference some images. I saw in...

Hi, I would like to place the .leaflet-sidebar-tabs element (the 40 px bar where the icons are located) horizontally at the bottom of the screen rather than vertically on left...

Hi, Would it be possible to transform panoptic Mapillary dataset to COCO format with this tool? Thanks.

Hi, I want to train a Mask RCNN network pre-trained with COCO dataset (https://github.com/matterport/Mask_RCNN) with Mapillary dataset, I saw you were doing this for the challenge some months ago. Just...