Vadym Stupakov
Vadym Stupakov
I solved it w/o sudo: `pip install numpy --user`
You don't need to do any changes to `imgaug` to achieve your goals, it's already implemented. - [Horizontal flip](https://imgaug.readthedocs.io/en/latest/source/api_augmenters_flip.html#imgaug.augmenters.flip.Flipud) - [Crop](https://imgaug.readthedocs.io/en/latest/source/api_augmenters_size.html?highlight=crop#imgaug.augmenters.size.Crop) - [Zoom](https://imgaug.readthedocs.io/en/latest/source/overview/geometric.html?highlight=Affine#affine)
### Same problem #### My machine: ```bash OS: Ubuntu 20.04.3 LTS aarch64 Host: Raspberry Pi 4 Model B Rev 1.2 Kernel: 5.4.0-1045-raspi CPU: BCM2835 (4) @ 1.500GHz Memory: 379MiB /...
@unnir , thank you a lot, it works!!
What error message do u have?
You can manually create dir and set `KERAS_HOME` env: https://github.com/keras-team/keras/blob/master/keras/utils/data_utils.py#L174 PS: Sorry, but read the first time *Openshift* as *Openshit* XD
Yep, sounds reasonable.
@AdnanHodzic I could help with this, maybe even implement. Had experience with python app indicator
@AdnanHodzic could you please label issues by category and priority?
Hey there, any plans to make it as a separate python package w/o torch deps?