oak-tree

Results 15 issues of oak-tree

It seems that if model does not have an id then `backbone.localStorage` adapter generate `new` `cid` for it. But when the server returns a new id it `takes over` `model.id`...

bug

Hey, Following https://www.youtube.com/watch?v=x8ZtQ08A1F8, there is a support to run an inference on NN within a graph node on the IntelVino backend. Is there a support for the same operation but...

Hey, ## Background We are heavly use with `imgaug` for augmentation image. We do it over custom `generator` . We built this custom generator to serve `keras` `fit_generator` function. For...

Hey, ## Background Opencv introduce Compute graph, which every Opencv operation can be describe as graph op code. They took it further and, introduces the ability to use inference on...

triaged

Hey, This looks like a great project, Does it support or will support Tensorflow engine as well? ?

Hey, Your project looks promising. Can it work with shared memory? We would like to have a `ring buffer` between two different `processes` to share `images` and `metadata`

## Background `Keras itrator` implements `__get_index__` as following : https://github.com/keras-team/keras-preprocessing/blob/master/keras_preprocessing/image/iterator.py#L53 ` def __getitem__(self, idx): if idx >= len(self): raise ValueError('Asked to retrieve element {idx}, ' 'but the Sequence ' 'has...

image

Hello, I'm calculating the distance between all `rows` of `matrix m` and some `vector` `v`. m is a large matrix, about 500,000 rows and 2048 column. v is the size...

Hey, what do you think about using Webworker for doing the physics/math stuff? This way, calculating layout for large graph won't interfere user u.i