Azrin Aris
Azrin Aris
@johnmckerrell I've used your steps but not on respbarrybut on Ubuntu server instead. I'm not getting anything from my debug node. Here is my steps An injector with URL START...
> Did you install xvfb from apt? Just you don't specifically mention that just the npm module. Actually you mention "electron module not found" do you have the electron npm...
@ghybs, I too have the same problem as @himerus. > import * as L from 'leaflet';instead of import 'leaflet/dist/leaflet';, I get TypeError: L.markerClusterGroup is not a function. but if I...
Hi, I'm still unable to load markercluster in my project. what I'm trying to do is to add markercluster to https://github.com/thingsboard/thingsboard. Really need some help on how to solve this....
Finally found the solution instead of using import * as L from 'leaflet' I use import L from 'leaflet' some reading http://www.thedreaming.org/2017/04/28/es6-imports-babel/
I'm trying to install opendatacam without docker. I started with compiling darknet. but I received and error as follows ` ./src/convolutional_layer.c:286:24: error: ‘CUDNN_CONVOLUTION_FWD_PREFER_FASTEST’ undeclared (first use in this function); did...
I'm sorry for my little knowledge - how do I do this actually? > Try using upstream darknet. The ODC fork right now is only used for the docker image...
ok got it to work but the the FPS is on average 4.5 only 
after a few hours of analytics, HTOP shows significant amount of memory usage and everything slows down. I think I'm trying the deepstream instead of darknet. will update the findings...
I'm not sure if it's Darknet or ODC. I saw there's a repo on Deepstream that I would like to try. Because my plan is to use with at least...