Git Product home page Git Product logo

Comments (3)

jakobtroidl avatar jakobtroidl commented on August 18, 2024 1

I think I solved this problem using a new version of DCNv2. I am using Python 3.8, and Torch 1.11 and CUDA 11.3on Ubuntu. Here's how to reproduce my setup.

Create a VINR conda environment.

conda create -n vinr python=3.8
conda activate vinr
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113

Initialize and build the DCNv2 submodule.

git submodule add https://github.com/lucasjinreal/DCNv2_latest ./models/modules/
git submodule init
cd models/modules/DCNv2_latest
python3 setup.py build develop
cd ../..

Run demo

python demo.py --space_scale=4 --time_scale=8 --data_path="YOUR DATA"

from videoinr-continuous-space-time-super-resolution.

zychen-ustc avatar zychen-ustc commented on August 18, 2024

Yes. It seems CUDA arch 8.0 is too old. Maybe try a newer version of it.

from videoinr-continuous-space-time-super-resolution.

xiximelon avatar xiximelon commented on August 18, 2024

我运行时遇到的两个问题解决方案:
https://blog.csdn.net/qq_37346140/article/details/127684795
CharlesShang/DCNv2#14

from videoinr-continuous-space-time-super-resolution.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.