Git Product home page Git Product logo

itseez-ss-2015-practice3-detection's People

Contributors

druzhkov-paul avatar valentina-kustikova avatar

Watchers

 avatar  avatar  avatar

itseez-ss-2015-practice3-detection's Issues

Lab preps

  • Подготовить картинки с объектами (логотипы OpenCV, Itseez, UNN, карты, и т.д.)
  • Подготовить тестовое видео для пары объектов
  • Написать тренировочные скрипты на Python (потому что Windows), чтобы было проще с ними работать
  • Реализовать простой тренировочный сэмпл (возможно стоит запускательный скрипт добавить, но скорее всего не нужно)
  • Залить в репозиторий негативы, которых хватает для большинства случаев. Они есть в директории Саши, а еще они есть у меня. Ну и в ITLab-Vision у нас были. Единственное, не очень хочется сильно увеличивать размер репозитория, я бы ориентировался максимум на 200-300 мб, а лучше ограничиться 100 мб.
  • Написать README
    • Пишем там план минимум (просто чтобы работало)
    • Потом предлагаем покрутить параметры, попробовать улучшить качество

Вот лог команд, которые использовал я (у Саши чуть другие в презентации)

$ ../opencv_createsamples -img ./src/itseez-logo-50.png -vec ./01.vec -bgcolor 255 -w 60 -h 25 -maxxangle .7 -maxyangle .7 -maxzangle 0.1
$ ./opencv_traincascade -numStages 5 -data ./cascade -vec 01.vec -bg negativesPascal.txt -numPos 500 -numNeg 500 -featureType LBP -w 60 -h 25
$ ./c-example-facedetect --cascade=./logo-detection/cascade/cascade.xml 0

Lab postmortem

  • Необходимо добавить детальную инструкцию для выполнения работы.
  • Ссылки на примеры использования каскадного классификатора.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.