dddb11/MVSS-Net

Wrong label for images be applied with 'naive manipulations'

SunnyHaze opened this issue · 1 comments

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.

#5 PR5 solved this problem.