Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- colaboratory
- colab
- ubuntu
- download
- gpu memory
- raspberry pi
- dlib
- FIle
- face_recognition
- TensorFlow
- keras
- object detection
- ppc64le
- urllib
- Deep Learning
- install
- Windows 10
- python3
- YouTube 8M
- Jupyter notebook
- linux
- error
- Anaconda
- pyTorch
- windows
- python
- shakeratos
- CUDA
- 딥러닝
- dataset
Archives
- Today
- Total
Shakerato
HTK, SOX 설치 (ubuntu 18.04 64bit) 본문
HTK (Hidden Markov Model Toolkit) : 음성 인식을 위한 기능들을 제공하는 툴킷, 특히 HMM을 학습하고 실행할 수 있음
1. HTK 회원가입 후 다운로드 HTK 3.4.1 버전 (htk.eng.cam.ac.uk/)
2. HTK 파일 압축 풀기
> tar xvzf HTK-3.4.1.tar.gz
> cd htk
3. configure 파일 수정
> vi configure
(5507 line) "m32" -> "m64"로 수정 후 저장 (:wq)
4. configure 파일 실행
> ./configure
5. /HLMTools/Makefile 파일 수정>
> vi /HLMTools/Makefile
(77 line) 빨간색 하일라이트 (라인 맨 앞 부분 공백)을 tab으로 변환 후 저장
6. make 실행
> make all
> sudo make install
----------------------------------
SOX (Sound eXchange): 오디오 처리 프로그램 (sox.sourceforge.net/)
1. 설치
> sudo apt-get update -y
> sudo apt install sox
2. 설치 확인
> sox --version
'Research' 카테고리의 다른 글
pytorch code bottleneck analysis (0) | 2021.05.26 |
---|---|
python 2 to python3 automatic change tool (2to3) (0) | 2021.02.08 |
Check valid webcams with cv2, python (0) | 2020.11.18 |
Anaconda on Linux, root can't activate my env (0) | 2020.10.18 |
initialize the empty list in the dictionary' in Python (0) | 2020.09.05 |
Comments