原创 注意力機制論文:CCNet: Criss-Cross Attention for Semantic Segmentation及其PyTorch實現

CCNet: Criss-Cross Attention for Semantic Segmentation PDF: https://arxiv.org/pdf/1811.11721.pdf PyTorch代碼: https:/

原创 目標檢測論文: YOLO Nano: a Highly Compact You Only Look Once Convolutional Neural Network及其PyTorch實現

YOLO Nano: a Highly Compact You Only Look Once Convolutional Neural Network for Object Detection PDF: https://arxi

原创 Python中五種不同讀取圖片的方式

imgpath = '2968538221504814A.jpg' 1 matplotlib import matplotlib.pyplot as plt # 導入matplotlib庫 img = plt.imread(i

原创 深度學習論文:Learning Spatial Fusion for Single-Shot Object Detection及其PyTorch實現

Learning Spatial Fusion for Single-Shot Object Detection PDF: https://arxiv.org/pdf/1911.09516.pdf PyTorch代碼: https

原创 深度學習論文: An Energy and GPU-Computation Efficient Backbone Network for Object Detection及其PyTorch

An Energy and GPU-Computation Efficient Backbone Network for Real-Time Object Detection PDF:https://arxiv.org/pdf/1

原创 深度學習論文: Selective Kernel Networks及其PyTorch實現

Selective Kernel Networks PDF:https://arxiv.org/pdf/1903.06586.pdf PyTorch: https://github.com/implus/SKNet 1 概述 SE

原创 深度學習論文: CenterMask : Real-Time Anchor-Free Instance Segmentation及其PyTorch實現

CenterMask : Real-Time Anchor-Free Instance Segmentation PDF:https://arxiv.org/pdf/1911.06667.pdf PyTorch: https://

原创 Linux常見命令彙總(累積中。。。)

1 Linux下統計當前文件夾下的文件個數、目錄個數 統計當前文件夾下文件的個數,包括子文件夾裏的 ls -lR|grep "^-"|wc -l 統計文件夾下目錄的個數,包括子文件夾裏的 ls -lR | grep "^d" |

原创 深度學習論文: Decoupling Representation and classifier for long-tailed recognition及其PyTorch實現

Decoupling Representation and classifier for long-tailed recognition PDF:https://arxiv.org/pdf/1910.09217.pdf PyTor

原创 深度學習論文: TResNet: High Performance GPU-Dedicated Architecture及其PyTorch實現

TResNet: High Performance GPU-Dedicated Architecture PDF:https://arxiv.org/abs/2003.13630.pdf PyTorch: https://gith

原创 深度學習論文: You Only Look Twice: Rapid Multi-Scale Object Detection In Satellite Imagery及其PyTorch實現

You Only Look Twice: Rapid Multi-Scale Object Detection In Satellite Imagery PDF:https://arxiv.org/abs/1805.09512.p

原创 深度學習論文: Strip Pooling: Rethinking Spatial Pooling for Scene Parsing及其PyTorch實現

Strip Pooling: Rethinking Spatial Pooling for Scene Parsing PDF:https://arxiv.org/pdf/2003.13328v1.pdf PyTorch: htt

原创 深度學習論文: Compounding the Performance Improvements of Assembled Techniques in a CNN及其PyTorch實現

深度學習論文: Compounding the Performance Improvements of Assembled Techniques in a Convolutional Neural Network及其PyTorch

原创 深度學習論文: ResNeSt: Split-Attention Networks及其PyTorch實現

ResNeSt: Split-Attention Networks PDF:https://hangzhang.org/files/resnest.pdf PyTorch: https://github.com/shanglian

原创 數據結構整理版

1 排序算法 冒泡排序(Bubble Sort) O(n2) 選擇排序(Selection-sort) 是一種簡單直觀的排序算法。它的工作原理:首先在未排序序列中找到最小(大)元素,存放到排序序列的起始位置, 然後,再從剩餘未排序