sjmoran / CURL

Code for the ICPR 2020 paper: "CURL: Neural Curve Layers for Image Enhancement"
205 stars 34 forks source link

Batch size > 1 version #27

Closed barbodpj closed 2 years ago

barbodpj commented 2 years ago

Hi, I've implemented the Batch Size > 1 version of Curl here: https://github.com/barbodpj/CURL. Feel free to use it.

learning2hash commented 2 years ago

Fantastic work, thank you so much!

mahdip72 commented 2 years ago

Hello, @sjmoran I have created a custom repo based on this repository in which I refactored many parts of the codes as well as adding bigger batch sizes. Also, I have added other options to the code which might be interesting in practical use cases. Check this repo