2019/07/31 - [머신러닝/YOLO] - Object Detection / YOLOv3 : train_detector - 2
Object Detection / YOLOv3 : train_detector - 2
2019/07/31 - [머신러닝/YOLO] - Object Detection / YOLOv3 : train_detector - 1 Object Detection / YOLOv3 : train_detector - 1 ./darknet detector train cfg/voc.data cfg/yolov3-voc.cfg darknet53.conv.7..
jainkku.tistory.com
darknet convolution은 caffe convolution과 같다.
* im2col
반복문을 여러개 사용하지 않아도 4차원 데이터 합성곱 연산을 가능하게 함.
원래는 caffe, tensorflow 등의 framework에서 지원하는 함수라고한다.
입력 데이터 -> 행렬로 전개해서 데이터를 필터 적용에 용이하게 바꾸는 함수이다.
성능에 이점이 있고, 편리하다.
convolutional_kernels.cu/forward_convolutional_layer_gpu
참고
합성곱 신경망 ( CNN, Convolutional Neural Network )
CNN, Convolutional Neural Network CNN은 합성곱(Convolution) 연산을 사용하는 ANN의 한 종류다. Convolution을 사용하면 3차원 데이터의 공간적 정보를 유지한 채 다음 레이어로 보낼 수 있다. 대표적인 CNN으..
umbum.tistory.com
https://blog.csdn.net/weixin_41722370/article/details/90729548
'머신러닝 > YOLO' 카테고리의 다른 글
Object Detection / YOLOv3 : train_detector - 2 (0) | 2019.07.31 |
---|---|
Object Detection / YOLOv3 : train_detector - 1 (0) | 2019.07.31 |
Object Detection / YOLOv3 : test_detector (0) | 2019.07.10 |
텐서란 무엇인가? (0) | 2019.06.03 |