会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WangFeng
博客园
首页
新随笔
联系
订阅
管理
2026年3月20日
Ubuntu 配置 Claude Code + MiniMax
摘要: 安装Claude Code Claude Code 安装文档的官网为:https://code.claude.com/docs/en/setup Native 安装命令为: curl -fsSL https://claude.ai/install.sh | bash 但是一般国内 Native In
阅读全文
posted @ 2026-03-20 09:36 wangfeng1995
阅读(301)
评论(1)
推荐(0)
2026年2月9日
FFNeRV 论文阅读
摘要: 论文地址:https://arxiv.org/pdf/2212.12294 代码地址:https://github.com/maincold2/FFNeRV 摘要 神经场,也称为基于坐标或隐式神经表示,在表示、生成和操控各种形式的信号方面展现出了卓越的能力。然而,对于视频表示而言,将像素级坐标映射到
阅读全文
posted @ 2026-02-09 16:09 wangfeng1995
阅读(12)
评论(0)
推荐(0)
PVNC 论文阅读
摘要: 论文地址:https://arxiv.org/pdf/2409.00953 代码地址:https://github.com/ge1-gao/PNVC 摘要 近年来,神经视频压缩在率失真性能方面展现出与传统视频编解码器可竞争的巨大潜力。然而,这些基于学习的视频编解码器存在各种问题,例如解码复杂度(基于
阅读全文
posted @ 2026-02-09 14:20 wangfeng1995
阅读(2)
评论(0)
推荐(0)
NVRC 论文阅读
摘要: 论文地址:https://arxiv.org/pdf/2409.07414 代码地址:https://github.com/hmkx/NVRC 摘要 基于隐式神经表示(INR)的视频编码技术近年来取得了显著进展,展现出与传统方法和其他基于学习的方法竞争的潜力。INR 方法通过训练神经网络对视频序列进
阅读全文
posted @ 2026-02-09 14:19 wangfeng1995
阅读(9)
评论(0)
推荐(0)
2026年2月8日
RIFE 插帧模型环境搭建
摘要: 1. 克隆代码 git clone https://github.com/hzwer/ECCV2022-RIFE.git 2. 创建环境 conda create -n rife python=3.12 conda activate rife pip install torch torchvisio
阅读全文
posted @ 2026-02-08 22:48 wangfeng1995
阅读(42)
评论(0)
推荐(0)
DCVC-RT 深度条件视频压缩环境搭建
摘要: 安装环境(install env) git clone https://github.com/microsoft/DCVC.git dcvc-rt cd dcvc-rt/ conda create -n dcvcrt python=3.12 conda activate dcvcrt pip ins
阅读全文
posted @ 2026-02-08 22:46 wangfeng1995
阅读(9)
评论(0)
推荐(0)
HiNeRV 隐式神经编码环境搭建
摘要: 由于直接下载 torch2.1.0,torchvision0.16.0 已不可得,只能手动下载 可以去该网址下载对应版本:https://download.pytorch.org/whl/torch_stable.html torch下载地址:https://download.pytorch.org
阅读全文
posted @ 2026-02-08 22:42 wangfeng1995
阅读(11)
评论(0)
推荐(0)
2026年2月6日
HiNeRV 论文阅读
摘要: 论文地址:https://arxiv.org/pdf/2306.09818 代码地址:https://github.com/hmkx/HiNeRV 摘要 基于学习的视频压缩是目前热门的研究课题,有望与传统的标准视频编解码器相媲美。在此背景下,隐式神经表示(INR)已被用于表示和压缩图像及视频内容,并
阅读全文
posted @ 2026-02-06 14:54 wangfeng1995
阅读(10)
评论(0)
推荐(0)
Ubuntu 安装 Oh My Zsh
摘要: 安装 zsh sudo apt install zsh git curl -y 安装 oh my zsh 有两种方式 从官网下载 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/in
阅读全文
posted @ 2026-02-06 09:32 wangfeng1995
阅读(20)
评论(0)
推荐(0)
Ubuntu 环境下安装 Anaconda
摘要: 下载安装脚本 wget -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2024.02-1-Linux-x86_64.sh # -c 参数支持断点续传 or wget https://repo.anaconda.c
阅读全文
posted @ 2026-02-06 09:30 wangfeng1995
阅读(60)
评论(0)
推荐(0)
下一页
公告