huyusheng123's starred repositories

pyKSP

This is a Python wrapper for the K-Shortest Path tracking algorithm.

Language:C++License:GPL-3.0Stargazers:67Issues:0Issues:0

dvo_slam

Dense Visual Odometry and SLAM

Language:C++Stargazers:625Issues:0Issues:0

Recent_SLAM_Research

Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】業務調整,暫停更新

Stargazers:2708Issues:0Issues:0

semantic_suma

SuMa++: Efficient LiDAR-based Semantic SLAM (Chen et al IROS 2019)

Language:C++License:MITStargazers:859Issues:0Issues:0

libsvm

LIBSVM -- A Library for Support Vector Machines

Language:JavaLicense:BSD-3-ClauseStargazers:4484Issues:0Issues:0

siamese-fc

Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.

Language:MATLABLicense:MITStargazers:615Issues:0Issues:0

PU-GAN

PU-GAN: a Point Cloud Upsampling Adversarial Network, ICCV, 2019

Language:MakefileStargazers:263Issues:0Issues:0

SqueezeSeg_Ros

This is a ros package that implement the SqueezeSeg

Language:PythonLicense:MITStargazers:83Issues:0Issues:0

VoxelNetRos

implement the VoxelNet with ROS, using Kitti data to test

Language:PythonStargazers:110Issues:0Issues:0

flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

Language:C++License:NOASSERTIONStargazers:997Issues:0Issues:0

fastMCD

implementation of the paper "Detection of Moving Objects with Non-stationary Cameras in 5.8ms: Bringing Motion Detection to Your Mobile Device", CVPRW13

Language:C++Stargazers:138Issues:0Issues:0

GMS-Feature-Matcher

GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence (CVPR 17 & IJCV 20)

Language:PythonLicense:BSD-3-ClauseStargazers:1059Issues:0Issues:0

multi-object-tracking-paper-list

Paper list and source code for multi-object-tracking

Stargazers:1651Issues:0Issues:0

Lidar_For_AD_references

A list of references on lidar point cloud processing for autonomous driving

Stargazers:728Issues:0Issues:0

Deep-Learning-for-Tracking-and-Detection

Collection of papers, datasets, code and other resources for object tracking and detection using deep learning

Language:HTMLStargazers:2380Issues:0Issues:0

awesome-point-cloud-analysis

A list of papers and datasets about point cloud analysis (processing)

Stargazers:3951Issues:0Issues:0

rtabmap_ros

RTAB-Map's ROS package.

Language:C++License:BSD-3-ClauseStargazers:893Issues:0Issues:0

EmptyCities

Implementation for learning a mapping from images that contain dynamic objects in a city environment to static realistic images

Language:LuaLicense:NOASSERTIONStargazers:27Issues:0Issues:0
Stargazers:317Issues:0Issues:0

image-analogies

Generate image analogies using neural matching and blending.

Language:PythonLicense:MITStargazers:3522Issues:0Issues:0

Emotion-Detection-in-Videos

The aim of this work is to recognize the six emotions (happiness, sadness, disgust, surprise, fear and anger) based on human facial expressions extracted from videos. To achieve this, we are considering people of different ethnicity, age and gender where each one of them reacts very different when they express their emotions. We collected a data set of 149 videos that included short videos from both, females and males, expressing each of the the emotions described before. The data set was built by students and each of them recorded a video expressing all the emotions with no directions or instructions at all. Some videos included more body parts than others. In other cases, videos have objects in the background an even different light setups. We wanted this to be as general as possible with no restrictions at all, so it could be a very good indicator of our main goal. The code detect_faces.py just detects faces from the video and we saved this video in the dimension 240x320. Using this algorithm creates shaky videos. Thus we then stabilized all videos. This can be done via a code or online free stabilizers are also available. After which we used the stabilized videos and ran it through code emotion_classification_videos_faces.py. in the code we developed a method to extract features based on histogram of dense optical flows (HOF) and we used a support vector machine (SVM) classifier to tackle the recognition problem. For each video at each frame we extracted optical flows. Optical flows measure the motion relative to an observer between two frames at each point of them. Therefore, at each point in the image you will have two values that describes the vector representing the motion between the two frames: the magnitude and the angle. In our case, since videos have a resolution of 240x320, each frame will have a feature descriptor of dimensions 240x320x2. So, the final video descriptor will have a dimension of #framesx240x320x2. In order to make a video comparable to other inputs (because inputs of different length will not be comparable with each other), we need to somehow find a way to summarize the video into a single descriptor. We achieve this by calculating a histogram of the optical flows. This is, separate the extracted flows into categories and count the number of flows for each category. In more details, we split the scene into a grid of s by s bins (10 in this case) in order to record the location of each feature, and then categorized the direction of the flow as one of the 8 different motion directions considered in this problem. After this, we count for each direction the number of flows occurring in each direction bin. Finally, we end up with an s by s by 8 bins descriptor per each frame. Now, the summarizing step for each video could be the average of the histograms in each grid (average pooling method) or we could just pick the maximum value of the histograms by grid throughout all the frames on a video (max pooling For the classification process, we used support vector machine (SVM) with a non linear kernel classifier, discussed in class, to recognize the new facial expressions. We also considered a Naïve Bayes classifier, but it is widely known that svm outperforms the last method in the computer vision field. A confusion matrix can be made to plot results better.

Language:PythonStargazers:269Issues:0Issues:0

image-registration

A MATLAB library/toolbox providing access to image registration suitable for use with medical images.

Language:MatlabLicense:GPL-3.0Stargazers:92Issues:0Issues:0

Image-Registration

Image registration algorithm. Includes SIFT, SAR-SIFT,PSO-SIFT.

Language:C++Stargazers:513Issues:0Issues:0

detectAndTrack

moving object detection and tracking

Language:C++Stargazers:5Issues:0Issues:0

Moving-Object-Detection-MOD-

SImply RANSAC find fundamental matrix method is applied to detect moving objects even when camera is under motion. Undistortion can be done in camera set of either fisheye or normal pinhole model.

Language:C++Stargazers:40Issues:0Issues:0

LayoutNet

Torch implementation of our CVPR 18 paper: "LayoutNet: Reconstructing the 3D Room Layout from a Single RGB Image"

Language:MATLABLicense:MITStargazers:408Issues:0Issues:0

V2V-PoseNet_RELEASE

Official Torch7 implementation of "V2V-PoseNet: Voxel-to-Voxel Prediction Network for Accurate 3D Hand and Human Pose Estimation from a Single Depth Map", CVPR 2018

Language:MATLABLicense:MITStargazers:373Issues:0Issues:0

adaptive_clustering

[ROS package] Lightweight and Accurate Point Cloud Clustering

Language:C++License:BSD-3-ClauseStargazers:340Issues:0Issues:0

Run_based_segmentation

An ongoing implementation ros node on `fast segmentation of 3d point clouds: a paradigm`...

Language:C++License:MITStargazers:379Issues:0Issues:0

cube_slam

CubeSLAM: Monocular 3D Object Detection and SLAM

Language:C++License:NOASSERTIONStargazers:809Issues:0Issues:0