MrChannon's Stars
hoya012/deep_learning_object_detection
A paper list of object detection using deep learning.
ethz-asl/segmap
A map representation based on 3D segments
nkuzqy/move_and_grasp
The whole ROS workspace for move and adjust robot to grasp objects
chjohnkim/MaskRCNN_Grasp_Detection
This repository is an integration of Mask RCNN (object detection and segmentation) and ROS to implement automated pick and place operation using the UR10 robot arm.
JuFengWu/techman_robot_grasp_ros2
this is ros2 demo by using techman robot and robotiq gripper
joao-borrego/grasp
Grasping in GAZEBO robotics simulator.
dougsm/ggcnn
Generative Grasping CNN from "Closing the Loop for Robotic Grasping: A Real-time, Generative Grasp Synthesis Approach" (RSS 2018)
mirsking/Deep_learning_for_detectin_robotic_grasps
Code from Robot Learning Lab, Cornell in paper Deep Learning for Detecting Robotic Grasps
andyzeng/visual-pushing-grasping
Train robotic agents to learn to plan pushing and grasping actions for manipulation with deep reinforcement learning.
tnikolla/robot-grasp-detection
Detecting robot grasping positions with deep neural networks. The model is trained on Cornell Grasping Dataset. This is an implementation mainly based on the paper 'Real-Time Grasp Detection Using Convolutional Neural Networks' from Redmon and Angelova.
caomw/arc-robot-vision
MIT-Princeton Vision Toolbox for Robotic Pick-and-Place at the Amazon Robotics Challenge 2017 - Grasp Detection and Image Matching for Novel Objects with Deep Learning
hithesis/hithesis
嗨!thesis!哈尔滨工业大学毕业论文LaTeX模板
leggedrobotics/ros_best_practices
Best practices, conventions, and tricks for ROS
IntelRealSense/realsense-ros
ROS Wrapper for Intel(R) RealSense(TM) Cameras
osrf/gazebo_models
Gazebo database of SDF models. This is a predecessor to https://app.gazebosim.org
got-10k/toolkit-matlab
Official MATLAB toolkit for generic object tracking benchmark GOT-10k
got-10k/toolkit
Official Python toolkit for generic object tracking benchmark GOT-10k and beyond
zju3dv/snake
Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral
facebookresearch/votenet
Deep Hough Voting for 3D Object Detection in Point Clouds
voidrank/FastMask
FastMask: Segment Multi-scale Object Candidates in One Shot
Tramac/awesome-semantic-segmentation-pytorch
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
kmaninis/OSVOS-PyTorch
PyTorch implementation of One-Shot Video Object Segmentation (OSVOS)
JingchunCheng/Seg-with-SPN
Demo code of the paper: "Learning to Segment Instances in Videos with Spatial Propagation Network", in CVPR'17 Workshop on DAVIS Challenge
dvornikita/blitznet
Deep neural network for object detection and semantic segmentation in real-time. Official code for the paper "BlitzNet: A Real-Time Deep Network for Scene Understanding"
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
eriklindernoren/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
Lam1360/YOLOv3-model-pruning
在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)
lmbxmu/HRankPlus
An extension version of our paper accepted by CVPR 2020, Oral -- HRank: Filter Pruning using High-Rank Feature Map
lmbxmu/HRank
Pytorch implementation of our paper accepted by CVPR 2020 (Oral) -- HRank: Filter Pruning using High-Rank Feature Map
JJGO/shrinkbench
PyTorch library to facilitate development and standardized evaluation of neural network pruning methods.