8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f6828 commit 8d033d5Copy full SHA for 8d033d5
trafficlight/tlight_detect/tlight_detect.pde
@@ -51,16 +51,16 @@ void setup() {
51
network.turnLearningOn();
52
println("Neural network is learning...");
53
54
- for (int loop = 0; loop < 30000; ++loop) {
+ for (int loop = 0; loop < 90000; ++loop) {
55
56
- teachRed(159, 65, 37);
57
- teachAmber(213, 141, 40);
58
- teachGreen(128, 152, 130);
+ teachRed(220, 56, 8);
+ teachAmber(216, 130, 11);
+ teachGreen(123, 150, 128);
59
60
- teachOther(47, 46, 24);
61
- teachOther(147, 160, 155);
62
- teachOther(192, 184, 132);
63
- teachOther(129, 151, 154);
+ //teachOther(163, 160, 121);
+ teachOther(76, 72, 35);
+ teachOther(175, 167, 138);
+ teachOther(152, 167, 161);
64
65
}
66
0 commit comments