Alejandro de la Vega

Results 115 issues of Alejandro de la Vega

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

Here's a simple example of a Pliers Graph ``` nodes = [ (FrameSamplingFilter(every=10), ['BrightnessExtractor']), (STFTAudioExtractor(freq_bins=[(100, 300)])) ] ``` and it outputs this JSON: ``` g.to_json() >{'roots': [{'transformer': 'FrameSamplingFilter', 'children': [{'transformer':...

bug

https://github.com/tyarkoni/pliers/blob/a8d675b15e232b0d9c4dbe39307ecc32aeab8a34/pliers/datasets/dictionaries.json#L11 Some of the Predefined Dictionaries don't have descriptions, and they are buried in the source. Adding descriptions would make these much more useful. For valence, I found the following,...

enhancement
easy

In `FRAME_MODE` `GoogleVideoIntelligence` returns results samped at 1hz (or so it seems, their docs don't say anything). However, pliers is attempting to add durations to these events based on the...

bug

`ExtractorResult.duration` can be set to a single value (e.g. `0.1`) when this value represents durations for all data points. This should be broadcast to all values, and is when creating...

bug

`VideoFrameIterator` returns a list of `ImageStim` instead of a `VideoFrameCollectionStim` I suspect it should be returning the latter, instead of a straight collection of `ImageStims` (which are very memory intensive...

bug

A weird bug that is likely taking place moviepy or ffmpeg. I ran a movie through `FrameSamplingFilter` and the last half of the frames were actually the same frame, with...

wontfix
external issue

``` DataTables warning: table id=collection-gimages-datatable - Ajax error. For more information about this error, please see http://datatables.net/tn/7 ``` Makes it difficult to browse images cc: @rwblair

bug

I notice a lot of meta-data that the API supports is not displayed, such as `paper_url`. This would be useful (or another more generic field), for linking back to NeuroScout.