├── LICENSE ├── README.md └── pics ├── article ├── 2 │ ├── 2014-11-26-11-35-cv-events-human.png │ ├── 2014-11-26-11-35-cv-events-net.png │ ├── 2014-11-26-11-58-cv-events-human.png │ ├── 2014-11-26-11-58-cv-events-net.png │ ├── bm-logo-small.png │ ├── bm_detect_1.png │ ├── bm_net.png │ ├── bm_train_1.png │ └── events-view-by-nn.png └── habr │ ├── car-axis-small.png │ ├── kdpv.png │ ├── kdpv2.png │ ├── kdpv3.png │ └── kdpv4.png ├── csc_logo.png ├── dashboard.png ├── events_export.png ├── line_change.JPG ├── methodology.JPG ├── obstacle_avoidance.JPG ├── pres-dashboard_full.png ├── pres-event-orig.png ├── pres-events-normalized.png ├── pres-events-smooth.png ├── roadmap.png ├── snapshot1.png ├── snapshot2.png ├── snapshot3.png ├── turn.JPG └── yandex_eng_logo-120.png /LICENSE: -------------------------------------------------------------------------------- 1 | Blind Motion Project 2 | Copyright (c) 2014, 3 | All rights reserved. 4 | 5 | Redistribution and use in source and binary forms, with or without 6 | modification, are permitted provided that the following conditions are met: 7 | 8 | * Redistributions of source code must retain the above copyright notice, this 9 | list of conditions and the following disclaimer. 10 | 11 | * Redistributions in binary form must reproduce the above copyright notice, 12 | this list of conditions and the following disclaimer in the documentation 13 | and/or other materials provided with the distribution. 14 | 15 | * Neither the name of docs nor the names of its 16 | contributors may be used to endorse or promote products derived from 17 | this software without specific prior written permission. 18 | 19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 20 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 22 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 23 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 24 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 25 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 26 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 27 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 | 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | docs 2 | ==== 3 | 4 | All documents are in Wiki. To view them click to the Wiki link (it should be on the right) 5 | -------------------------------------------------------------------------------- /pics/article/2/2014-11-26-11-35-cv-events-human.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/2014-11-26-11-35-cv-events-human.png -------------------------------------------------------------------------------- /pics/article/2/2014-11-26-11-35-cv-events-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/2014-11-26-11-35-cv-events-net.png -------------------------------------------------------------------------------- /pics/article/2/2014-11-26-11-58-cv-events-human.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/2014-11-26-11-58-cv-events-human.png -------------------------------------------------------------------------------- /pics/article/2/2014-11-26-11-58-cv-events-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/2014-11-26-11-58-cv-events-net.png -------------------------------------------------------------------------------- /pics/article/2/bm-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/bm-logo-small.png -------------------------------------------------------------------------------- /pics/article/2/bm_detect_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/bm_detect_1.png -------------------------------------------------------------------------------- /pics/article/2/bm_net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/bm_net.png -------------------------------------------------------------------------------- /pics/article/2/bm_train_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/bm_train_1.png -------------------------------------------------------------------------------- /pics/article/2/events-view-by-nn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/2/events-view-by-nn.png -------------------------------------------------------------------------------- /pics/article/habr/car-axis-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/habr/car-axis-small.png -------------------------------------------------------------------------------- /pics/article/habr/kdpv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/habr/kdpv.png -------------------------------------------------------------------------------- /pics/article/habr/kdpv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/habr/kdpv2.png -------------------------------------------------------------------------------- /pics/article/habr/kdpv3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/habr/kdpv3.png -------------------------------------------------------------------------------- /pics/article/habr/kdpv4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/article/habr/kdpv4.png -------------------------------------------------------------------------------- /pics/csc_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/csc_logo.png -------------------------------------------------------------------------------- /pics/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/dashboard.png -------------------------------------------------------------------------------- /pics/events_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/events_export.png -------------------------------------------------------------------------------- /pics/line_change.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/line_change.JPG -------------------------------------------------------------------------------- /pics/methodology.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/methodology.JPG -------------------------------------------------------------------------------- /pics/obstacle_avoidance.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/obstacle_avoidance.JPG -------------------------------------------------------------------------------- /pics/pres-dashboard_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/pres-dashboard_full.png -------------------------------------------------------------------------------- /pics/pres-event-orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/pres-event-orig.png -------------------------------------------------------------------------------- /pics/pres-events-normalized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/pres-events-normalized.png -------------------------------------------------------------------------------- /pics/pres-events-smooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/pres-events-smooth.png -------------------------------------------------------------------------------- /pics/roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/roadmap.png -------------------------------------------------------------------------------- /pics/snapshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/snapshot1.png -------------------------------------------------------------------------------- /pics/snapshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/snapshot2.png -------------------------------------------------------------------------------- /pics/snapshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/snapshot3.png -------------------------------------------------------------------------------- /pics/turn.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/turn.JPG -------------------------------------------------------------------------------- /pics/yandex_eng_logo-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blindmotion/docs/221c03c49681513d55f3dd054bb06b20dfe6a005/pics/yandex_eng_logo-120.png --------------------------------------------------------------------------------