Daniel Falk

Results 10 issues of Daniel Falk

## Description I am working on a video dataset that is capable of loading and saving video files. I would be happy to contribute with this to the community. I...

Issue: Feature Request
Community
Component: IO

## Description This PR adds a video dataset to read and write video files. The idea was discussed in issue https://github.com/kedro-org/kedro/issues/1295. When working with computer vision pipelines on video it...

Community

As described in #1885 iterating a small dataset with `ds.tensorflow()` is very slow. If using the tensorflow dataset on a hub dataset which consist of multiple samples with small size,...

If e.g. the wrong AWS profile is used the download of the open datasets which are stored in S3 will fail. These errors was completely hidden and was instead displayed...

## 🐛🐛 Bug Report If loading the mnist dataset and iterating the `HubCloudDataset` it takes 8e-5 seconds per image. If accessing it as a tensorflow dataset (`DatasetAdapter`) it takes 0.02...

bug

We are using the ZBar library for continuous image analytics (i.e. scanning new frames 24/7) and when doing so we have found that the library is leaking memory when finding...

## 🐛🐛 Bug Report To start with, awesome work getting the merge functionality implemented! I have used it for a while now and discovered a few issues with it: ###...

bug

## 🐛🐛 Bug Report Hi, when using the `sample by` query on the result of another query, it fails with an exception. ```python ds = deeplake.load("hub://activeloop/mnist-train") ds2 = ds.query("select *...

bug

## Description I wasn't sure if I should put this issue here or in the Kedro core repo since the `VideoDataSet` has been broken after a change in Kedro core....

bug
help wanted

### Relevant telegraf.conf ```toml # This file uses the mock plugin to create dummy metrics. It then uploads # the metrics to an S3 bucket using the remotefile output plugin....

feature request