Detecting position & distance of red barrels in different scenes using Gaussian model.
Some examples:
- Put images into folder "Test_Set"
- In Terminal, run "python detect_barrel.py"
- Result will be saved in folder "Result"
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"