keras-yolo2 icon indicating copy to clipboard operation
keras-yolo2 copied to clipboard

imgaug ?

Open amapic opened this issue 6 years ago • 5 comments
trafficstars

From where do you get imgaug ? Thank you. I can't find it for anaconda. I need to install it myself ?

amapic avatar Dec 14 '18 20:12 amapic

I believe they are from here. That site does have install instructions. Yes, you would need to get it yourself. I simply removed that code from preprocessing, but you doing that would depend on your specific application.

robertlugg avatar Dec 14 '18 21:12 robertlugg

Thanks a lot !

amapic avatar Dec 14 '18 21:12 amapic

You can directly install imgaug to your conda enviornment from here. I tried this and it is working finely

abhijithvnair94 avatar Jan 14 '19 13:01 abhijithvnair94

ok thanks

amapic avatar Jan 14 '19 19:01 amapic

It was such a pain in my ass to run this project because of imgaug package. Finally, I am able to run this project. Here are my insights. If you want to run this project above tensorflow-gpu=1.3.0 or planning to use >= python3.5then you can't use imgaug based preprocessing, so it's better to remove it.

What I did..

  1. docker pull floydhub/tensorflow:1.3.0-gpu-py2_aws.12
  2. install opencv-python 4.0.21
  3. install imageio 2.6.x
  4. pip install imgaug --no-dependencies
  5. scikit-image 0.14.2

Hope it will be useful.

dhiren-hamal avatar Feb 04 '22 13:02 dhiren-hamal