VIPL-SLP / VAC_CSLR

Visual Alignment Constraint for Continuous Sign Language Recognition. ( ICCV 2021)
https://openaccess.thecvf.com/content/ICCV2021/html/Min_Visual_Alignment_Constraint_for_Continuous_Sign_Language_Recognition_ICCV_2021_paper.html
Apache License 2.0
116 stars 19 forks source link

ctcdecode does not support windows, is there any other decoder alternative #19

Closed HW140701 closed 2 years ago

HW140701 commented 2 years ago

ctcdecode does not support windows, is there any other library that can be used instead?

ycmin95 commented 2 years ago

All experiments are conducted based on Ubuntu 18.04 system, I have not try it on windows. You can find some python versions which may be suitable for windows.

HW140701 commented 2 years ago

Thanks for your reply. I found some python versions of ctcdecode, like

  1. https://github.com/kensho-technologies/pyctcdecode
  2. https://github.com/githubharald/CTCDecoder

I will do a replacement test.

ycmin95 commented 2 years ago

Compared to merge both windows and ubuntu into the same repo, it may be better to maintain them in two independent repos. You can develop windows version in your fork, and I will update Readme.md and refer to it after you finish the windows version.

HW140701 commented 2 years ago

I'll try, and if it works and the verification results are no wrong, I'll make a pull request.

xuqico commented 8 months ago

我会尝试,如果它有效并且验证结果没有错误,我会提出拉取请求。

Hello is there a solution for installing CTCdecode using windows yet?