nanmi / nanmi-assets

my resource about opencv\C++\...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Assets


├─algorithm
│  └─RANSAC             随机采样一致性算法的C++/python实现
│      ├─C++
│      └─Python
├─cpp
│  ├─corp_image_CUDA    图片crop cuda代码
│  ├─TensorRT_Plugins   TensorRT插件
│  │  ├─DCNv2
│  │  │  ├─src
│  │  │  │  ├─cpu
│  │  │  │  └─cuda
│  │  │  └─test
│  │  ├─dcnv2_trt
│  │  │  └─scripts
│  │  └─YoloLayer_TRT_v6.0
│  ├─tensorrt插件模板   TensorRT插件模板
│  │  ├─include
│  │  └─plugins
│  └─多线程池           C/C++实现的多线程池
│      ├─C-Thread-Pool
│      └─CC-ThreadPool
├─deepstream
│  ├─deepstream-segmentation-app    deepstream分割示例
│  ├─gstreamer_opencv               gstreamer和opencv统一使用
│  └─rtsp_send                      通过gstreamer发送rtsp的C++/python实现
│      ├─cxx
│      └─python
├─documents                         文档资料
│  ├─C++ 17 标准手册
│  └─C++ 20 标准手册
├─misc                              杂项
│  └─vscode-debug-example           vscode配置C/C++ Debug
│      └─.vscode
└─python
    ├─dcn                           DCN插件pytorch版本
    ├─grabcut前景提取和前景替换         基于opencv的前景扣取和背景替换
    ├─labelme标注json转COCO格式json
    ├─labelme标注json转YOLO格式txt
    ├─mAP计算
    │  ├─input
    │  │  ├─detection-results
    │  │  ├─ground-truth
    │  │  └─images-optional
    │  └─scripts
    │      └─extra
    ├─opencv模板匹配
    ├─QAT
    ├─tensorrt-python-API
    ├─多边形缩放
    ├─相机标定
    └─素描图生成
```

About

my resource about opencv\C++\...


Languages

Language:Python 41.9%Language:C++ 41.2%Language:Cuda 11.1%Language:C 4.0%Language:CMake 1.3%Language:Makefile 0.5%Language:Shell 0.0%