Robert Sachunsky
Robert Sachunsky
I believe `torchvision` is missing from the requirements. Also, it would be great if there was a standard setuptools compatible `setup.py` or `setup.cfg` here. Also, in Dockerfile there's a mistake...
After doing font extraction and layout extraction (filling with lorem ipsum), saving the XML and reopening, whenever I click on a region, I get the following segmentation violation crash: gdb...
When I install via `pip` from current master, I get this: ``` Collecting pynini@ git+https://github.com/kylebgorman/pynini.git#egg=pynini Cloning https://github.com/kylebgorman/pynini.git to /tmp/pip-install-477ckk7a/pynini ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c...
In `maximum-cuda`, we recently broke the 1h build time boundary for CircleCI free accounts. Hence the attempt to use `make -j` again to reduce it (the VMs are multi-core, so...
This would need: * `CUSTOM_DEPS += libgirepository1.0-dev` (or more GTK stuff?) * `pip_install`
Might be relevant to the spec itself: We now have `deps-ubuntu` as a means to encapsulate system dependencies of modules, but no way to check that these are met –...
Most submodules are CI-tested individually. So when we make a new release here, as long as we don't negligently integrate failed versions, we can feel better with each update. However,...
I see the need for at least two more elaborate all-in-one tasks we could encapsulate as well: 1. __automatic tests__ (e.g. `make tests`): This would delegate to the modules' respective...
> If I understand correctly the idea behind these metrics are taken from "rethinking semantic segmentation evaluation" paper, but could you explain to me how could I obtain AP,TPs,FPs,FNs for...
The multi-match overlap algorithm (necessary to calculate over- and undersegmentation) still has a glitch: it will create fake/redundant pairings if either side has a segmentation that already overlaps locally. For...