GGD-OpenSpaceNet icon indicating copy to clipboard operation
GGD-OpenSpaceNet copied to clipboard

General CLI for DeepCore

Results 56 GGD-OpenSpaceNet issues
Sort by recently updated
recently updated
newest added

We probably should at least warn the user when the imagery being used for detections does not match the resolution or number of bands for the given model.

One request I had from a meeting was algorithm traceability. Specifically, making sure results can include pixel coordinates. This is easy for image sources, but is perhaps harder for wms....

Using a tile.json with "bounds" such as: ``` { "tiles": "https://s3.amazonaws.com/deepcore-public/images/ATL_TMS/{z}/{x}/{y}.png", "name": "ATL_Airport_Tiles", "minzoom": "17", "maxzoom": "19", "tilejson": "2.1.0", "scheme": "tms", "bounds": [ -84.44117546081544, 33.63652538928871, -84.42211924272648, 33.64431470837889 ] } ```...

bug

Currently the failure message is always: ```Error creating feature set: PostgreSQL driver doesn't currently support database creation. Please create database with the `createdb' command. in node.FileFeatureSink Node "featureSink" ``` Regardless...

enhancement

This is happening with all of the current tests with segmentation models. ``` Scenario: Local detect using segmentation models using default settings (GPU) User launches OSN using a segmentation model...

Not by much but there certainly is an issue with having detected objects outside of an included area or inside an excluded areas. Does not seem to matter if the...

Currently help shows: ``` --max-utilization PERCENT (=95) Maximum GPU utilization %. Minimum is 5, and maximum is 100. Not used if processing on CPU ``` Should probably be specific that...