摘要: 1 !apt list --installed 2 Listing... Done 3 accountsservice/now 0.6.55-0ubuntu12~20.04.5 amd64 [installed,upgradable to: 0.6.55-0ubuntu12~20.04.6] 4 a 阅读全文
posted @ 2024-06-15 18:15 太一吾鱼水 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 3060 (Pytorch 2) 4090 (Pytorch 2) 3060 (Pytorch 1) name: basechannels: - nvidia/label/cuda-11.8.0 - defaultsdependencies: - _libgcc_mutex=0.1=main - _ 阅读全文
posted @ 2024-06-15 17:41 太一吾鱼水 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1.apt命令 apt命令详解 - 简书 apt list --installed apt show package-name 2.conda命令 https://blog.csdn.net/forgetmiss/article/details/107787693 (1)查看已安装的包 conda 阅读全文
posted @ 2024-06-11 19:00 太一吾鱼水 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1. Res-U-Net https://www.cnblogs.com/alex-bn-lee/p/15224922.html https://blog.csdn.net/BluErroR/article/details/134621879 2.Transformer https://zhuanl 阅读全文
posted @ 2024-05-14 18:15 太一吾鱼水 阅读(12) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/u013929284/article/details/131498349 https://github.com/Zack921/visual-demo/tree/main/webgl/examples/shadow 利用阴影贴图实现阴影 1.利用离屏绘制拿 阅读全文
posted @ 2024-04-29 17:36 太一吾鱼水 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.找不到GLIBCXX_3.4.29 https://blog.csdn.net/weixin_39379635/article/details/129159713?login=from_csdn 折腾半天,先升级了gcc 到12.1?始终不行。后来重新用conda拷贝了虚拟环境,gcc采用的是u 阅读全文
posted @ 2024-04-26 22:15 太一吾鱼水 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 方法 https://blog.csdn.net/weixin_68789096/article/details/136698639 import json import cv2 import matplotlib.pyplot as plt import numpy as np path="./d 阅读全文
posted @ 2024-04-25 18:47 太一吾鱼水 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_64671439/article/details/135293643 1.下载anaconda最新版:https://www.anaconda.com/download https://blog.csdn.net/weixin_46947765 阅读全文
posted @ 2024-04-24 13:20 太一吾鱼水 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 这次装Ubuntu真是折腾,究其原因,就是这个新电脑的固态硬盘开始时采用了MBR分区。 我制作的启动盘采用UEFI引导,所以一直找不到固态硬盘上已经安装的Windows10系统。 搜了一堆子资料,最后把整个固态硬盘格式化,改为GUID分区格式,或者叫做GPT(非CSM),大致就是GPT分区是比较MB 阅读全文
posted @ 2024-04-06 16:08 太一吾鱼水 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1. 黑白图、三通道图转化为单通道图 第一种办法(读取时就转化):img = cv2.imread('test.jpg', 0) # 参数0等价于:cv2.IMREAD_GRAYSCALE。 如果不加0,会默认读取为三通道图像,即便原图像是灰度图。第二种办法(读取后再转化):img = cv2.cv 阅读全文
posted @ 2024-03-25 18:19 太一吾鱼水 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 全部代码如下: import torch import torch.nn as nn import torch.optim as optim import torch.nn.functional as F from torchvision import datasets, transforms # 阅读全文
posted @ 2024-03-25 09:01 太一吾鱼水 阅读(25) 评论(0) 推荐(0) 编辑
摘要: git clone --recurse-submodules https://github.com/cvg/DeepLSD.git 直接用 cd DeepLSDbash quickstart_install.shmkdir weightswget https://www.polybox.ethz.c 阅读全文
posted @ 2024-03-12 20:44 太一吾鱼水 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 使用matlab2021b读取hdf5文件 info = h5info('00030043.hdf5');data_df = h5read('00030043.hdf5','/df');data_angle = h5read('00030043.hdf5','/line_level');b=resh 阅读全文
posted @ 2024-03-11 22:41 太一吾鱼水 阅读(129) 评论(0) 推荐(0) 编辑
摘要: (base) ➜ DeepLSD git:(main) ✗ pip install -e line_refinement Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleObtaining file:///home/featur 阅读全文
posted @ 2024-02-21 18:52 太一吾鱼水 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 下载源码:git clone --recurse-submodules https://github.com/graphdeco-inria/gaussian-splatting.git 利用conda创建虚拟环境:conda create -n gs python=3.8 切换虚拟环境:conda 阅读全文
posted @ 2024-02-03 19:30 太一吾鱼水 阅读(210) 评论(0) 推荐(0) 编辑
摘要: https://towardsdatascience.com/a-comprehensive-overview-of-gaussian-splatting-e7d570081362 3D Gaussian Splatting测试了一个精灵4无人机飞的MOV格式视频,重建效果如下: 对应的ply点云效 阅读全文
posted @ 2024-02-02 22:16 太一吾鱼水 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 深度学习中存在一些问题,包括但不限于以下几个方面: 贝叶斯理论与深度学习:深度学习模型的训练和推断方法通常基于概率论和统计学原理,但与贝叶斯推理理论的融合仍存在一些挑战和问题。 解释性和可解释性:深度学习模型往往被视为“黑匣子”,其决策过程不太可解释。如何提高深度学习模型的解释性,使其决策过程和结果 阅读全文
posted @ 2024-02-02 14:15 太一吾鱼水 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1 import os 2 import pickle 3 import numpy as np 4 import cv2 5 import scipy.io as sio 6 from tqdm import tqdm 7 8 data_root = 'D:/dl_exp/Labeling_lin 阅读全文
posted @ 2024-01-25 17:25 太一吾鱼水 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 问题1: 后台缓存收回进程无法释放上下文[/BUSINESS的缓存的[10]%-请考虑增加缓存的最大大小。 原因:出现该问题是Tomcat启动时,占用的缓存较大,Tomcat默认的缓存是10000KB.解决:需要调整Tomcat目录下\conf\context.xml文件中的缓存的最大值,需要添加在 阅读全文
posted @ 2023-12-18 20:49 太一吾鱼水 阅读(395) 评论(0) 推荐(0) 编辑
摘要: from sklearn.neighbors import KDTree from os.path import join, exists, dirname, abspath import numpy as np import os, glob, pickle import sys BASE_DIR 阅读全文
posted @ 2023-12-16 09:42 太一吾鱼水 阅读(25) 评论(0) 推荐(0) 编辑