分类标签归档:机器视觉

本地复现CVPR2025 HSMR

原论文代码地址:https://github.com/IsshikiHugh/HSMR

原论文地址:https://isshikihugh.github.io/HSMR/

环境

  1. wsl2 ubuntu24
  2. python3.10
  3. cuda 12.9(显卡5070Ti)
  4. venv

步骤

  1. 克隆

    git clone https://github.com/IsshikiHugh/HSMR --recursive
    
  2. 创建虚拟环境并激活

  3. 安装conda12.9

    pip3 install torch==2.8.0 torchvision==0.23.0 --index-url https://dow

Read more (3 views)