Nikolay Dyankov

Results 5 comments of Nikolay Dyankov

Agree. I have speakers connected to my Mac Mini and every time it wakes up I have to reset the audio sources because the audio interface is not available in...

It looks like adapting that code to do segmentation is beyond me, I'll just wait for examples to pop up from somewhere.

For example when I do `model = build_segmentor(cfg.model)` I'm getting this: `KeyError: 'EncoderDecoderMask2Former is not in the models registry`

@TomPohys I believe he was asking how to add an additional style to the tileserver, so that it shows in http://localhost:8080 ![image](https://github.com/user-attachments/assets/558b9e87-1138-4899-a9b8-f76c8c69ed4b) I still can't figure it out. In the...

Figured it out: 1. Add the style to style/config.json: ``` { "options": { "paths": { "fonts": "/data/fonts", "sprites": "/build/style", "styles": "/build/style" } }, "styles": { "OSM OpenMapTiles": { "style": "style.json",...