gitextract_djk9nxzf/ ├── .gitignore ├── README.markdown ├── VGGNet-iOS/ │ ├── VGGNet/ │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets/ │ │ │ └── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ └── Main.storyboard │ │ ├── Info.plist │ │ ├── MPSImage+Floats.swift │ │ ├── Shaders.metal │ │ ├── VGGNet.swift │ │ ├── VGGNetData.swift │ │ ├── VGGNetLabels.swift │ │ ├── VideoCapture.swift │ │ ├── ViewController.swift │ │ └── synset_words.txt │ └── VGGNet.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata └── convert/ ├── caffe_pb2.py └── convert_vggnet.py