摘要: Diffusion 三种预测目标:epsilon、sample、v prediction 本文解释 diffusion 模型里常见的三种 prediction_type: epsilon:预测噪声 sample:预测干净样本 x0 v_prediction:预测速度变量 v 在 3D Diffusi 阅读全文
posted @ 2026-07-01 19:32 SXQ-BLOG 阅读(68) 评论(0) 推荐(0)
摘要: #!/bin/bash # 定义检测网络的网站 PING_TARGET=www.baidu.com # 定义todesk的服务重启命令 TODESK_START_CMD="sudo systemctl restart todeskd.service" # 定义网络断开时的标志文件位置 FLAG_FI 阅读全文
posted @ 2024-05-24 21:40 SXQ-BLOG 阅读(72) 评论(0) 推荐(0)
摘要: 1.cuda安装 https://blog.csdn.net/gwplovekimi/article/details/136348402 https://www.cnblogs.com/mrneojeep/p/17390353.html 2.cudnn安装 https://www.cnblogs.c 阅读全文
posted @ 2024-05-13 13:19 SXQ-BLOG 阅读(32) 评论(0) 推荐(0)
摘要: ### 单section附录 附录只有一个section时 \appendix \section*{Title of the Single appendix} This is the first paragraph of the appendix ... ![image](https://img20 阅读全文
posted @ 2023-09-04 19:33 SXQ-BLOG 阅读(525) 评论(0) 推荐(0)
摘要: 论文在返修阶段,会收到2-3个审稿人的审稿意见,普遍是大修+小修,审稿人会对文章进行一个总的点评,包括优势和缺陷,然后逐条列出意见,回复的时候也需要对意见进行逐条回复解答,并写明在原文何处进行了补充修改,标为红色/蓝色/高亮等。修回时提交审稿意见回复和修改后的手稿。这篇提供一些审稿意见回复模板供大家 阅读全文
posted @ 2023-08-15 15:10 SXQ-BLOG 阅读(1694) 评论(0) 推荐(0)
摘要: import torch import torch.nn as nn import torch.nn.functional as F 模拟的输入x变量:4分类问题 batch_size, n_classes = 10, 4 x = torch.randn(batch_size, n_classes) 阅读全文
posted @ 2023-01-27 13:52 SXQ-BLOG 阅读(158) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u014311125/article/details/117750396 阅读全文
posted @ 2023-01-22 20:54 SXQ-BLOG 阅读(58) 评论(0) 推荐(0)
摘要: R31X +R32Y+tz 就是外参旋转矩阵的最后一行+外参平移的Z分量,这部分恰好等于Zcam,也就是说相机外参矩阵乘世界坐标得到的Zcam恰好是R31X +R32Y+tz。 Z为0是因为IPM假设世界坐标系上所有物体的z都为0(高度为0),利用这个假设可以把Zcam求出来, 看公式最好一行可以知 阅读全文
posted @ 2023-01-19 19:00 SXQ-BLOG 阅读(532) 评论(0) 推荐(0)
摘要: 1 :https://blog.csdn.net/ncepu_Chen/article/details/105322585 2 :https://zhuanlan.zhihu.com/p/356546894#:~:text=%E5%9B%BE%E5%83%8F%E7%89%A9%E7%90%86%E 阅读全文
posted @ 2023-01-18 18:37 SXQ-BLOG 阅读(46) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_36560894/article/details/120315902 阅读全文
posted @ 2023-01-17 15:22 SXQ-BLOG 阅读(346) 评论(0) 推荐(0)