Nestor Arsenov

Results 10 issues of Nestor Arsenov

See this quick and dirty [fix](https://github.com/hardikvasa/google-images-download/pull/298#issuecomment-603722006), it solved the download problem for me! I just erased the pre-existing code in the file `google_images_download.py` and substituted it with the provided code...

Hi @mdbloice, thanks for the Augmentor code! I am creating a pipeline, that has to create eventually images with randomized size, for example: I have a single ground truth image...

enhancement

Thanks for making this code public! I am trying to use it in google colab, but after the pip installation in colab I receive dependency warnings. When I then try...

Hi, I need to extract information from a few columns in ~20k different fits files. Each file is relatively small, ~0.2MB. I have been doing this so far with a...

I implemented the more or less known "[transpose trick](https://stats.stackexchange.com/a/7144/241037)" for a fix of issue #55, my code is [here](https://github.com/Nestak2/keras-preprocessing/blob/fast_zca_rotated/keras_preprocessing/image/image_data_generator.py). **Is it alright?** Do I have to include changes not only...

image

I am using `keras=2.3.1` and I wanted to use my own version of zca_whitening. For that I made changes directly into the `ImageDataGenerator` class in the keras file `/home/user/.local/lib/python3.6/site-packages/keras_preprocessing/image/image_data_generator.py`. The...

image

Hi, I would like to donwnload the all-time data (~200 stations for ~2 years) for the city of Sofia, Bulgaria, and I just don't find an easy way to do...

I am new to the data-explorer and I noticed you can filter it by values in columns, like here: ![Screenshot from 2020-04-16 15-04-51](https://user-images.githubusercontent.com/16193553/79454927-bf82f580-7ff4-11ea-8038-e9699987a4c5.png) But is it also possible to filter...

enhancement

I tried to download the main file as described by the youtube tutorial by the author. But my firewall (Bytefence) warns me that there is malware coming with the file....

Thanks for publishing this package! I installed the package and tried to reproduce the given syntax in usage: `S = irlb(A, n, [tol=0.0001 [, maxit=50]])` but it results in an...