Bryon Lewis

Results 56 comments of Bryon Lewis

If you switch to polygon mode and grab the center point it will move the entire polygon and the box. When editing polygons you should be in polygon mode.

I have technically started working on this already because it flowed naturally into what I was testing. Currently I have modified the Vue Templates to create an `AnnotationWrapper.vue` which allows...

Looking at this a bit more the `ControlsContainer` has a sub component called `Controls` which also injects the media controller to grab a few other items like `lockedCamera` and `resetZoom`...

Looking at it, I may have to do a thing where I inject(aggregateMediaController) and that is used for the reactivity purposes of communicating to the controllers properly.

This morning I worked on getting true multiview to display properly. I was able to get 3 cameras up and loaded by modifying the loading procedure to use the camera...

Next Up: - [x] - Handle CSS/Sizing issues with the GeoViewer - [x] - Possibly Add a delimiter between them like a border - [x] - Handle the existing Dropdown...

Categories: - Detectors - Trackers - Training - all training is a different input with the input_folder list and other slight differences - Utilities - User Each pipeline/training config: -...

I made a very horrible attempt here: ``` { "argumentTypes": { "kwiverPipeline": { "platforms": ["web", "desktop"], "supports": [ "image-sequence", "video" ], "arguments": { "global": { "pipeline": { "arg": "-p {pipeline}",...

I think my goal was just to have `argumentTypes` defined someplace that was a union between different sets of arguments for pipes, datatypes (video/image-sequence) and platforms (web/dekstop) without having to...

This has been a longstanding request from Matt and NOAA about supporting pixel level classifications instead of just polygons. There needs to be some discussion about implementation: - Do we...