{"id":18323262,"url":"https://github.com/camara94/object-localization-tensorflow","last_synced_at":"2026-04-30T15:31:21.155Z","repository":{"id":100386491,"uuid":"481936708","full_name":"camara94/object-localization-tensorflow","owner":"camara94","description":"Welcome to this 2 hour long guided project on creating and training an Object Localization model with TensorFlow. In this guided project, we are going to use TensorFlow's Keras API to create a convolutional neural network which will be trained to classify as well as localize emojis in images. Localization, in this context, means the position of the emojis in the images. This means that the network will have one input and two outputs. Think of this task as a simpler version of Object Detection. In Object Detection, we might have multiple objects in the input images, and an object detection model predicts the classes as well as bounding boxes for all of those objects. In Object Localization, we are working with the assumption that there is just one object in any given image, and our CNN model will classify and localize that object. Please note that you will need prior programming experience in Python. You will also need familiarity with TensorFlow. This is a practical, hands on guided project for learners who already have theoretical understanding of Neural Networks, Convolutional Neural Networks, and optimization algorithms like Gradient Descent but want to understand how to use use TensorFlow to solve computer vision tasks like Object Localization.","archived":false,"fork":false,"pushed_at":"2022-04-16T03:36:07.000Z","size":3974,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T14:46:15.001Z","etag":null,"topics":["cnn-keras","deep-learning","machine-learning","machine-learning-algorithms","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camara94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-15T11:28:40.000Z","updated_at":"2025-01-17T18:50:56.000Z","dependencies_parsed_at":"2023-05-31T14:00:45.953Z","dependency_job_id":null,"html_url":"https://github.com/camara94/object-localization-tensorflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/camara94/object-localization-tensorflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camara94%2Fobject-localization-tensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camara94%2Fobject-localization-tensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camara94%2Fobject-localization-tensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camara94%2Fobject-localization-tensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camara94","download_url":"https://codeload.github.com/camara94/object-localization-tensorflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camara94%2Fobject-localization-tensorflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cnn-keras","deep-learning","machine-learning","machine-learning-algorithms","tensorflow"],"created_at":"2024-11-05T18:27:42.689Z","updated_at":"2026-04-30T15:31:21.136Z","avatar_url":"https://github.com/camara94.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object Localization Tensorflow\n\nWelcome to this 2 hour long guided project on creating and training an Object Localization model with TensorFlow. In this guided project, we are going to use TensorFlow's Keras API to create a convolutional neural network which will be trained to classify as well as localize emojis in images. Localization, in this context, means the position of the emojis in the images. This means that the network will have one input and two outputs. Think of this task as a simpler version of Object Detection. In Object Detection, we might have multiple objects in the input images, and an object detection model predicts the classes as well as bounding boxes for all of those objects. In Object Localization, we are working with the assumption that there is just one object in any given image, and our CNN model will classify and localize that object. Please note that you will need prior programming experience in Python. You will also need familiarity with TensorFlow. This is a practical, hands on guided project for learners who already have theoretical understanding of Neural Networks, Convolutional Neural Networks, and optimization algorithms like Gradient Descent but want to understand how to use use TensorFlow to solve computer vision tasks like Object Localization.\n\n\n## Learning Objectives\n\n* Create synthetic data for model training\n* Create custom metrics and callbacks in Keras\n* Create and train a multi output neural network to perform object localization\n\n## Project-based Course Overview\n\n### Welcome!\n\nWelcome to **Object Localization with TensorFlow**. This is a project-based course which should take less than 2 hours to finish. Before diving into the project, please take a look at the course objectives and structure:\n\n### Course Objectives\n\nIn this course, our primary learning objective is to create and train a multi output convolutional neural network to perform object localization. We will also learn to create custom callbacks and custom metrics in Keras.\n\n## Course Structure\n\nThis course is divided into 3 parts:\n\n1. Course Overview: This introductory reading material.\n\n2. **Object Localization with TensorFlow**: This is the hands on project that we will work on in Rhyme.\n\n3. Graded Quiz: This is the final assignment that you need to pass in order to finish the course successfully.\n\n### Project Structure\n\nThe hands on project on **Object Localization with TensorFlow** is divided into following tasks:\n\n**Task 1: Introduction\nTask 2: Download and Visualize Data\nTask 3: Create Examples\nTask 4: Plot Bounding Boxes\nTask 5: Data Generator\nTask 6: Model\nTask 7: Custom Metric: IoU\nTask 8: Compile The Model\nTask 9: Custom Callback\nTask 10: Model Training**\n\n![image](images/1.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamara94%2Fobject-localization-tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamara94%2Fobject-localization-tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamara94%2Fobject-localization-tensorflow/lists"}