自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(84)
  • 收藏
  • 关注

原创 SA3D:基于 NeRF 的三维场景分割方法

SA3D:基于 NeRF 的三维场景分割方法Segment anything in 3d with nerfs

2024-03-12 16:20:59 1421

原创 GaussianEditor:根据用户指令编辑三维 GS 场景

GaussianEditor:根据用户指令编辑三维 GS 场景Gaussianeditor: Editing 3d gaussians delicately with text instructions

2024-03-12 16:04:20 1095

原创 Pytorch 复习总结 6

一. 图像增广二. 模型微调三. 目标检测1. 边界框2. 锚框3. 交并比四. 风格迁移1. 图像读取和处理2. 抽取图像特征3. 损失函数4. 初始化合成图像5. 训练五. 语义分割1. Pascal VOC2012 数据集2. 转置卷积3. 全卷积网络4. 损失函数5. 训练6. 预测

2024-03-06 20:21:33 1246

原创 Pytorch 复习总结 5

一. 卷积神经网络1. 卷积层2. 池化层3. 批量归一化层二. LeNet三. ResNet1. 残差网络2. 残差块3. 实例化4. 训练

2024-02-29 23:53:46 634

原创 Pytorch 复习总结 4

一. 自定义块1. 顺序块2. 自定义前向传播3. 嵌套块二. 自定义层1. 无参数层2. 有参数层三. 参数管理1. 参数访问2. 参数初始化3. 延后初始化四. 文件读写1. 加载和保存张量2. 加载和保存模型参数五. GPU 计算

2024-02-29 23:47:19 1189

原创 Pytorch 复习总结 3

一. 多层感知机1. 读取数据集2. 神经网络模型3. 激活函数4. 损失函数5. 优化器6. 训练二. 过拟合的缓解1. 权重衰减2. Dropout

2024-02-21 21:28:08 1107 3

原创 Pytorch 复习总结 2

一. 线性回归1. 读取 / 生成数据集2. 数据迭代器3. 神经网络模型4. 损失函数5. 优化器6. 训练二. Softmax 回归1. 读取数据集2. 神经网络模型3. 损失函数4. 优化器5. 训练

2024-02-21 21:27:53 1358

原创 Anaconda + VS Code 的安装与使用

一. Anaconda 是什么二. Anaconda 的安装1. 下载安装包2. 安装3. 检查三. Anaconda 的使用1. 创建虚拟环境2. 激活虚拟环境3. 包管理4. 列举虚拟环境5. 退出虚拟环境6. 删除虚拟环境四. VS Code 开发1. 安装插件2. 打开工作区3. 选择解释器五. VS Code 个性化设置1. 切换输出位置

2024-02-19 21:08:17 1679

原创 Pytorch 复习总结 1

一. 数据操作1. 张量的创建2. 张量的基本操作3. 按元素运算4. 原地运算5. 索引和切片6. 数据类型转换二. 数学运算1. 线性代数2. 高等数学3. 概率论

2024-02-11 20:03:07 1857

原创 Pytorch 安装与配置

每次在服务器上配置环境都需要考虑 Pytorch 版本 / CUDA 版本 / GPU 驱动版本等诸多因素,因为Pytorch只能下载指定 CUDA 版本的库、GPU只能使用特定版本的驱动、GPU 有最高支持的 CUDA 版本限制等等。项目开发之前,需要检查计算机的硬 / 软件环境,包括 GPU、驱动、CUDA、Python 等。

2024-02-07 17:02:32 1687

原创 Vision Transformer 简介

Vision Transformer (ViT)An image is worth 16x16 words: Transformers for image recognition at scale

2024-02-07 16:54:18 998

原创 FileZilla 的安装与使用

FileZilla 的安装与使用

2024-01-31 21:29:41 498

原创 SAM:基于 prompt 的通用图像分割模型

SAM:基于 prompt 的通用图像分割模型Segment anything

2024-01-31 21:17:24 2493 2

原创 Dreamgaussian:用于三维数字内容自动生成的生成式 GS

Dreamgaussian:用于三维数字内容自动生成的生成式 GSDreamgaussian: Generative gaussian splatting for efficient 3d content creation

2024-01-29 20:34:48 1515

原创 GaussianEditor:快速可控的三维 GS 场景编辑

GaussianEditor:快速可控的三维 GS 场景编辑GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting

2024-01-23 22:50:24 1770 2

原创 Screen 简介

screen

2024-01-23 22:37:26 474

原创 Error: start of central directory not found; zipfile corrupt.

Error: start of central directory not found; zipfile corrupt.

2024-01-12 20:55:30 994

原创 ModuleNotFoundError: No module named ‘simple_knn‘

ModuleNotFoundError: No module named ‘simple_knn‘

2024-01-12 20:17:40 1742 5

原创 RuntimeError: The NVIDIA driver on your system is too old.

RuntimeError: The NVIDIA driver on your system is too old (found version 11070). Please update your GPU driver by downloading and installing a new version. Alternatively, install a PyTorch version that has been compiled with your version of the CUDA driver

2023-12-31 01:01:19 3146 1

原创 SemanticNeRF:基于 NeRF 的语义分类方法

SemanticNeRF:基于 NeRF 的语义分类方法In-place scene labelling and understanding with implicit scene representation

2023-12-31 00:51:56 1055

原创 CLA-NeRF:基于语义类别的铰接物体 NeRF 表示方法

CLA-NeRF:基于语义类别的铰接物体 NeRF 表示方法Cla-nerf: Category-level articulated neural radiance field

2023-12-31 00:44:56 856

原创 Instruct-NeRF2NeRF:通过用户指令编辑 NeRF 三维场景

Instruct-NeRF2NeRF:通过用户指令编辑 NeRF 三维场景Instruct-nerf2nerf: Editing 3d scenes with instructions

2023-12-21 11:56:30 1340 1

原创 Prompt-to-Prompt:基于 cross-attention 控制的图像编辑技术

Prompt-to-Prompt:基于 cross-attention 控制的图像编辑技术Prompt-to-prompt image editing with cross attention control

2023-12-21 11:38:54 1880

原创 Transformer 简介

Attention、Self-Attention、Cross-Attention、Multi-Head Attention、位置编码、Transformer、Input Block、Encoder Block、Decoder Block、Output Block、BERT、GPT

2023-12-09 23:29:13 1034

原创 Diffusion 公式推导

Diffusion 公式推导

2023-12-07 21:27:25 882

原创 Diffusion:通过扩散和逆扩散过程生成图像的生成式模型

Diffusion:通过扩散和逆扩散过程生成图像的生成式模型

2023-11-29 21:14:14 2405

原创 4D Gaussian Splatting:用于实时的动态场景渲染

4D Gaussian Splatting:用于实时的动态场景渲染4d gaussian splatting for real-time dynamic scene rendering

2023-11-26 14:00:02 3895 9

原创 MAV3D:从文本描述中生成三维动态场景

MAV3D:从文本描述中生成三维动态场景Text-to-4d dynamic scene generation

2023-11-24 00:54:56 1462

原创 BLIP-2:冻结现有视觉模型和大语言模型的预训练模型

BLIP-2:冻结现有视觉模型和大语言模型的预训练模型Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models

2023-11-20 01:13:12 1319

原创 RuntimeError:PytorchstreamReader failed reading zip archive:central directoryOutput is truncated.

RuntimeError: PytorchstreamReader failed reading zip archive:failed finding central directoryOutput is truncated.

2023-11-16 14:57:54 1284

原创 BLIP:统一视觉语言理解与生成的预训练模型

BLIP:统一视觉语言理解与生成的预训练模型Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation

2023-11-16 11:43:36 1566

原创 AttributeError: module ‘matplotlib‘ has no attribute ‘get_data_path‘

AttributeError: module 'matplotlib' has no attribute 'get_data_path'

2023-11-13 16:37:57 1518 1

原创 D-Nerf:用于动态场景表示的神经辐射场

D-Nerf:用于动态场景表示的神经辐射场D-nerf: Neural radiance fields for dynamic scenes

2023-10-29 12:54:37 1860 3

原创 Nerfies:可变形神经辐射场

Nerfies: Deformable neural radiance fieldsNerfies:可变形神经辐射场

2023-10-27 20:22:51 483

原创 内排序算法

插入排序、冒泡排序、选择排序、希尔排序、归并排序、快速排序、堆排序、桶排序

2023-10-11 12:27:56 1053 1

原创 人工智能的学习算法

传统机器学习、监督学习、无监督学习、半监督学习、深度学习、强化学习、迁移学习、集成学习

2023-10-01 12:13:19 571

原创 AI 大模型

大模型简介、大模型的训练、大模型的发展历程、多层感知机、循环神经网络、卷积神经网络、长短时记忆网络、深度学习复兴、Transformer 模型、大模型兴起、大模型的经典实例、OpenAI GPT 大模型组、Google PaLM 大模型组、百度文心大模型组、讯飞星火认知大模型、阿里通义大模型、清华开源大模型 ChatGLM

2023-09-27 12:06:58 1621 1

原创 【Leetcode刷题】前缀和

Leetcode238.除自身以外数组的乘积、Leetcode304.二维区域和检索 - 矩阵不可变、Leetcode525.连续数组、Leetcode1124.表现良好的最长时间段、Leetcode1094.拼车、Leetcode930.和相同的二元子数组、Leetcode523.连续的子数组和、Leetcode813.最大平均值和的分组、Leetcode363.矩形区域不超过 K 的最大数值和

2023-09-17 16:13:21 187

原创 随机数问题

随机数的本质、一维空间中的随机数、二维空间中的随机数、三维空间中的随机数

2023-09-13 17:13:15 158

原创 【Leetcode刷题】哈希

Leetcode1.两数之和、Leetcode290.单词规律、Leetcode594.最长和谐子序列、Leetcode17.电话号码的字母组合、Leetcode49.字母异位词分组、Leetcode438.找到字符串中所有字母异位词、Leetcode454.四数相加 II、Leetcode554.砖墙、Leetcode3.无重复字符的最长子串、Leetcode560.和为 K 的子数组、Leetcode763.划分字母区间、Leetcode974.和可被 K 整除的子数组

2023-09-07 17:25:58 198

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除