hearingcountry / Rebage-Machine-Learning

The machine learning part required by the Rebage application πŸ€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The machine learning part required by the Rebage application

To perform object detection, we conducted experiments to learn how to create bounding boxes and also perform dataset creation.

Reference dataset:

Object label to be detected and classified

  1. glass bottle
  2. plastic bottles
  3. cans
  4. cardboard
  5. rubber
  6. paper
  7. plastic
  8. straws

Documentation:

  1. Looking for references and creating datasets manually by taking photos through a smartphone camera
  2. Provide a bounding box and label for each data
  3. Perform analysis for each image that has been given a bounding box
  4. Divide the data in a ratio of 80 (train) and 10 (test)
  5. Create TFRecord for train and test data
  6. Experiment for freezing layer on feature extractor section of MobileNet v2 architecture
  7. Augmenting image data and Tuning hyperparameter
  8. Conduct machine learning model training experiments with 50,000 to 75,000 train steps
  9. Evaluate the machine learning model
  10. Testing real data using real photos and using a webcam
  11. Save the model by changing the input to base64
  12. Deploy the model to Vertex AI

About

The machine learning part required by the Rebage application πŸ€


Languages

Language:Python 73.8%Language:Jupyter Notebook 25.9%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Makefile 0.0%