Skip to content

bug in img-preprocess quilting #6

@zyg2333

Description

@zyg2333

canary_lib/canary_defense_method/img_preprocess/quilting/quilting.py
line 41: patch_index = i * NX + j
should be: patch_index = i * NY + j

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions