-
to record my efforts
-
检测任务:回归+分类
- 传统的目标检测方法:一般使用滑动窗口的框架,主要包括三个步骤:
1. 利用不同尺寸的滑动窗口框住图中的某一部分作为候选区域;(DPM)
2. 提取候选区域相关的视觉特征。比如人脸检测常用的Harr特征;行人检测和普通目标检测常用的HOG特征等;
3. 利用分类器进行识别,比如常用的SVM模型。
- 基于深度学习的目标检测器:R-CNN -> OverFeat…
-
https://github.com/tmbdev/teaching-dca
Thomas_Breuel 开授的课程
1.转换成pdf
2.pdf转换成html
3.翻译
-
参考来源:
```
https://blog.csdn.net/qq_35759272/article/details/123700919
```
使用deeplabv3+训练自己的数据集:
```
https://blog.csdn.net/weixin_39357271/article/details/124078660
```
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I have been trying to implement the features described in the "[Controlling Perceptual Factors in Neural Style Transfer](https://arxiv.org/abs/1611.07865)" research paper.
The code that used for th…
-
Review of SEA DRIF datasets and assessment of procedure for inclusion in RDL
## **Web tool at https://tool.oi-analytics.com**
![immagine](https://user-images.githubusercontent.com/44863827/11731…
-
# QGIS Enhancement: Point Clouds in QGIS
**Date** 2020/08/10
**Author** Martin Dobias (@wonder-sk)
**Contact** martin.dobias at lutraconsulting.co.uk
**Maintainer** @wonder-sk
**Version…
-
Looking for contributors to help out.
Guide for improving video encoder parameters (also applicable to non-NVIDIA encoders): https://docs.nvidia.com/video-technologies/video-codec-sdk/12.2/nvenc-vi…
ehfd updated
5 months ago
-
In order to understand the structure of YOLOv5 and use other frameworks to implement YOLOv5, I try to create an overview, as shown below. If there has any error, please point out
![yolov5](https://us…