HamedMP/ImageFlow

reader.py missing

usmcamp0811 opened this issue · 0 comments

It seems that reader.py doesn't get installed when you do pip install imageflow.

edit: I looked in my package directory and did see the reader.py file and util.py files.. but for some reason It throws an error when I attempt to import imageflow. Says reader is missing... was able to fix it by puting the files in the local directory of the py file I am working with.