Neal Siekierski

Results 17 issues of Neal Siekierski

Running "Compute -> Batch Compute Depth Maps" when there are fewer frames than the configured support can result in a crash due to out-of-bounds data access. The suspect code is...

This PR adds a `--transparent-black` option to the `create_mosaic.py` tool which treats black as transparent when pasting the images. Note that this is untested.

This is a work in progress for collecting the needed changes to make VIAME compatible with a post-Python-overhaul KWIVER. The corresponding branch on KWIVER is [`viame/dev/merge-postoverhaul-master`](https://github.com/Kitware/kwiver/tree/viame/dev/merge-postoverhaul-master), which is my attempt...

This PR (currently) simply adds two pipeline files to convert VIAME CSV to and from the COCO format to the `detection_file_conversions` example. Some possible points of attention: - The other...

The intent of the `file_name` output of the `detected_object_output` process in upstream Kwiver appears to be to return the file name associated with each batch of detected objects. However, `read_detected_object_set_viame_csv`...

(If this belongs in the KWIVER repo, let me know) When running a `resnet_descriptors` process with `gpu_list` set to something other than 0, PyTorch throws a `RuntimeError` about tensors on...

This is #370 again, but this time against master. Copying from there: > This PR adds the ability to limit memory usage [during] ITQ training. The current implementation modifies the...

The included version of Flann is affected by https://github.com/mariusmuja/flann/issues/369 (still open), where it won't build with CMake 3.11 or later. The linked issue has a potential work-around.

Running `girder_worker` with the `docker` plugin enabled when `dockerd` was started with the flag `--selinux-enabled` results in errors relating to file access and chmod when attempting to run a container....

Per rule 20 of the "Sequenced-before rules" at , starting in C++17 the right-hand side of an assignment is evaluated before the left-hand side, which is not the desired behavior....