dddb11 / MVSS-Net

Unofficial implementation of MVSS-Net (ICCV 2021) with Pytorch including training code.
59 stars 10 forks source link

Wrong label for images be applied with 'naive manipulations' #4

Closed SunnyHaze closed 1 year ago

SunnyHaze commented 1 year ago

https://github.com/dddb11/MVSS/blob/108b39bc9a479005e1239dc47c3e1c9295343947/datasets/dataset.py#L411

The label of images operated by RandomCopyMove and RandomInpainting should be set to 1 (manipulated). But here we implemented with the original tags instead, which need adjustment later.

SunnyHaze commented 1 year ago

5 PR5 solved this problem.