diff --git a/About.php b/About.php new file mode 100644 index 0000000..8e351a7 --- /dev/null +++ b/About.php @@ -0,0 +1,53 @@ + + + + +
+ + + + + + + +Rhoban is a team of researchers, engineers and students working on small size autonomous humanoid robots.
+ We have been participating in the RoboCup competition since 2011, and we ranked at the first place of our category (kid size) in 2016.
+ This year, we decided to experiment with neural networks to improve the vision of the robots (mainly accurately detecting balls and posts). This approach is promising, but in order to efficiently train our neural networks, we need a lot of tagged data, that only humans can produce.
+ That's why we need you !
+
+ ';
+ break;
+ case 1: echo '';
+ break;
+ case 2: echo '';
+ break;
+ case 3: echo '';
+ break;
+ case 4: echo '';
+ break;
+ case 5: echo '';
+ break;
+ case 6: echo '';
+ break;
+ }
+ echo "
";
+ echo "Points : ";echo getScore($user[0][0]);
+ echo "
";
+ echo "Error ratio : " ; echo round(getUserErrorRatio($user[0][0]), 2);
+ ?>
+
+