EfficientDet 톺아보기 1
EfficientDet (EfficientDet: Scalable and Efficient Object Detection) EfficientDet Paper : Here EfficientNet Paper : Here EfficientNet Official Code : Here EfficientNet EfficientNet을 보기전에 ...
EfficientDet (EfficientDet: Scalable and Efficient Object Detection) EfficientDet Paper : Here EfficientNet Paper : Here EfficientNet Official Code : Here EfficientNet EfficientNet을 보기전에 ...
DCN (Deformable Convolutional Networks) DCN Paper : Here Official Code : Here Abstract Convolutional neural networks (CNNs) are inherently limited to model geometric transformations due...
CornerNet (CornerNet: Detecting Objects as Paired Keypoints) CornerNet Paper : Here Official Code : Here Abstract CornerNet은 bounding box를 왼쪽 위(top-left)와 오른쪽 아래(bottom-right)의 한 쌍의 keypo...
Reinforcement 강화학습의 개념을 순차적으로 정리 Q-learning Q-Network DQN Policy Gradient 강화학습의 개념 머신러닝의 한 영역으로 미래의 보상을 위해서 스스로 의사결정 할 수 있게 하는 학습방법이다. 환경 ------------------------------- S1 S2 ...
AutoAugment AutoAugment Paper : Here Official Code : Here Abstract 수동으로 설계되는 data augmentation을 자동으로 검색하기 위해서 AutoAugment를 제안했다. 여러가지 sub policies로 구성된 설계 공간을 탐색하고 각 미니 배치...
FPN (Feature Pyramid Networks) FPN Paper : Here Object Detection 분야에 많이 적용되고 있는 Network Abstract feature pyramid는 다양한 스케일로 object detection 하기 위한 인식 시스템의 기본 구성 요소다. 하지만 object detector들은 py...
FSAF (Feature Selective Anchor-Free Module for Single-Shot Object Detection) FSAF Paper : Here Abstract Feature Selective Anchor-Free 모듈을 제안하는 논문이고 피라미드 구조의 single object detector에 연결할수 있다...
MMDetection (object detection tool box and benchmark) MMDetection Paper : Here Official code : Here object detection tool box인 MMDetection과 MMDetection이 지원하는 프레임워크들의 benchmark를 알아보자 Frame...
SSD (Single Shot MultiBox Detector) SSD Paper : Here Official code : Here Abstract bounding box의 output 공간을 나누고 각 feature map에서 서로 다른 종횡비로 default box를 생성하고 예측시에 default box에 score를 구해서 bo...
Dependency ROS raspberry pi 3 B+ (ubuntu mate) SSH 설정 sudo apt-get install ssh sudo systemctl enable ssh sudo systemctl start ssh sudo systemctl status ssh 비밀번호 변경 sudo passwd root 새...