Shi-Sheng Huang (shishenghuang)

shishenghuang

Geek Repo

Company:Beijing Normal University

Location:Beijing

Home Page:https://shishenghuang.github.io/index/

Github PK Tool:Github PK Tool

Shi-Sheng Huang's repositories

Language:C++Stargazers:2Issues:0Issues:0

odomIMU

an odom + IMU project, including odom & IMU sdk, odom interpregration, and viz etc

Language:C++Stargazers:2Issues:1Issues:0

caffe-segnet-cudnn5

This repository was a fork of BVLC/caffe and includes the upsample, bn, dense_image_data and softmax_with_loss (with class weighting) layers of caffe-segnet (https://github.com/alexgkendall/caffe-segnet) to run SegNet with cuDNN version 5.

License:NOASSERTIONStargazers:0Issues:0Issues:0

dualmc

Simple C++ implementation of the (manifold) dual marching cubes algorithm from Gregory M. Nielson

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

DynSLAM

Master's Thesis on Simultaneous Localization and Mapping in dynamic environments. Separately reconstructs both the static environment and the dynamic objects from it, such as cars.

Language:Jupyter NotebookLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0

fgm-cpp

C++ library for solving graph matching problems using Factorized Graph Matching

License:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

rgbd_ptam

Python implementation of RGBD-PTAM algorithm

License:GPL-3.0Stargazers:0Issues:0Issues:0

scenenetrgb-d

Forked from https://bitbucket.org/dysonroboticslab/scenenetrgb-d

License:NOASSERTIONStargazers:0Issues:0Issues:0

sdf2sdf

An implementation of the Paper SDF-2-SDF: Highly Accurate 3D Object Reconstruction

Stargazers:0Issues:0Issues:0
License:NOASSERTIONStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

slslam

Building a 3D Line-based Map Using a Stereo SLAM

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

Social_lstm_pedestrian_prediction

The aim of the project is to predict the trajectories of pedestrians using lstm neural networks. The project starts from the paper "Social LSTM: Human Trajectory Prediction in Crowded Spaces - Alexandre Alahi, Kratarth Goel, Vignesh Ramanathan, Alexandre Robicquet, Li Fei-Fei, Silvio Savarese - Stanford University - The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016, pp. 961-971", and its official implementation (https://github.com/vvanirudh/social-lstm-tf) and makes some modifications. This is the Multimedia communication course project made during my final year of the bachelor degree under the supervision of professor Nicola Conci and his phd student Niccolò Bisagno. The modifications introduced are two: - To every simulated pedestrian add the input goal; the goal is the final position (in x and y coordinates) of that pedestrian when it disappears from the video. This modification should improve the predicted trajectory of that pedestrian because of the introduction of this new information - The grid created for every pedestrian in the original project to identify nearby pedestrians is replaced with an array containing the position(in x and y coordinates) of the others pedestrians in distance order, from the closest to the farther. This modification should improve the model results beacuse it presents relevant informations in order to the neural network. Then these two modifications were combined in to a single model. Every model has been evaluated in the test videos with different parameters and in conclusion the model with the two modifications (goal and array) combined performed better than any other model. Also the two modify models performed better than the original model. These results can be seen in the report at page 12 and 13. Unfortunately I haven't the time to translate the report in english, because now is in italian, but the result table at page 12 an 13 should be pretty clear. Technical details: - Programming language: Python 2.7 - Neural networks library used: Tensorflow 1.5 - External libraries: CUDA 8.0, CUDNN 6.0 - OS: Linux, Ubuntu 16.04 distrubution License: GPL v3

License:GPL-3.0Stargazers:0Issues:0Issues:0

tensorflow-deeplab-v3

DeepLabv3 built in TensorFlow

License:MITStargazers:0Issues:0Issues:0

VoxelHashing

[Siggraph Asia 2013] Large-Scale, Real-Time 3D Reconstruction

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