Skip to content

Instantly share code, notes, and snippets.

View vishalghor's full-sized avatar

Vishal ghorpade vishalghor

  • Canada
View GitHub Profile
@vishalghor
vishalghor / label_image.py
Created June 26, 2018 11:49
Tensorflow Mobilenet_v1 inference script
from __future__ import division
from __future__ import absolute_import
from __future__ import print_function
import argparse
import sys
import PIL
from PIL import Image
import tensorflow as tf
import numpy as np