Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Image recognition ? How can you do in tensorflow ?



What is Image recognition ? How can you do in tensorflow ?..

Answer / Aashish Kumar

Image recognition is a technology that allows computers to identify and classify images, objects, or landmarks within an image. In TensorFlow, you can perform image recognition using Convolutional Neural Networks (CNN) which are pre-trained models such as Inception V3, ResNet, and MobileNet available in the TensorFlow's object detection API.nnExample:n```pythonnfrom tensorflow.python.platform import gfilenfrom object_detection.utils import label_map_utilnfrom object_detection.builders import model_buildernfrom object_detection.configs import config_utilnn# Load pipeline configuration and build a detection modelnconfigs = config_util.get_configs_from_pipeline_file('ssd_mobilenet_v1_coco_11_tpu.config')nconfig = config_util.get_config(configs, 'ssd_mobilenet_v1')nmodel = model_builder.build(config=config,n builder=model_builder.n cnn_factory=tensorflow.n mobilenet.n ssd_mobilenet_v1.n SSDMobileNetV1Detector)nn# Load pipeline configuration and label mapnpipeline_config = configs[0]npb_config = pb2.BuildConfig()npb_config.MergeFromString(pipeline_config)nlabel_map_path = 'pascal_voc.pbtxt'nlabelformat = pb2.nLabelMap().proto.(pb2.nLabelMap())ngfile.GetNamesToLabels(self.nlabel_map_path,nself.nlabel_map,labelformat)nn# Restore checkpointncheckpoint_path = 'ssd_mobilenet_v1_coco_2018_03_29.tar.gz'nmodel.restore(checkpoint_path)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AI Frameworks Libraries Interview Questions

What are the tensorflow operations?

1 Answers  


What are Tensorflow abstractions?

1 Answers  


What is max pooling?

1 Answers  


What is difference between deeplearning and machine learning ?

1 Answers  


What do you know about audio dashboard?

1 Answers  


What do you understand by text dashboard?

1 Answers  


What do you know about distribution dashboard in tensorflow?

1 Answers  


What are the variables in tensorflow?

1 Answers  


Can we implement regression in Tensorflow ? If Yes? What is function Name ?

1 Answers  


What are the important steps of tensorflow architecture?

1 Answers  


Does rtx 2070 support freesync?

1 Answers  


What do you mean by Tensor in TensorFlow?

1 Answers  


Categories
  • AI Algorithms Interview Questions AI Algorithms (74)
  • AI Natural Language Processing Interview Questions AI Natural Language Processing (96)
  • AI Knowledge Representation Reasoning Interview Questions AI Knowledge Representation Reasoning (12)
  • AI Robotics Interview Questions AI Robotics (183)
  • AI Computer Vision Interview Questions AI Computer Vision (13)
  • AI Neural Networks Interview Questions AI Neural Networks (66)
  • AI Fuzzy Logic Interview Questions AI Fuzzy Logic (31)
  • AI Games Interview Questions AI Games (8)
  • AI Languages Interview Questions AI Languages (141)
  • AI Tools Interview Questions AI Tools (11)
  • AI Machine Learning Interview Questions AI Machine Learning (659)
  • Data Science Interview Questions Data Science (671)
  • Data Mining Interview Questions Data Mining (120)
  • AI Deep Learning Interview Questions AI Deep Learning (111)
  • Generative AI Interview Questions Generative AI (153)
  • AI Frameworks Libraries Interview Questions AI Frameworks Libraries (197)
  • AI Ethics Safety Interview Questions AI Ethics Safety (100)
  • AI Applications Interview Questions AI Applications (427)
  • AI General Interview Questions AI General (197)
  • AI AllOther Interview Questions AI AllOther (6)