roatienza / deep-text-recognition-benchmark

PyTorch code of my ICDAR 2021 paper Vision Transformer for Fast and Efficient Scene Text Recognition (ViTSTR)
Apache License 2.0
284 stars 57 forks source link

Requirement Patch: Update torchvision Version in requirements.txt #39

Closed wodeyuzhou closed 8 months ago

wodeyuzhou commented 8 months ago

Overview: This PR updates the torchvision version listed in requirements.txt. The need for this change arose due to installation issues with the existing torchvision version (0.9.1), as illustrated in the attached image (Screenshot 1).

Changes:

Testing: Upon applying the proposed changes, I meticulously executed the pip install -r requirements.txt command. I'm pleased to report that this process completed without any errors. Furthermore, I observed that installing torchvision==0.14.1 automatically facilitated the installation of torch==1.13.1. This observation solidified my confidence that these versions are indeed compatible and suitable for project's requirements.

Screenshots

스크린샷 2023-11-15 21 46 15 스크린샷 2023-11-15 21 46 39

Sincerely, Janghwan Kim

roatienza commented 8 months ago

Thanks.