原创 製作訓練樣本

  https://blog.csdn.net/qq_57342311/article/details/128520289

原创 U-Net學習與進階

  1. Res-U-Net https://www.cnblogs.com/alex-bn-lee/p/15224922.html https://blog.csdn.net/BluErroR/article/details/134621

原创 陰影貼圖原理

https://blog.csdn.net/u013929284/article/details/131498349 https://github.com/Zack921/visual-demo/tree/main/webgl/exampl

原创 編譯版本

1.找不到GLIBCXX_3.4.29 https://blog.csdn.net/weixin_39379635/article/details/129159713?login=from_csdn

原创 python讀取json格式的標註

方法

原创 Ubuntu20.04下安裝Anaconda

參考:https://blog.csdn.net/qq_64671439/article/details/135293643 1.下載 https://www.anaconda.com/download

原创 安裝Linux20.04

     【Ubuntu 20.04安裝和深度學習環境搭建 4090顯卡】 https://blog.csdn.net/qq_43775794/article/details/131770933

原创 python常用代碼整理

1. 黑白圖、三通道圖轉化爲單通道圖 第一種辦法(讀取時就轉化):img = cv2.imread('test.jpg', 0) # 參數0等價於:cv2.IMREAD_GRAYSCALE。 如果不加0,會默認讀取爲三通道圖像,即便原圖像是

原创 CNN實現手寫數字識別

全部代碼如下: import torch import torch.nn as nn import torch.optim as optim import torch.nn.functional as F from torchvision

原创 跑deeplsd過程記錄

git clone --recurse-submodules https://github.com/cvg/DeepLSD.git ----------------------直接用----------------------------c

原创 matlab讀取hdf5文件

使用matlab2021b讀取hdf5文件 info = h5info('00030043.hdf5');data_df = h5read('00030043.hdf5','/df');data_angle = h5read('00030

原创 報錯信息

  (base) ➜ DeepLSD git:(main) ✗ pip install -e line_refinement Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/sim

原创 gaussian-splatting學習2——初步使用

下載源碼:git clone --recurse-submodules https://github.com/graphdeco-inria/gaussian-splatting.git 利用conda創建虛擬環境:conda create

原创 GPT回答的問題

 深度學習中存在一些問題,包括但不限於以下幾個方面: 貝葉斯理論與深度學習:深度學習模型的訓練和推斷方法通常基於概率論和統計學原理,但與貝葉斯推理理論的融合仍存在一些挑戰和問題。 解釋性和可解釋性:深度學習模型往往被視爲“黑匣子”,

原创 Gaussian Splatting學習——初體驗

Gaussian Splatting測試了一個精靈4無人機飛的MOV格式視頻,重建效果如下:    對應的ply點雲效果如圖: 採用神經隱式表達的場景,稠密點雲應該不再是重要的了。 信息隱含在神經網絡中,通過function計算,需要