농업용 로봇을 개발하면서 참고했던 자료를 정리중.. 요즘에 정리를 많이 하고 있다. ㅋㅋ
(1) PolyLaneNet: Lane Estimation via Deep Polynomial Regression
## Semantic Segmentation
(1) LEDNet: A Lightweight Encoder-Decoder Network for Real-time Semantic Segmentation
## 2D Object Detection
(1) YOLO v3, v4..: You Only Look Once: Unified, Real-Time Object Detection
Github:
https://github.com/AlexeyAB/darknet (Official)
https://github.com/ultralytics/yolov3 (YOLO v3, PyTorch)
https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data (Train Custom Data)
Paper:
(2) EfficientDet: Scalable and Efficient Object Detection
Github: https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch (PyTorch)
(3) Object Detection on Thermal Images using YOLOv3 and Dark Chocolate
(4) Objects as Points (CenterNet)
Article: https://arxiv.org/abs/1904.07850
논문리뷰(제이스핀님 블로그): https://nuggy875.tistory.com/34
## Dataset
(1) Lyft 3D Object Detection for Autonomous Vehicles (Kaggle)
(2) Global Wheat Detection (Kaggle)
(5) COCO dataset
(6) Human Detection and Tracking in Agriculture (NREC, National Robotics Engineering Center)
## Pytorch
(1) Pytorch: 미니 배치와 데이터 로드, https://wikidocs.net/55580
(2) Pytorch: 사용자정의 dataset, dataloader, transform 작성, https://tutorials.pytorch.kr/beginner/data_loading_tutorial.html
## Navigation
(1) Hybrid A Star 코드 분석, https://zhkmxx9302013.github.io/post/c0e17f81.html
(2) Hybrid A* Path Planner for the KTH Research Concept Vehicle, https://github.com/karlkurzer/path_planner
(3) ROS Navigation Stack, http://wiki.ros.org/navigation
(4) Neonavigation meta-package,
(5) teb_local_planner ROS Package
## 3D Object Detection
(1) Center-based 3D Object Detection and Tracking
Article: https://arxiv.org/abs/2006.11275
(2) Tracking Objects as Points
Article: https://arxiv.org/abs/2004.01177
## Kvaser CAN-BUS communication
(1) Improved API in Python canlib v1.5
(2) Byte Array to Hex String
(3) GIthub: Kvaser/canlib-samples
(4) Convert bytes to int?
## SLAM
(1) LIO-SAM
## Self-driving framework
(1) Autoware
(2) Project Aslan
## Sensor driver
(1) NovAtel GPS Driver
## ROS 관련
(1) 부팅시 자동으로 roslaunch를 실행하자 - ROS package: robot_upstart
コメント
コメントを投稿