Pinned Repositories
algorithms
This repository is for learning and understanding how algorithms work.
avod
Code for 3D object detection for autonomous driving
awesome-deep-learning-papers
The most cited deep learning papers
awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
BagDataConverter
Bag Data Converter from Image Topic to RGB Image, from PointClound2 to PCD
Coursera-Learning
The Repository records my learning of Coursera.
Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
deeplearning-papernotes
Summaries and notes on Deep Learning research papers
frustum-pointnets
Frustum PointNets for 3D Object Detection from RGB-D Data
gpu_computing_in_robotics
bowen03's Repositories
bowen03/algorithms
This repository is for learning and understanding how algorithms work.
bowen03/avod
Code for 3D object detection for autonomous driving
bowen03/awesome-deep-learning-papers
The most cited deep learning papers
bowen03/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
bowen03/BagDataConverter
Bag Data Converter from Image Topic to RGB Image, from PointClound2 to PCD
bowen03/Coursera-Learning
The Repository records my learning of Coursera.
bowen03/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
bowen03/deeplearning-papernotes
Summaries and notes on Deep Learning research papers
bowen03/frustum-pointnets
Frustum PointNets for 3D Object Detection from RGB-D Data
bowen03/gpu_computing_in_robotics
bowen03/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
bowen03/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
bowen03/lcm
Lightweight Communications and Marshalling
bowen03/lihang_book_algorithm
致力于将李航博士《统计学习方法》一书中所有算法实现一遍
bowen03/models
Models built with TensorFlow
bowen03/mscnn
Caffe implementation of our multi-scale object detection framework
bowen03/mx-rcnn
Parallel Faster R-CNN implementation with MXNet.
bowen03/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
bowen03/PRMLT
Matlab code for machine learning algorithms in book PRML
bowen03/python-pcl
Python bindings to the pointcloud library (pcl)
bowen03/rrc_detection
Accurate Single Stage Detector Using Recurrent Rolling Convolution
bowen03/soft-nms
Object Detection
bowen03/tensorflow
Computation using data flow graphs for scalable machine learning
bowen03/TensorFlow-Examples
TensorFlow Tutorial and Examples for beginners
bowen03/tensorflow-fcn
An Implementation of Fully Convolutional Networks in Tensorflow.
bowen03/tensorflow-vgg
VGG19 and VGG16 on Tensorflow
bowen03/yolo-tensorflow
基于tensorflow开发的YOLO和YOLO9000,提供训练以及测试功能,以VOC2012数据集作为训练/测试集(5000/5000),进行性能检测,同时对比识别性能以及效率
bowen03/yolo-tf
TensorFlow implementation of the YOLO (You Only Look Once)
bowen03/yolo2-pytorch
PyTorch implementation of the YOLO (You Only Look Once) v2
bowen03/yolo_tensorflow
Tensorflow implementation of YOLO, including training and test phase.