Feiyu Chen

Results 14 repositories owned by Feiyu Chen

Realtime-Action-Recognition

845
Stars
247
Forks
Watchers

Apply ML to the skeletons from OpenPose; 9 actions; multiple people. (WARNING: I'm sorry that this is only good for course demo, not for real world applications !!! Those ary very difficult !!!)

Monocular-Visual-Odometry

354
Stars
87
Forks
Watchers

A simple monocular visual odometry (part of vSLAM) by ORB keypoints with initialization, tracking, local map and bundle adjustment. (WARNING: Hi, I'm sorry that this project is tuned for course demo,...

open3d_ros_pointcloud_conversion

88
Stars
22
Forks
Watchers

2 Python API functions for point cloud conversion between Open3D and ROS. Compatible for XYZ and XYZRGB point type.

3D-Scanner-by-Baxter

57
Stars
14
Forks
Watchers

Use a robot arm (Baxter) mounted with a depth camera to scan an object's 3D model.

Detect-Object-and-6D-Pose

27
Stars
6
Forks
Watchers

(1) 3D scan object by Baxter. (2) Label objects automatically by depth camera and (3) train Yolo. (4) [TODO; NOT DONE YET!!!] Finally, detect object and fit 3D model to know the 6D pose.

practice_motion_planning

43
Stars
11
Forks
Watchers

Coding: ①Path planning: RRT*, A*; ② Tracking: Optimization, PurePursuit, FollowLine. ③Planning and control on a mobile manipulator

ros_3d_pointing_detection

37
Stars
9
Forks
Watchers

Which object a person is pointing at? Detect it by using YOLO, Openpose and depth image (under customized scene).

ros_detect_planes_from_depth_img

32
Stars
11
Forks
Watchers

A python node to detect planes from depth image by using RANSAC algorithm. Input/Output from/to ROS topics.

ros_openpose_rgbd

38
Stars
8
Forks
Watchers

Visualize 3d humans' skeletons(body+hands) in ros rviz. The 2d joints are detected by openpose; The depth is from depth image.

ros_yolo_as_template_matching

55
Stars
13
Forks
Watchers

Run 3 scripts to (1) Synthesize images (by putting few template images onto backgrounds), (2) Train YOLOv3, and (3) Detect objects for: one image, images, video, webcam, or ROS topic.