Ryan Desmond
Ryan Desmond
In Nov 2016, a new `openConnection` interface was added to ossimInfo, and some other apps. ``` // Go through new interface that passes a stream around. (drb 10 Nov. 2016)...
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....
Feature filtering requires a grid which is created on the first `--window-size`. Since we allow multiple window sizes, consider updating this.
In cases where the `--region-include` is given and given before --region-exclude, use that to calculate the bbox so that it can be an optional parameter. This would allow a search...
Right now, steps are determine with `--step-size`, which has a default of `log2(window_size)` While useful, this override has two problems 1. The CLI is model-dependent, so you can't have one...
This falls somewhere between a bug, a feature request, and a comment for the various issues about RPATH handling. It's also troublesome in CMake alone, where their [#19556](https://gitlab.kitware.com/cmake/cmake/-/issues/19556) and [#19707](https://gitlab.kitware.com/cmake/cmake/-/issues/19707)...
Good afternoon! Conan is an awesome tool, and I'm trying to wrangle it to help build a machine learning project. One of the design goals is to use [Caffe](https://github.com/NVIDIA/caffe) statically...