文章目录 学习链接步骤使用nginx搭建直播推流服务安装依赖库下载nginx-http-flv-module模块下载nginx解压nginx,进入nginx目录设置nginx编译配置编译并安装配置nginx rtmp服务启动nginx 准备另外一台电脑下载OBS下载OBS windows | linux 安装vlc观看直播flv协议hls协…
文章标题:
NViST: In the Wild New View Synthesis from a Single Image with Transformers
1. 环境配置
创建环境
conda create -n nvist python3.9 进入环境
conda activate nvist
安装torch torchvision torchaudio
pip install torch2.1.2 torchvision0…