Skip to content

SeheeKim618/Recyclable-coffeecup-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recyclable-coffeecup-classification

This recyclable coffee cup classification code was used at the KB Kookmin Bank Software Competition.

Project Description

We created an automated collecting system that can identify recyclable coffee cups in real-time.

Product

conv_image_80

Model flow

We used the pre-trained ResNet18 as the backbone.

conv_image_80

Quick Start

Data preparation

In our experiments, we use our custom dataset. The datasets should be put in data, respecting the following tree directory:

${ROOT}
|-- data
`-- |-- coffeecup
    `-- |-- train
        |   |-- plastic
        |   |-- paper
        |   |-- paper_in
        |   |-- waste
        `-- valid
            |-- plastic
            |-- paper
            |-- paper_in
            |-- waste
        `-- test
            |-- plastic
            |-- paper
            |-- paper_in
            |-- waste

This is the dataset examples: conv_image_80

Training and Testing

To train and infer, we provide two scripts with suggestive names. For training, you can train a model by executing the train script:

bash train.sh

For inference:

bash infer.sh

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published