kennethxu

Results 2 issues of kennethxu

Input:<foo>bar</foo> Pattern: %{GREEDYDATA:data} Result: missing <foo> and </foo> ``` { "data": [ [ "bar" ] ] } ```

This fixes #222. The normalization process of `adain_npy` could generate pixel values that are out of the range of original image bit depth. For example, it computed values less than...