perception
Here are 180 public repositories matching this topic...
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
-
Updated
Jul 18, 2020
Teach-Repeat-Replan: A Complete and Robust System for Aggressive Flight in Complex Environments
-
Updated
Aug 14, 2020 - C++
Research platform for 3D object detection in PyTorch.
-
Updated
Mar 10, 2020 - Python
Object detection / tracking / fusion based on Apollo r3.0.0 perception module in ROS
-
Updated
Aug 14, 2020 - C++
[CVPR 2017] Generation and reconstruction of 3D shapes via modeling multi-view depth maps or silhouettes
-
Updated
Jun 17, 2020 - Lua
#546 adds a lengthy pattern that gets the inverse of a state before composing it. Instead we should have an inverse composition (i.e. subtraction) function implemented between states for brevity.
A metric for Perceptual Image-Error Assessment through Pairwise Preference (PieAPP at CVPR 2018).
-
Updated
Jun 23, 2020 - Python
An OpenAI gym wrapper for CARLA simulator
-
Updated
Jul 30, 2020 - Python
Text to abstract art generation for the holidays!
-
Updated
Jan 29, 2019 - Python
Steps to reproduce training results for the paper Driving in the Matrix: Can Virtual Worlds Replace Human-Generated Annotations for Real World Tasks?
-
Updated
Sep 12, 2017 - Python
Code to export full segmentations from GTA
-
Updated
Jan 27, 2020 - C++
Simulations for TurtleBot3
-
Updated
Aug 20, 2020 - C++
CVPR 2020, "MotionNet: Joint Perception and Motion Prediction for Autonomous Driving Based on Bird's Eye View Maps"
-
Updated
Jun 4, 2020
Integrated ROS capabilities for planning, predicate inference, gripper control, and perception for use with the KUKA LBR IIWA and Universal Robots.
-
Updated
May 30, 2019 - C++
-
Updated
Mar 21, 2020 - Scheme
Train generalizable policies for kit assembly with self-supervised dense correspondence learning.
-
Updated
Jul 15, 2020 - Python
Autonomous Driving with TurtleBot3
-
Updated
Nov 15, 2019 - Python
interfaces and algorithms for event based cameras, lidars, and actuators
-
Updated
Jun 10, 2020 - MATLAB
Joint Perception and Planning For Efficient Obstacle Avoidance Using Stereo Vision
-
Updated
Jan 6, 2019 - C++
Scripts showcasing filtering techniques applied to point cloud data.
-
Updated
Aug 20, 2018 - Python
A catkin workspace in ROS which uses DBSCAN to identify which points in a point cloud belong to the same object.
-
Updated
Aug 13, 2020 - Python
Vanishing Point Guided Network for lane detection, with post processing
-
Updated
Jan 26, 2019 - Jupyter Notebook
A set of Python scripts to evaluate the Automotive Datasets provided by Prophesee
-
Updated
Feb 6, 2020 - Python
GapFlyt: Active Vision Based Minimalist Structure-less Gap Detection For Quadrotor Flight
-
Updated
May 15, 2020 - Python
An open source autonomous driving research platform for Active SLAM & Multisensor Data Fusion
-
Updated
Sep 3, 2019 - C++
A python implementation for a LogGabor filtering and pyramid representation
-
Updated
Mar 4, 2020 - Jupyter Notebook
An Implementation of the Driving Scene Perception Network (DSPNet)
-
Updated
Apr 18, 2018 - Python
Slides for my talk, "The use of colour in graphics"
-
Updated
Jun 29, 2020 - CSS
Improve this page
Add a description, image, and links to the perception topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the perception topic, visit your repo's landing page and select "manage topics."


Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is