VisionChallenge
Version 20 (Grace Vesom, 2016-06-20 06:47 am)
1 | 9 | Grace Vesom | h1. Vision Challenge |
---|---|---|---|
2 | 1 | ||
3 | 8 | Grace Vesom | OpenCV is launching a community-wide challenge to update and extend the OpenCV library. An award pool of $50,000 will be provided to the best performing algorithms in the following 11 CV application areas: |
4 | 1 | ||
5 | 14 | Grace Vesom | # image segmentation |
6 | 14 | Grace Vesom | # image registration |
7 | 14 | Grace Vesom | # human pose estimation |
8 | 14 | Grace Vesom | # SLAM |
9 | 14 | Grace Vesom | # multi-view stereo matching |
10 | 14 | Grace Vesom | # object recognition |
11 | 14 | Grace Vesom | # face recognition |
12 | 14 | Grace Vesom | # gesture recognition |
13 | 14 | Grace Vesom | # action recognition |
14 | 14 | Grace Vesom | # text recognition |
15 | 14 | Grace Vesom | # tracking |
16 | 8 | Grace Vesom | |
17 | 1 | We prepared code to read from existing data sets in each of these areas: |
|
18 | 20 | Grace Vesom | "modules/datasets":http://docs.opencv.org/master/modules/datasets/doc/datasets.html |
19 | 10 | Grace Vesom | |
20 | 1 | h2. Conditions: |
|
21 | 6 | Grace Vesom | |
22 | 1 | The OpenCV Vision Challenge Committee will judge up to five best entries. |
|
23 | 1 | ||
24 | 14 | Grace Vesom | # You may submit a new algorithm developed by yourself. |
25 | 14 | Grace Vesom | # You may submit an existing algorithm *whether or not developed by yourself* (as long as you own or re-implement it yourself). |
26 | 14 | Grace Vesom | # Up to 5 winning algorithms will receive $1000 each. |
27 | 16 | Grace Vesom | # For an additional $7500 to $9000*, you must submit your winning code as an OpenCV pull request under a BSD or compatible license. |
28 | 16 | Grace Vesom | ** You acknowledge that your code may be included, with citation, in OpenCV. |
29 | 6 | Grace Vesom | |
30 | 6 | Grace Vesom | You may explicitly enter code for any work you have submitted to CVPR 2015 or its workshops. We will not unveil it until after CVPR. |
31 | 6 | Grace Vesom | |
32 | 7 | Grace Vesom | Winners and prizes are at the sole discretion of the committee. |
33 | 7 | Grace Vesom | |
34 | 6 | Grace Vesom | |
35 | 14 | Grace Vesom | List of selected datasets and other details described here: |
36 | 20 | Grace Vesom | "OpenCV Vision Challenge":http://code.opencv.org/attachments/1672/OpenCVVisionChallenge.pdf |
37 | 14 | Grace Vesom | |
38 | 14 | Grace Vesom | ??* We will have a professional programmer assist people with their pull requests. Depending on how much total time the programmer takes, the final amount of the prize will be adjusted. The minimum will be $7500 additional dollars for a pull request.?? |
39 | 11 | Grace Vesom | |
40 | 6 | Grace Vesom | h2. Timeline: |
41 | 1 | ||
42 | 1 | *Submission Period:* |
|
43 | 15 | Grace Vesom | _Now - May 15th 2015_ |
44 | 1 | ||
45 | 1 | *Winners Announcement:* |
|
46 | 1 | _June 8th 2015 at CVPR 2015_ |
|
47 | 1 | ||
48 | 10 | Grace Vesom | h2. Contact: |
49 | 1 | ||
50 | 1 | [email protected] |
|
51 | 20 | Grace Vesom | |
52 | 20 | Grace Vesom | h2. Q&A: |
53 | 20 | Grace Vesom | |
54 | 20 | Grace Vesom | *Q.:* _Can I participate in this Vision Challenge by addressing building blocks different from the current 11 categories?_ |
55 | 20 | Grace Vesom | *A.:* For this Vision Challenge, we have selected 11 categories and 21 supporting datasets. To participate in the Vision Challenge you need to address at least one of the building blocks we have selected and get results in at least one of the chosen associated datasets. Results on additional datasets (e.g., depth channel) will be evaluated accordingly by the awarding committee. |
56 | 20 | Grace Vesom | This may be just the first one of a series of challenges and we want to hear from the vision community which building blocks should come next, for the possible next challenges. Please, send your suggestions to our e-mail: [email protected]. |
57 | 20 | Grace Vesom | |
58 | 20 | Grace Vesom | *Current propositions list:* |
59 | 20 | Grace Vesom | Background Subtraction - 1 vote |
60 | 20 | Grace Vesom | Point Cloud Registration - 1 vote |
61 | 20 | Grace Vesom | |
62 | 20 | Grace Vesom | *Q.:* _Which external algorithms or libraries can we use?_ |
63 | 20 | Grace Vesom | *A.:* All used 3rd party code should have Permissive free software licence. The most popular such licenses are: BSD, Apache 2.0, MIT. |
64 | 20 | Grace Vesom | |
65 | 20 | Grace Vesom | *Q.:* _I don't find the tracking dataset loading in opencv_contrib/modules/datasets module._ |
66 | 20 | Grace Vesom | *A.:* We are not implemented loading-evaluation code for VOT tracking dataset, because it already has its own "toolkit":http://www.votchallenge.net/vot2014/participation.html. |
67 | 1 | ||
68 | 1 | h3. Back to Developer page: |
|
69 | 1 | ||
70 | 1 | "OpenCV":http://code.opencv.org/projects/opencv/wiki |