Shathe / Semantic-Segmentation-Tensorflow-Eager

An example of semantic segmentation using tensorflow in eager execution.
26 stars 3 forks source link

where is imgaug #7

Closed MichaelGou1105 closed 5 years ago

MichaelGou1105 commented 5 years ago

from imgaug import augmenters as iaa ImportError: No module named imgaug

Shathe commented 5 years ago

Hi,

That importError means that you don't have the library installed Please, execute pip install imgaug you may need to use sudo pip install imgaug

MichaelGou1105 commented 5 years ago

@Shathe thank u