OpenImagingLab / OpenImagingLab/FlashVSR

Getting Started Instructions

Open
#54 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.