Jon Crall
Jon Crall
This is a development branch where I'm hacking on the API. I will separate out individual features as smaller PRs to make review and merger easier. This branch is a...
The way that images are ingested into the system is poorly designed. I believe that it forces a copy of the image into its internal database and generates a UUID...
In ubelt util_const I have to use `__all__ = ['NoParam']` because mkinit does not extract the top level name from the following code: ```python try: NoParam except NameError: # pragma:...
(I'm not sure if this is the correct repo to submit this issue. There seem to be 3 versions of the rpo out there, and I don't see an original...
I introduced the test dependency kwarray in https://github.com/open-mmlab/mmdetection/pull/1962 and it appears it is no longer used. This PR finishes removing it as a dependency.
I've run into an extremely weird issue, I don't know the cause but I can reliably reproduce it. In the case where I create a qtree with certain bounds and...
I've encountered what seems to be a serialization bug. If I create a dummy Index with some random boxes and perform a query, everything works fine. However, if I use...
@erezsh I appreciate you pointing me to this repo earlier. I was able to demonstrate about a 2x speedup for my specific DSL, but I was curious what that speedup...