Yoni Schirris

Results 10 issues of Yoni Schirris

First of all: Many thanks for this rapid implementation of the paper's method. The implementation looks very clean. I was wondering if you've done any performance testing to see if...

In my specific implementation, I am sending audio over the chatbot. After the audio is done playing, I want to display options to choose from. It would be nice if...

enhancement
help wanted
good first issue
up-for-grabs

## Feature summary The current `scale.exact` allows to only return an exact magnification without resampling. A `tile_size.exact` flag could be added to state that the user only wants tiles returned...

`self.number_of_videos = self.sample_data['sample_id'].max()` gives `number_of_videos-1` instead, use `len(sample_data.index)` as given in [here](https://stackoverflow.com/questions/15943769/how-do-i-get-the-row-count-of-a-pandas-dataframe)

I notice there's a videodatacquisition.java file in spo2evaluation/misc. This seems unrelated to this project, should it be in here?

- [ ] add a regression fit - [ ] allow for passing several videos

enhancement
help wanted
models

- [ ] preprocessing - Using as few pixels from the video to do prediction (which channels? Which part of the image? e.g. using gradient to find if phone is...

- [x] Allow loading of (offline available) different datasets - [ ] Allow for different metadata to be loaded related to these datasets - [x] Allow for getting all data...

enhancement
data

- [Squeezenet:](https://arxiv.org/abs/1602.07360) A lightweight image classifier - Resnet for time series analysis of PPEG

discussion