Skip to content

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

Notifications You must be signed in to change notification settings

Rebage-Bangkit2022/Rebage-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published