swin-transformer-ocr
swin-transformer-ocr copied to clipboard
fixes for installation & setup issues
in this updated version i fixed some issues with the installation and setup:
- add
mkdir checkpoints
command with installation because thecheckpoints
folder was missing - while running
pip install -r requirements.txt
some issues arose which i resolved by specifying the python version withpython==3.7.7
and installingbasicsr
, the error message was:
note: This error originates from a subprocess and is likely not a problem with pip
error: metadata-generation-failed
× Encountered error while generating package metadata
╰─> See above for output
note: This is an issue with the package mentioned above, not pip
hint: See above for details
WARNING: There was an error checking the latest version of pip
- update the
requirements.txt
file - add a section for
setup
andinstallation
steps in theREADME.md
file