Ed Medvedev

Results 45 comments of Ed Medvedev

Alright, let me see what I can do today—should have some time in the evening. :)

Hi, I’m looking into it, and while it doesn’t look like there’s a viable API alternative for free plans (Plus and Enterprise Grid have SCIM and Admin methods), I’ll see...

Looks like it. Still don’t want to just close off the project, so I’ll see what I can do, but it’s unlikely at this point On Aug 20, 2020, 20:05...

On a related note, Now v2 wants all separate routes to be "serverless" so that they can be launched individually, and the way slackin-extended is deployed (a launch script) is...

On yet another related note, websockets don't work with v2, so live updates won't be compatible with Now at least for a while.

This will probably solve #92 at least partially.

You’d have to change the model for that, as the windows represent the attention part of the model. You could also probably adjust the drawing method, but then the representation...

What you could try to do is remove the conditional statement on [L117-121 of model.py](https://github.com/emedvedev/attention-ocr/blob/master/aocr/model/model.py#L117-L121) and using `self.img_pl` directly in the map argument on [L122](https://github.com/emedvedev/attention-ocr/blob/master/aocr/model/model.py#L122): the cond statement is responsible...

There's not much to go on, so could you maybe provide more information? I may not be able to help, since it's your own fork with significant changes, but maybe...

I'm going to leave this issue open for a while in case someone wants to jump in, but as I've mentioned, I don't have the capacity to debug forks, unfortunately....