lowpolypy icon indicating copy to clipboard operation
lowpolypy copied to clipboard

Add get_loss() abstract method to each pipeline stage

Open tasercake opened this issue 5 years ago • 0 comments

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 optimization.

tasercake avatar Dec 12 '20 15:12 tasercake