Ameya Shringi

Results 16 comments of Ameya Shringi

Were you able to solve it ? I am having similar issue, though it is due to imResampleMex Error using imResampleMex Requested 863288426630x139672336465921x139675000218880 (17179869184.0GB) array exceeds maximum array size preference....

Not a fix but I was able to run both test and validation after changing method used by imResample from 'bilinear' to 'nearest' in LK_crop_image_box.m

Try using sudo with the command

Could you verify your docker setup by pulling alpine image? Use `docker pull alpine` to check if you can pull in pre-built image.

To clarify, you are trying to seperate the implementation of an algorithm from the kwiver process in the pipeline and want to use another process as glue to pass data...

I believe abstract algorithms in vital along with kwiver process would allow you to do it. The idea is you would create processes with abstract algorithms in them. These algorithm...

Do you mean isolation of your implementation or the kwiver process ?

You can explicitly create an instance of the algorithm and specify the implementation and just pass it the data to test it without using sprokit/pipeline runner as show [here](https://github.com/Kitware/kwiver/blob/master/vital/bindings/python/vital/tests/test_image_object_detector.py#L94). Additionally...

You can create abstract algorithm to accepts datum and return datum and that would work with your own data types because that is what sprokit is providing you. This can...

For nominating a maintainer, we can also look into adding `https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners`. Github can use it to assign reviewers if a file is modified under the purview of a code owner(s)