Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 671 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 671 Bytes

Garbage-detection

yolov4_detections

The algorithm can distinguish PET, plastic, light_bulb, paper and cardboard garbages. It had 16 FPS in average on a Tesla P100-PCI-E-16GB

Project steps

  1. Record the video
  2. Create a custom dataset by annotating 50 frames with CVAT
  3. Train yolov4 on the small dataset
  4. Generate pseudo labels with the trained model
  5. Import, and fix the generated iamges manually in CVAT
  6. Retrain the model on the larger dataset
  7. Process the video

Tested models

  1. yolov4 Results: https://www.youtube.com/watch?v=iumbdbNbZsM
  • EfficientDet D0
  • yolov3