-
Notifications
You must be signed in to change notification settings - Fork 8
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
ILP clustering - JDK 1.8 #1
Comments
Seems that you didn't hit ILP yet,
sudo apt-get install glpk-utils to check if you have installed it: $which glpsol The error related to ILP is Exception in thread "main" java.io.IOException: Cannot run program "glpsol": error=2, No such file or directory...
http://www-lium.univ-lemans.fr/diarization/lib/exe/fetch.php/data_ilp.tgz
|
Thank you for your reply! i checked everything you suggested, and running "tree", gives me the same structure you posted in the homepage. Probably i'm still missing something. I'll let you know. Thank you. |
Better check your "wld.efn.xml", download from http://www-lium.univ-lemans.fr/diarization/lib/exe/fetch.php/data_ilp.tgz ? |
still not working, i just doublechecked and re-downloaded all the files needed. :( |
if your └── wld.gmm in folder ubm? |
Steven, can you please paste here what happens after: I think i'm getting closer to the issue. Probably it's not able to open mat/wld.efn.xml |
Problem solved - JDK 1.8 was the problem, i downgraded to 1.7 and it is now working |
Sorry, the "glpsol1" in ilp_diarization2.sh should be glpsol . I saw your comment on my mobile phone, but I cant't find it on github. For this issue, maybe it is caused by Java? Or system encoding ? I have this application running on 64bits ubuntu 10.04, 12.04, 12.10 ,14.04, using openjre7 or Oracle java 7, but never encounter this problem. I would like to know your platform, and do you test it on a Visual Machine or Live CD? |
Oh,problem solved, thanks libeppi |
👍 |
ok my problem is also solved using jdk 1.7! |
Hi zxpp for example:
1 |
Hi,@zXpp You may find useful tools at NIST :http://www.nist.gov/itl/iad/mig/tools.cfm |
So why is it failing in Java 8? |
Just FYI, I made a copy of Lium Speaker Diarization code (under GPL) that works with Java-8. https://github.com/ahmetaa/lium-diarization The problem was the XStream classes, I updated it and create a build script that can generate a new jar-with-dependencies file. You can open the project under IDEA and run the "stand-alone-jar" target. |
Hello, student here, your script is great! It really helped me better understand speech segmentation.
I'm able to run it till ILP-clustering (last step), when i try to go ahead this is what i get:
i didn't install glpk via apt-get because as of today (UBUNTU 14.04) it is not working. I tried manually with the old fashion way but i don't know if everything went ok.
Any tips?
Thank you
Giuseppe
The text was updated successfully, but these errors were encountered: