Jon Crall
Jon Crall
Good question, its not exactly clear. It was my first really big project, and it shows in the architecture, docs, and general layout. There are a lot of lessons learned...
Typically I make a Python virtualenv and then do everything in that. Using Python 3.6, 3.7, 3.8, 3.9, or 3.10 _should_ all work out of the box on Ubuntu 20.04...
Getting netharn's compiled extensions uploaded to pypi is something I was having trouble with. There are pure-python versions of all components that netharn will fall back on if the c...
It's probably something in the EXIF metadata. If you reorient the annotation itself then that should be sufficient, the other option is that you can strip the EXIF metadata from...
FYI the WildMeOrg fork has a docker file: https://github.com/WildMeOrg/wildbook-ia#docker But yes, I'd merge in a docker file if you want to submit to this repo. For citations, you might want...
I recently wrote up a set of debugging instructions for this: ### Check 1 Again run: ```bash pip uninstall python-opencv pip uninstall python-opencv pip uninstall python-opencv-headless pip uninstall python-opencv-headless ```...
> First Numpy 1.24 have an issue with floats. I change the version to 1.23.4 solving the float issue That is a good workaround for now. I'm working on releasing...
Ok, I see `libxcb-xinerama.so.0 => not found` as the main culprit. You should be able to solve this by simply installing it: ```bash sudo apt install libxcb-xinerama0 ```
You haven't posted any image. Try using github directly.
Ah, I recently fixed this issue and the fix should be released. Simply upgrade ibeis. `pip install ibeis -U`