Skip to content

Instantly share code, notes, and snippets.

View copperwiring's full-sized avatar

Srishti copperwiring

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
The_Eiffel_Tower
The_Great_Wall_of_China
The_Mona_Lisa
aircraft_carrier
airplane
alarm_clock
ambulance
angel
animal_migration
ant
@copperwiring
copperwiring / Tensorflow.txt
Last active September 7, 2018 02:45
Detection using Tensorflow
!git clone https://github.com/tensorflow/models.git
!apt-get -qq install libprotobuf-java protobuf-compiler
!protoc ./models/research/object_detection/protos/string_int_label_map.proto --python_out=.
!cp -R models/research/object_detection/ object_detection/
!rm -rf models
--------------------------------------------------------------------------------------------------------------------------
import numpy as np
import os
import six.moves.urllib as urllib