Skip to content

This project demonstrates the usage of a pre-trained model in TensorFlow.js for performing multiple object detection in images. It utilizes the COCO-SSD model to recognize objects and their positions with high accuracy. #oneDayProject

License

Notifications You must be signed in to change notification settings

octopols/Multiple-Overlapping-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Overlapping Object Detection

This project demonstrates the usage of a pre-trained model in TensorFlow.js for performing multiple (overlapping) object detection in images. It utilizes the COCO-SSD model to recognize objects and their positions with high accuracy.

Note: The npm files included in this project are not necessary for the code to work currently. They are intended for the future migration of this project to MediaPipe.

Setup

  1. Clone the repository:
git clone https://github.com/octopols/Multiple-Overlapping-Object-Detection.git
  1. Navigate to the project directory:
cd Multiple-Overlapping-Object-Detection
  1. Open the project in a web browser:
    • You can use a local development server such as Live Server or serve the files using Python's built-in HTTP server. For example, using Python 3:

python3 -m http.server

  1. Access the application:
    • Open your web browser and visit http://localhost:8000 (or the appropriate port number if using a different local server).

Credits

This project utilizes TensorFlow.js and the COCO-SSD model. The code was initially based on a demo by Jason Mayes and was later modified by Hirnaymay Bhaskar.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This project demonstrates the usage of a pre-trained model in TensorFlow.js for performing multiple object detection in images. It utilizes the COCO-SSD model to recognize objects and their positions with high accuracy. #oneDayProject

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published