MPIB
MPIB copied to clipboard
MPIB: An MPI-Based Bokeh Rendering Framework for Realistic Partial Occlusion Effects (ECCV 2022)
Great work! I'm wondering if and when you plan to release the training codes? Currently the repository seems to only contain the inference codes.
I want to know how to deal with the background. If I take the background image as the third object, how should its alpha channel be set?
Hi Juewen, I want to know the specific implementation of these two loss functions? L1 regularization means `l1_norm = torch.norm(alpha, p=1)` or `torch.nn.L1Loss(alpha,1)`?