Skip to content

Detecting a red barrel inside different scenes using Gaussian model

Notifications You must be signed in to change notification settings

zweedao/Object-Detection

Repository files navigation

Scene Segmetation

Detecting position & distance of red barrels in different scenes using Gaussian model.

Some examples:

result 1

result 3

result 4

How to run:

To use pre-trained model & detect red barrel in new images:

  • Put images into folder "Test_Set"
  • In Terminal, run "python detect_barrel.py"
  • Result will be saved in folder "Result"

If you want to annotate & train the model from scratch:

a) To annotate:

  • In Terminal, run "python annotate_barrel.py"
  • Draw polygon around the red barrel
  • Annotation data will be saved in folder "Annotate"

b) To train model:

  • In Terminal, run "python train.py"
  • Trained models will be saved in folder "Model"

About

Detecting a red barrel inside different scenes using Gaussian model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages