-
I have made some experiments with the FastLed Noise functions (especially with the 1D version, FastLed Version 3.1.3) and I have found that there are points of discontinuity at the zero crossing point…
-
I have a labeled RGB image dataset and a external vector data as input, the vector data and image data is corresponding, and finally I use L2-Loss to regress the label value. I use AlexNet for imag…
-
The ESP8266 is a very inexpensive ($5) wifi-enabled SOC with an Xtensa LX3 CPU core (read: it's NOT ARM, and it's NOT AVR). It's typically provided pre-flashed with code that makes it act like a Seri…
-
I'm having a problem with conversion of yolo to caffemodel.
```
Traceback (most recent call last):
File "../python/create_yolo_prototxt.py", line 307, in
main()
File "../python/create_yo…
-
Hi,
I tried to convert the yolov1.weights with yolo_small_deploy.prototxt. It generated a yolo_small.caffemodel but in the terminal it shows:
![screenshot from 2017-03-14 11 59 05](https://cloud.g…
-
From G+
https://plus.google.com/u/0/102302399546211644090/posts/UoWjJcHrp6B?cfem=1
Hi!
I am using FastLED in combination with the hsv2rgb_spectrum() function. While cycling a rainbow pattern, I…
-
First of all, thank you for this amazing project. It is incredible how easy it was setting everything up and watch it come to life. Your YouTube channel is a great inspiration and my head is swarming …
-
When calling ColorFromPalette with a CRGBPalette16 and a heat index > 240, I expect the function to return a color that is interpolated between the second to last color and the last color in the palet…
-
They are 2 examples sinelon() and jungle() which calls for beatsin16() function.
`uint16_t pos = beatsin16(13,0,NUM_LEDS, 0 , 0);`
It should be :
`uint16_t pos = beatsin16(13,0,NUM_LEDS - 1, 0 , 0…
-
The problem with the "sum of population withing a radius" suitability factor that selects only one suitable site (issue #103) also highlighted the fact that the process continues to run even if there …