Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eshansurendra/emoji-localization
This repository contains the code and resources for the Object Localization with TensorFlow project completed on Coursera.
https://github.com/eshansurendra/emoji-localization
Last synced: 25 days ago
JSON representation
This repository contains the code and resources for the Object Localization with TensorFlow project completed on Coursera.
- Host: GitHub
- URL: https://github.com/eshansurendra/emoji-localization
- Owner: eshansurendra
- Created: 2023-12-25T03:16:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T11:29:54.000Z (7 months ago)
- Last Synced: 2024-10-12T06:04:39.962Z (25 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 575 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Localization with TensorFlow
This repository contains the code and resources for the Object Localization with TensorFlow project completed on Coursera.
## Project Description
This project is a guided project offered on Coursera. It focuses on creating and training an Object Localization model using TensorFlow's Keras API. The project aims to teach participants how to create a convolutional neural network (CNN) to classify as well as localize emojis in images. Localization, in this context, refers to determining the position of the emojis in the images. The CNN model is designed to have one input and two outputs.## Project Details
- **Duration:** 2 hours
- **Prerequisites:** Prior programming experience in Python, familiarity with TensorFlow, theoretical understanding of Neural Networks, Convolutional Neural Networks, and optimization algorithms like Gradient Descent.
- **Format:** Practical, hands-on guided project for learners who want to understand how to use TensorFlow to solve computer vision tasks like Object Localization.## Project Structure
The project is structured as follows:
1. Introduction
2. Downloading and Visualizing Data
3. Creating Examples
4. Plotting Bounding Boxes
5. Data Generator
6. Model Creation
7. Custom Metric: IoU
8. Compiling the Model
9. Custom Callback
10. Model Training## Resources
- Coursera Project Link: [Object Localization with TensorFlow](https://www.coursera.org/projects/object-localization-tensorflow)
- TensorFlow Documentation: [https://www.tensorflow.org/](https://www.tensorflow.org/)## Acknowledgements
Special thanks to Coursera for offering this guided project.## License
The code and resources in this repository are based on the guided project offered on Coursera and may have specific usage terms. Please refer to the Coursera project materials for more information.