MPIB icon indicating copy to clipboard operation
MPIB copied to clipboard

MPIB: An MPI-Based Bokeh Rendering Framework for Realistic Partial Occlusion Effects (ECCV 2022)

Results 4 MPIB issues
Sort by recently updated
recently updated
newest added

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)`?