Robin Cole

Results 297 issues of Robin Cole

I want to annotate change detection and generate 8 bit`mask.png` which is single channel and 0 is `no-change` and 255 is `change`, which I think is pretty standard format. However...

Config would require the index of the bands to used from the input. Ref https://torchgeo.readthedocs.io/en/stable/tutorials/indices.html

Currently the zoom level is hard coded [I think here](https://github.com/ESA-PhiLab/iris/blob/b5e07329ecf8d91b3eb4b3d4f05bf5229f657557/iris/static/javascripts/views.js#L450) but it would be nice if this could be configured like: ```yaml "Bing": { "description": "Aerial Imagery", "type": "bingmap", "zoom_level":...

As option in config, to not see this:

On updating my config and restarting: ``` "GET /segmentation/load_mask/SE320572405 HTTP/1.1" 404 ``` Any tips to debug?

Running `iris demo` I annotate each class and hit the AI button: I get: ``` Fit options: {'mask_encoding': 'rgb', 'score': 'f1', 'prioritise_unmarked_images': True, 'unverified_threshold': 1, 'test_images': None, 'ai_model': {'bands': None,...

This would allow displaying the annotations on a clear or white background, which I think may be easier to visualise than when overlaid on an image. Not currently an option

1) ``` Collecting pyyaml==5.4.1 (from iris==0.0.0) Downloading PyYAML-5.4.1.tar.gz (175 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 kB 26.3 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... error error:...

1) `ERROR: No matching distribution found for pyyaml==5.4.1`. Solution `pyyaml>=5.4.1` 2) `ERROR: No matching distribution found for lightgbm==3.3.3`. Tried `lightgbm>=3.3.3`. Get `Failed to build lightgbm ERROR: Could not build wheels...

Great work on this, was on my todo for a long time! I've linked in https://github.com/robmarkcole/coral-pi-rest-server/#deepstack--home-assistant would be good to explore how we can merge these projects and continue active...