Dmitry Chaplinsky
Dmitry Chaplinsky
2.4.9 is required. Try to update your version and let me know if this helped.
Updated README.md. Thanks for pointing it.
   
[Here is](https://github.com/dchaplinsky/unshred/commit/c1f3e801c9e3e94613a83f9b2f57813395b98073#diff-71508f3d3564995f4dbf2459ba0e5472R90) grabcut solution.
If that will help: there are fairly easy way to determine overlapping shreds like in example above: https://github.com/dchaplinsky/unshred/blob/master/unshred/features/geometry.py#L21 In general I think we might benefit from some heuristics based on...
Can we use this to help separating shreds that are glued together? http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_imgproc/py_watershed/py_watershed.html#watershed
Generally looks nice. Please fix typos, remove unused code and run it through python linter. Thank you for all your hard work
For existing solution we are looking for: - Improved accuracy - Heuristics to suggest some tags - Ideally: some way to evaluate algo using ground truth dataset. Idea of building...
Is under development in #8
Is under development in #5