Reinforcement Learning Camera Preset Generator
- 2 Devlogs
- 17 Total hours
A reinforcement learning agent that can determine the settings needed to make a raw image look like it's been through a certain filter.
A reinforcement learning agent that can determine the settings needed to make a raw image look like it's been through a certain filter.
Test model done on basic settings (Averaging around 92% accuracy, which is good, but it did it in a completely different way)
Next I’m going to train it on a more complex filter
I’m working on a reinforcement learning photo model that can determine what post-processing settings can be used to make an image look like certain filters (infrared filters, sunglasses, etc)
Right now my biggest bottleneck is waiting for training. This test on a simple setting took over 16 hours to train. I am also not very familiar with RL, so I’m learning as I go.