movehand / raisr

A Python implementation of RAISR
MIT License
553 stars 160 forks source link

Training and Retraining? #12

Closed gaara100 closed 6 years ago

gaara100 commented 6 years ago

Can this be trained more than once, for an improved model? Or does it overwrite any previous training and only use new data?

movehand commented 6 years ago

No, this can only be trained once currently. If many of you need this feature, I'll add it to the project! Thanks!

gaara100 commented 6 years ago

I personally would love to see this feature implemented.

BahMike commented 6 years ago

I would love this too

kvnloo commented 6 years ago

Yeah this seems like a really cool feature to add to the project. That way more and more images can be added to the training set over time. It's even possible that a really good filter can be created after training it with several thousand images.

movehand commented 6 years ago

I've updated the project. Please refer to README for more information. Thanks!

kvnloo commented 6 years ago

Awesome job! Should this issue be closed now that this feature exists?