Visual Perturbation Metrics #61
Labels
good first issue
Good for newcomers
Implementation
For implementation of a new algorithm/tutorial
Priority:High
High Priority
Milestone
For evasive whitebox or blackbox attacks, the objective of each attack is to fool the model to predict a different class but making it deceptive by making small changes, these changes are measured in distances for Example the L1/L2 Norm of difference.
Implement these metrics
You can find numpy and cv2 implementation at https://github.com/up42/image-similarity-measures/blob/master/image_similarity_measures/quality_metrics.py
The text was updated successfully, but these errors were encountered: