原创 python 正則re,字符串,數字的提取,123_re333_0356.jpg

for file in os.listdir(src_path): img_names = os.listdir(src_path+"/"+file) pattern = re.co

原创 模型部署(一),tensorRT,Ncnn學習資料彙總

1、TensorRT-Tensorflow深度學習模型優化視頻課程-全套資料分享 https://blog.csdn.net/lqfarmer/article/details/100178743 1.1 TensorRT(1)-

原创 行人重識別數據集轉換--統一爲market1501數據集進行多數據集聯合訓練

https://www.codetd.com/article/10334372 行人reid 常用數據集以及轉換成market1501感謝作者, 行人重識別數據集轉換--統一爲market1501數據集進行多數據集聯合訓練

原创 行人reid數據集解釋,提取,map rank1的評估過程

1、行人Reid的入門基本知識 https://www.pianshen.com/article/2994797935/ 2、行人重識別數據集轉換–統一爲market1501數據集進行多數據集聯合訓練 https

原创 pytorch 在linux採用離線方式下載,軟件包 安裝 torch,torchvision,並對應版本,以及cpu,gpu包的問題

1、 pytorch linux 下的安裝教程 https://blog.csdn.net/xiangyuel/article/details/94969820?utm_medium=distribute.pc_relevant.

原创 Hrank 低秩剪枝,代碼解讀(一)

論文地址:http://arxiv.org/abs/2002.10179 github地址:https://github.com/lmbxmu/HRank 下面是兩張是網上看到的比較好的圖res50模型結構的圖 (第一張圖,htt

原创 YOLOv3網絡結構和解析 (這個結構圖顯示的確實很詳細轉載下) YOLOv3網絡結構和解析

YOLOv3網絡結構和解析 dz4543 2019-05-09 23:03:07 17327 收藏

原创 c++ 學習基礎1,基本的關鍵字命名規則我還真不是特別清楚const 和 #define 區別

1、統一風格命名規則, int myAge 駝峯式的 int iMyAge 微軟的匈牙利命名方法, i 是變量類型int的縮寫 int MyAge pascal命名方法 使用

原创 轉caffe 模型錯誤 Check failed: Number of output should be multiples of group

70 11207 base_conv_layer.cpp:122] Check failed: num_output_ % group_ == 0 (1 vs. 0) Number of output should be mult

原创 keras,mxnet ,pytorch,onnx測試代碼 ,to onnx 代碼, caffe 測試

1、keras讀取一張圖片測試,轉換onnx import numpy as np from keras.preprocessing import image import keras2onnx import onnxruntim

原创 keras h5文件,轉換tensorflow pb文件,error:ReadVariableOp, github

1、h5模型文件轉換成pb模型文件 https://blog.csdn.net/weixin_33795093/article/details/93888015 #*-coding:utf-8-* """ 將keras的.h5

原创 (一) yolov3 模型壓縮,通過bn層的權重稀疏進行,剪枝壓縮,基礎理論掌握

1、論文基礎 https://www.cnblogs.com/aoru45/p/11614636.html Learning Efficient Convolutional Networks through Network S

原创 pytorch半精度,混合精度,單精度訓練的區別amp.initialize

mixed_precision = True try: # Mixed precision training https://github.com/NVIDIA/apex from apex import amp exc

原创 tensorboard ,代碼,對應生成的圖片結果

1、tb_writer.add 語句對應圖片的綠色框的大寫tag,所有的add,構成了,最上面的標題tag tb_writer.add_image(fname, cv2.imread(fname)[:, :, ::-

原创 Pycharm中_init_.py文件的作用 Pycharm中_init_.py文件的作用

Pycharm中_init_.py文件的作用 Gavin姓陳 2017-11-17 14:22:09 5157 收藏