You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow this project's Contributing Guidelines.
Description
We can try to generate some new images containing object with insufficient annotations. To generate new images, we can extract trash objects from the current background and place them on the background of other images and save it. Then we can use them to train the model.
Problem
Insufficient amount of data for several trash categories in TACO dataset.
Proposed Solution
We can build a pipeline to generate new images
Extract the trash from existing images from the backgrounds based on the information from the annotation.json file
Attempt to fill in the holes from the backgrounds and store new backgrounds
Mix and match the trash onto the different backgrounds and save the images
We can combine those new images with the official TACO photos to train the Yolov5 network.
Alternatives Considered
Obtain new images, apply manual annotations and add these images for training
Use regular data augmentation method such as rotating the image
Try other dataset
The text was updated successfully, but these errors were encountered:
TomyangSydney
changed the title
[Feature]:
[Feature]: Data augmentation method by extracting objects and placing them on different background
Mar 25, 2023
TomyangSydney
changed the title
[Feature]: Data augmentation method by extracting objects and placing them on different background
[Feature]: Data augmentation method by extracting objects and placing them on different backgrounds
Mar 25, 2023
Guidelines
Description
We can try to generate some new images containing object with insufficient annotations. To generate new images, we can extract trash objects from the current background and place them on the background of other images and save it. Then we can use them to train the model.
Problem
Insufficient amount of data for several trash categories in TACO dataset.
Proposed Solution
We can build a pipeline to generate new images
We can combine those new images with the official TACO photos to train the Yolov5 network.
Alternatives Considered
The text was updated successfully, but these errors were encountered: