jtlz2
jtlz2
@dstromberg @cugu I do have issues when calling flatten in python3: ``` flattened = flatten(nested_dict) File "env/lib/python3.7/site-packages/flatten_json/__init__.py", line 118, in flatten _flatten(nested_dict, None) File "env/lib/python3.7/site-packages/flatten_json/__init__.py", line 104, in _flatten replace_separators=replace_separators))...
Apols - see my earlier Q at https://github.com/amirziai/flatten/issues/56
@MSeal @kevin-bates @vjuliosouza Any update on this at all? I am trying to get a jupyterlab kernel running in jupyterhub on k8s. Let me know if you need any more...
My SO question refers https://stackoverflow.com/questions/63754426/jupyterhub-jupyterlab-importerror-cannot-import-name-asynckernelmanager-fro
I just came across this too. Tesseract (for example) produces alto v3.0 with a header that starts like this: ``` ``` A pdfalto header I generated started: ```
Massive thanks for the speedy reply @ogrisel I am tracking this on SO at https://stackoverflow.com/questions/58093735/flask-how-do-i-successfully-use-multiprocessing-not-multithreading flask-executor is now taking care of parallel processing for me for non-opencv calls. I am...
@ogrisel I am so sorry for bothering you and your assistance is much appreciated. Thank you so much for taking the trouble to write the MRE which I confirm also...
Extremely useful discussion - thanks all - have been trying to understand Azure Cognitive Services / Microsoft Custom Vision object detection. I had been wondering where their exported anchor values...
I'd like to exploit `corner`'s ability to elegantly plot projections of multi-dimensional functions/grids. Right now I think I would have two options: 1. Sample from the high-dimensional numpy grid* (slow,...
@castillohair Did you ever get to submitting a PR? Thanks! cc @dfm