lowpolypy
lowpolypy copied to clipboard
Robust Low-Poly Image Generator
```python def get_loss(self, ..., original_image=None, lowpoly_image=None): # Most arguments should probably be optional return loss ``` Serves to obtain the loss from each component of a pipeline when performing iterative...
Hi, I noticed you are using OmegaConf and I think [Hydra](https://hydra.cc) would be an even better fit for a project like this. Please give it a shot. if you have...
Add help explaining all the parameters
Hey! I know this project is quite old, but could you — if you ever have time — update this?