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

About "INITIAL PCA + PRUNE" error #7

Closed
ChuckGithub opened this issue May 8, 2017 · 2 comments
Closed

About "INITIAL PCA + PRUNE" error #7

ChuckGithub opened this issue May 8, 2017 · 2 comments

Comments

@ChuckGithub
Copy link

ChuckGithub commented May 8, 2017

Hi,
when i run this command 'lsfm -i input_data -o output_data', I met some problems:

Input directory provided - scanning for importable meshes
Found 5 input meshes under: input_data
Resuming processing for output directory: D:\lsfm\lsfm\output_data
Current meshes are the same as the meshes in the input dir - resuming
Outputting results to D:\lsfm\lsfm\output_data

****** 1. DENSE CORRESPONDENCE **********

Correspondence: [==========] 100% (5/5) - done.

****** 1. INITIAL PCA + PRUNE **********
Traceback (most recent call last):
File "E:\Program Files (x86)\Anaconda2\envs\lsfm\Scripts\lsfm-script.py", line 284, in
main(docopt(doc))
File "E:\Program Files (x86)\Anaconda2\envs\lsfm\Scripts\lsfm-script.py", line 280, in main
pca_and_prune(r, verbose=verbose)
File "E:\Program Files (x86)\Anaconda2\envs\lsfm\Scripts\lsfm-script.py", line 99, in pca_and_prune
verbose=True)
File "E:\Program Files (x86)\Anaconda2\envs\lsfm\lib\site-packages\lsfm\model.py", line 14, in pca_and_weights
model = PCAModel(meshes, verbose=verbose)
File "E:\Program Files (x86)\Anaconda2\envs\lsfm\lib\site-packages\menpo\model\pca.py", line 1199, in init
return_template=True, verbose=verbose)
File "E:\Program Files (x86)\Anaconda2\envs\lsfm\lib\site-packages\menpo\math\linalg.py", line 125, in as_matrix
template = vectorizables[0]
File "E:\Program Files (x86)\Anaconda2\envs\lsfm\lib\site-packages\menpo\base.py", line 482, in getitem
return self._callablesslice_
IndexError: list index out of range

And another problem
E:\Program Files (x86)\Anaconda2\envs\lsfm\lib\site-packages\menpo\image\base.py:2652: MenpoDeprecationWarning: This method is no longer supported and will be removed in a future version of Menpo. Use .pixels_with_channels_at_back instead.
MenpoDeprecationWarning)
0 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [= ] 12% (1/8) - 00:00:16 remaining 1 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [== ] 25% (2/8) - 00:00:12 remaining 2 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [=== ] 37% (3/8) - 00:00:10 remaining 3 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [===== ] 50% (4/8) - 00:00:08 remaining 4 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [====== ] 62% (5/8) - 00:00:06 remaining 5 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [======= ] 75% (6/8) - 00:00:04 remaining 6 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [======== ] 87% (7/8) - 00:00:02 remaining 7 - FAILED TO CORRESPOND: Expected to find one face - found 0
Correspondence: [==========] 100% (8/8) - done.

@jerry-xidian
Copy link

how you slove the first question?
thanks

@jerry-xidian
Copy link

if you notice this ,help me?

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

2 participants