hulianyuyy / CorrNet

Continuous Sign Language Recognition with Correlation Network (CVPR 2023)
84 stars 14 forks source link

issue with installing module like CTC,sclite [kaldi-asr/kaldi] and SeanNaren/warp-ctc #29

Closed ethio-artifical closed 3 months ago

ethio-artifical commented 6 months ago

I am having problems installing modules like CTC, scliter [kaldi-asr/kaldi] and SeanNaren/warp-ctc I am using Google Colab to install it. So can you give me basic requirement like PyTorch,python version and other required modules to successfully run the code?

hulianyuyy commented 6 months ago

For pytorch, you could install torch==1.13.0. For python you could install python==3.9.0. For other modules, you could run pip install -r requirements.txt.

shizukadara commented 5 months ago

For pytorch, you could install torch==1.13.0. For python you could install python==3.9.0. For other modules, you could run pip install -r requirements.txt.

I am having problem installing ctcdecode on windows 11. Is it not compatible for windows? I am using python 3.9, torch 2.0, cuda 11.8. Is ctcdecode not compatible with windows? because I was able to install it on colab.

hulianyuyy commented 5 months ago

Ctcdecode does not support windows currently.