Simon Waloschek

Results 32 comments of Simon Waloschek

Thanks for the report. Have you tried upgrading your numpy build?

It should, but your traceback says `.../torch-1.8.0-py3.9...` which tells that you haven't used the conda environment (or something went really wrong) because neither the torch nor the python version meet...

> But they should, right? Yes. That part came from an external developer and it just slipped my attention. I will look into it as soon as I find some...

> I added the `setup.py`. I also was not totally sure which exact versions are needed/required. It worked for me and therefore, I thought it works for others, too. It...

Thanks! The versions in that look correct and very different from your opening post. I will try to reproduce your error on a mac this weekend.

Unfortunately, I couldn't get my hands on a Mac in the last few days. Nevertheless, I have an idea what might went wrong. Pip requirements are updated, please give it...

Your error is not a dependency error, but a "bad" input image. The script could not detect some geometry and simply quit with an awful error message. This software is...

> I have also been thinking about integrating a manual dewarping feature, where the user traces a few lines which should be horizontal / vertical in the output image and...

Some improvements have been done in e64570a and 601ec73. Still not quite there.

I would also love to see GET request handling in postgraphql. Like @outsidenote already stated, GET support for GraphQL servers is recommended in the official docs.