Michael Schmidt
Michael Schmidt
Very good fine. Thanks for reporting. The transformation: ```js /^(?!.*(?=.*-)(?=.*,)).*$/; // to /^(?!.*(?=-)(?=.*,)).*$/; ``` Is indeed incorrect. I think I messed one of its conditions, so this shouldn't be too...
This update has been released 3 days ago. Should we wait a little to give people time to update their browser?
A month sounds good. The release cycle of Firefox seems to be 4 weeks, so giving people one version as a buffer should be good.
> However one can do that manually in a few seconds... One cannot. I have a few dozen validation images I test with. I'm not going to go through 50...
> Why would you keep that many val images anyway? Mostly to get a feel for what the model is and is not good at. E.g. the last model I...
I'm currently looking into implementing support for lookarounds via RE AST transformations (#9). When finished, refa will have full support for all JS assertions (`^$\b\B`) as well as limited support...
The author has deleted `MHNet.py` for some reason (eea73e95be4468d227730e8905966f602b8b57db and 88ed5036686e6d643455b9c8831d5bcde4985b2f). The files are still in this repository's history, so here they are: : [`Derain/MHNet.py`](https://github.com/Tombs98/MHNet/blob/46ba1eb1530e8fcaf6155b2f933273d8cee8912c/Derain/MHNet.py) [`Deblur/MHNet.py`](https://github.com/Tombs98/MHNet/blob/46ba1eb1530e8fcaf6155b2f933273d8cee8912c/Deblur/MHNet.py)
Couldn't we use a conservative heuristic? We know exactly how much memory every image takes up (`w*h*c*4` bytes), so we could just enforce that an image can be at most...
Which color transfer algorithms would you like? Right now, this issue isn't really actionable, because it essentially just says "add more features."
Blocked by #2909.