-
- [x] connection to webcam, triggered by py command
- [x] model interference based on saved model
- [x] make detection on live (stream) image of webcam
- [x] save images which are not right detected f…
-
Hi,
Your project is really interesting! I was wondering if it was possible to make it follow link within a specific container in the first loaded page? Or manually select which links to follow...
F…
-
``` javascript
Uncaught TypeError: Cannot call method 'set' of undefined bitdeli.min.js:38
e.extend.set bitdeli.min.js:38
e.extend.identify bitdeli.min.js:38
e.extend._execute bitdeli.min.js:39
c.eac…
-
Would it be appropriate to remove all data with the `HSTS` feature code?
ie. https://pelias.github.io/compare/#/v1/place?ids=geonames%3Avenue%3A7874625
```
HSTS | historical site | a place of his…
-
Following on from https://github.com/pelias/design/pull/6 it would be cool if we could have a "powered by Pelias" label added to the attribution control.
@elioqoshi the attribution control in leafl…
-
consider this example
``` CoffeeScript
#? check 1
should.exist json.body
#? check2
json.body.user.mobile_number.should.equal '+447868493599'
```
returns
``` bash
✘ check 1
Cannot read property '…
-
For now, the binding lib has been made around the 64 bits versions of `TTDReplay` and `TTDReplayCPU`.
As a result, only 64 bits traces are supported.
The API is likely to be similar, but offsets m…
-
- [ ] What different activation functions are available and usable for the model
- [x] What loss functions/optimizers are available
- [x] What amount of layers with how many neurons make sense?
-
hi, is it strictly required to call `charRegex()` within every invocation?
wouldn't it make sense to call `charRegex()` once and save it in the module scope?
-
Please describe some core data models. eg:
Points of Interest
``` javascript
var poi = {
geo: { lat: 1, long: 1 },
title: 'a',
description: 'a',
links: [
{ title: 'bbx news report', url:…