Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem in alignment #47

Closed
liangxiaoxi opened this issue Sep 19, 2016 · 3 comments
Closed

problem in alignment #47

liangxiaoxi opened this issue Sep 19, 2016 · 3 comments

Comments

@liangxiaoxi
Copy link

When I run alignment,I encounter some problems as follow:

warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' Traceback (most recent call last): File "align_dataset.py", line 113, in <module> main(parse_arguments(sys.argv[1:])) File "align_dataset.py", line 42, in main img = misc.imread(image_path) AttributeError: 'module' object has no attribute 'imread'

So what's reason of the problem?

@davidsandberg
Copy link
Owner

Scipy is used to read images and my guess is that this library is not installed on your system.

@liangxiaoxi
Copy link
Author

I have installed scipy and other necessary dependent packages.

@shawjan
Copy link

shawjan commented Nov 9, 2016

I install pillow package and finally it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants