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

unable to successfully install CTC #31

Open ethio-artifical opened 1 year ago

ethio-artifical commented 1 year ago

hello guys iam unable to successfullly install ctc in window machine???

is there another metod to install and use ctc that are used in the project. Please???

ycmin95 commented 1 year ago

As mentioned in README, you can also try the pytorch version of CTC.

ethio-artifical commented 1 year ago

@ycmin95 can you tell me if i get any other method to install ctcdecode i am very struggle to install the (https://github.com/parlance/ctcdecode)

please tell me if there is any other method????

ycmin95 commented 1 year ago

You can also try decoder provided in tensorflow, which is also adopted by recent work.

WayenVan commented 6 months ago

Hi, if you still looking for solution, I successfully installed the ctcdeocder in pytorcb==2.0.1 and gcc==11.04, here the gcc version is especially important for installation. You can easily use different gcc version in an anaconda environment.

ethio-artifical commented 6 months ago

@WayenVan Hi, thanks for the reply do you execute this command in ubuntu or Windows?