当前位置: 首页 > news >正文

NViST运行笔记

文章标题:

NViST: In the Wild New View Synthesis from a Single Image with Transformers 

1. 环境配置

创建环境

conda create -n nvist python=3.9

 进入环境

conda activate nvist

安装torch torchvision torchaudio

pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121

 安装其它依赖

pip install tqdm scikit-image opencv-python configargparse lpips imageio-ffmpeg lpips tensorboard torch_efficient_distloss
pip install easydict timm plyfile matplotlib kornia accelerate
pip install tensorflow pandas
pip install git+https://github.com/google/nerfies.git@v2
pip install "git+https://github.com/google/nerfies.git#egg=pycolmap&subdirectory=third_party/pycolmap"

2. 数据下载与预处理

2.1. 获取下载地址和密码

点击链接 https://docs.google.com/forms/d/e/1FAIpQLSfU9BkV1hY3r75n5rc37IvlzaK2VFYbdsvohqPGAjb2YWIbUg/viewform

填写所有的必填项

得到下载地址和密码

点击链接并输入密码

2.2. 使用chrome下载

进入开发者模式(Windows和Linux快捷键Ctrl+Shift+I,MacOS快捷键command+option+J)

进入Network tab

选择若干文件,点击下载

如果是下载到桌面客户端,则等待下载完成即可;如果想下载到远端,则需要继续下面的步骤。

看到一个类似"download.aspx?..."的条目,右键点击→Copy→Copy as cURL

Paste the copied content directly in the terminal and append --output mvi_xxx.zip, since the terminal isn't capable of showing binary data.

2.3. 数据预处理

python preprocess/downsample_imgs --data_dir [data directory]

3. 训练

4. 推理

参考文献

GitHub - wbjang/nvist_official: (CVPR 2024) NViST: In the wild New View Synthesis from a Single Image with Transformers


http://www.mrgr.cn/news/78952.html

相关文章:

  • ultralytics-YOLOv11的目标检测解析
  • IntelliJ+SpringBoot项目实战(23)--整合RabbitMQ
  • 【时间之外】IT人求职和创业应知【53】-东莞也转型
  • 【前端】JavaScript 中的 this 与全局对象 window深度解析
  • arm64 UOS平台docker配置gitlab
  • Vue CLI 脚手架安装
  • HHO-CNN-BiGRU-Attention哈里斯鹰优化算法卷积神经网络结合双向门控循环单元时间序列预测,含优化前后对比
  • 多模态(Multimodal)通常指的是系统或过程能够处理、整合和理解来自两个或多个不同模式(modality)的信息。
  • C语言——自我介绍_Gitee的基本使用
  • linux(centos) 环境部署,安装JDK,docker(mysql, redis,nginx,minio,nacos)
  • 开发系统准备与开发环境配置总结
  • 计算机网络复习1——导言和概论
  • 【Point-LIO】基于Ubuntu20.04的ROS1平台的Point-LIO部署Mid-360激光雷达
  • cocotb pytest
  • C++编写静态库
  • 【webApp之h5端实战】项目基础结构搭建及欢迎页面的实现
  • 【小白学机器学习42】进行多次抽样,样本的分布参数和总体的分布参数的关系
  • Python办公——openpyxl处理Excel每个sheet每行 修改为软雅黑9号剧中+边框线
  • HCIA-openGauss_1
  • 华为HarmonyOS 让应用快速拥有账号能力 -- 3 获取用户手机号
  • 【0347】Postgres内核 startup XLOG 之 核实 pg_wal 、 pg_wal/archive_status (1)
  • 树莓派明明安装了opencv和numpy,却找不到
  • Linux:内存文件 基础io
  • ShardingSphere介绍
  • 密码学实验工具--Cryptool2
  • 利用Ubuntu批量下载modis图像(New)