pliers icon indicating copy to clipboard operation
pliers copied to clipboard

Automated feature extraction in Python

Results 60 pliers issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to install and run examples on my machine, but encountered this error. I used `pip3` to install. * Platform: aarch64-apple-darwin20 (64-bit) * Running under: macOS Monterey...

Importing ABC from `collections` has been deprecated since Python 3.4 and removed in Python 3.10. Use `collections.abc` instead.

It takes words w(1), w(2),..., w(n-1) from a ComplexTextStim text elements, and returns forward language modeling predicted logits for w(n). Could be used in combo w/ `MetricExtractor` for entropy and...

would be useful to add info on what frequency bands each MelSpectrogramExtractor features represent

enhancement

Using the TFHub module, I've found some issues in the preprocessing part of the images, before injecting them in the model. This PR is a suggestion on how to fix...

related to #445. This pull request begins to add doctest to the relevant inline examples and attempts to use sphinx-gallery to build examples (most of the examples require API keys...

AudioSet extractor is throwing this error on NND dataset: ``` 2021-02-18 00:08:38.655266: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 12642648064 exceeds 10% of free system memory. 2021-02-18 00:11:34.221063: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 15169486848...

bug

It would be useful to add FaceNet to pliers, as it substantially outperforms dlib, and the implementation should be reasonably straight forward. This would make it easier to construct a...

transformer idea

As initially enjoyed by @caravanuden while observing "Too many open files" crash message while iterating over the list of audio files with a few hundreds of them in a simple...