Read the statement by Michael Teeuw here.
Face Recognition with inferred light
- 
 Sure thing :) 
- 
 @paviro 
 Here it is
- 
 Can’t see any mistake there. Does it work this way? Any errors in the console or the web inspector? 
 I just moved this into a new thread because it has nothing todo with the original training fileproblem, please open a separate thread for different problems in the future as well :)
- 
 It’s still the same error like above :( Didn’t try so much in the last week, but i don’t know whats the problem in here anyway 
- 
 I am really not sure what this error is about… 
 @MichMich what ismodule.data.classessupposed to be? Since it isn’t defined apparently in this case…
- 
 module.data.classesshould contain the classes set in your config file. (If I remember correctly.)
- 
 Strange I still have no clue how this error could be reproduced… 
- 
 Had the same issue. 
 Removing the module “localtransport” solved it for me.
- 
 @POIMann really? That’s interesting! So it works without problems now? 
- 
 The use of this.data in localtransport.js conflicts with this.data-object from the module instance properties. I patched it by replacing “this.data;” with “this.response;” in all its occurrences in localtransport.js. #enjoy 


