Skip to content

Commit

Permalink
renamed imagenet_labels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathknv committed Mar 16, 2018
1 parent bdc64b5 commit bac9622
Show file tree
Hide file tree
Showing 2 changed files with 1,015 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fgsm.py
Expand Up @@ -14,7 +14,7 @@
import numpy as np
import cv2
import argparse
from imagenet_labels import classes
from imagenet_classes import classes

parser = argparse.ArgumentParser()
parser.add_argument('--img', type=str, default='images/goldfish.jpg', help='path to image')
Expand Down

0 comments on commit bac9622

Please sign in to comment.