OpenImagingLab / OpenImagingLab/FlashVSR
Getting Started Instructions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
The instructions after setting up the environment appear to be incomplete as running the command "pip install -e ." prior to "pip install -r requirements.txt" produces a torch related error. The following is another sure way of mitigating this issue.
Create and activate environment
conda create -n flashvsr python=3.11.13
conda activate flashvsr
Manually install correct PyTorch (GPU/CUDA)
pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
Install project dependencies
pip install -r requirements.txt
Finally, install project (editable mode)
pip install -e .
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the repository's getting-started instructions and compare their installation order with the commands reported here. Document the conda environment setup, CUDA-enabled PyTorch installation, requirements installation, and final editable install so the setup completes without the reported torch error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100