We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
    
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | The_Eiffel_Tower | |
| The_Great_Wall_of_China | |
| The_Mona_Lisa | |
| aircraft_carrier | |
| airplane | |
| alarm_clock | |
| ambulance | |
| angel | |
| animal_migration | |
| ant | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | !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 |