sagioto / LipReading

LipReading - it will read your lips!
76 stars 35 forks source link

java.io.FileNotFoundException:D:\Dropbox\LipReading\XMLs\models\yesNoHello\yesNoHelloDagan.model #6

Open sameer05k21a0440 opened 10 years ago

sameer05k21a0440 commented 10 years ago

Hi,

     I have download you are application ,when i have run live feed , i got File Not Found Exception , so could you please send me Model file , which you have already created ? or else let me know how to done Model File ?

Thanks and Regards sameer sameersoft6@gmail.com

atena2019 commented 10 years ago

do u now how can i create yesNoHelloDagan.model?

sameer05k21a0440 commented 10 years ago

Hi,

    I knew how to create .model file , download weka tools 3.6.7

version .

On Mon, Apr 14, 2014 at 11:51 AM, atena2019 notifications@github.comwrote:

do u now how can i create yesNoHelloDagan.model?

— Reply to this email directly or view it on GitHubhttps://github.com/sagioto/LipReading/issues/6#issuecomment-40403664 .

atena2019 commented 10 years ago

can u please send me a tutorial for creating model files? i do not know how can i create it. what are input files? .xml files or video of lip files?

sameer05k21a0440 commented 10 years ago

Hi,

       For creating .model u need to use Weka Tool .

Thanks

On Fri, Apr 25, 2014 at 2:26 PM, atena2019 notifications@github.com wrote:

can u please send me a tutorial for creating model files? i do not know how can i create it. what are input files? .xml files or video of lip files?

— Reply to this email directly or view it on GitHubhttps://github.com/sagioto/LipReading/issues/6#issuecomment-41441146 .

dorleitman commented 10 years ago

Please check out our documents page in our project`s website: http://dorleitma1.wix.com/lipreading You can find some info about working with Weka in "User Guide" and "Maintainers Guide".

atena2019 commented 10 years ago

thanks a lot. the command java –jar lipreading-core.jar –train does not work. what should i do?

sameer05k21a0440 commented 10 years ago

May i know what error you got ?

On Mon, Apr 28, 2014 at 1:31 PM, atena2019 notifications@github.com wrote:

thanks a lot. the command java –jar lipreading-core.jar –train does not work. what should i do?

— Reply to this email directly or view it on GitHubhttps://github.com/sagioto/LipReading/issues/6#issuecomment-41609476 .

atena2019 commented 10 years ago

when i run that command in cmd on windows, nothing happens. no error, no message, no warning, and nothing happens. but the command for generating arff file worked properly

sameer05k21a0440 commented 10 years ago

Are you generated .arff file ?

Note : for Discussion about project convience please add me Gmail /Skype ? Gmail E-mail ID :sameersoft6@gmail.com Skype ID : sameer.ahamed60

Thanks sameer

On Tue, Apr 29, 2014 at 1:02 AM, atena2019 notifications@github.com wrote:

when i run that command in cmd on windows, nothing happens. no error, no message, no warning, and nothing happens. but the command for generating arff file worked properly

— Reply to this email directly or view it on GitHubhttps://github.com/sagioto/LipReading/issues/6#issuecomment-41650492 .

atena2019 commented 10 years ago

yes, i did.

atena2019 commented 10 years ago

how can i generate .model using weka explorer and this arff file? should i select a specific clasification method?

sameer05k21a0440 commented 10 years ago

using weka tool ->upload .arff file -> from classifier ->function

inactive smo select - >norm word select ->click start button ->then right click mouse button ->save model file .

May I know you are from ? for what purpose doing ? You are good name ? Thanks sameer

On Tue, Apr 29, 2014 at 3:21 AM, atena2019 notifications@github.com wrote:

how can i generate .model using weka explorer?

— Reply to this email directly or view it on GitHubhttps://github.com/sagioto/LipReading/issues/6#issuecomment-41660786 .

atena2019 commented 10 years ago

Thank you very much for your time and patience i downloaded weka 3.6.7 and i opened weka explorer, then loaded my .arff file and in classify tab, from classifiers i selected SMO. but SMO is inactive and i can not see norm word. and start button is inactive so. what should i do? (sorry i never worked with weka before)

I am an MSC student working on lip reading for Android Smartphones. My first name is Adele, but for my github i choosed Atena. your project is very good( i saw documentation and video) and i'd like to run it to know more about that.

atena2019 commented 10 years ago

may i have an image from your weka explorer that shows the parameters you used for classification?

sameer05k21a0440 commented 10 years ago

Hi Adele ,

        you are right SMO inactive select it , from classify tab select

norm wrod list then start button click .

You are from which country ?

About my self I am from India Name :Sameer Skype ID :sameer.ahamed60 Linked In : http://www.linkedin.com/profile/view?id=158974547&trk=nav_responsive_tab_profile_pic

Thanks

On Tue, Apr 29, 2014 at 2:13 PM, atena2019 notifications@github.com wrote:

may i have an image from your weka explorer that shows the parameters you used for classification?

— Reply to this email directly or view it on GitHubhttps://github.com/sagioto/LipReading/issues/6#issuecomment-41732913 .

atena2019 commented 10 years ago

hi thanks i found the answer. when i loaded the .arff file, i could not see any list with value nom word. it was beacause i generated the .arff file with lipreadin-core.java -arff command. but i downloaded mp-10folds.model from https://dl.dropbox.com/u/8720454/weka/dataset2.arff and i compared that with my generated .arff file. i found that in this arff file it says: @attribute word {hello,no,yes} but my generated arff file says: @attribute word numeric and because that all of my attributes are numeric, start never become active!

atena2019 commented 10 years ago

now i have another problem. when i use "mp-10folds.model" as my model file for classification, i got this exception in constructor of WekaClassifier: Exception in thread "Thread-8" java.lang.StackOverflowError at java.io.ObjectInputStream$BlockDataInputStream.readUnsignedShort(ObjectInputStream.java:2777) at java.io.ObjectInputStream$BlockDataInputStream.readUTF(ObjectInputStream.java:2837) at java.io.ObjectInputStream.readString(ObjectInputStream.java:1617) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1338) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1888) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1685) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1888) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1685) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1888) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1685) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1888) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347) at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1685) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1341) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1888) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)