H-deep / Trans-SVSR

Pytorch implementation for "A New Dataset and Transformer for Stereoscopic Video Super-Resolution"
35 stars 8 forks source link

positional_encodings #1

Open Dpw506 opened 2 years ago

Dpw506 commented 2 years ago

Hello! How should the "positional_encodings" package required in your code be installed? thanks

H-deep commented 2 years ago

Hi. It is a Pypi package: https://pypi.org/project/positional-encodings/

It can be installed as follows: pip3 install positional-encodings