Jing-Yao Chen (Jacob) (JacobChen1998)

JacobChen1998

Geek Repo

Company:ITRI ICL

Location:Hsinchu, Taiwan

Github PK Tool:Github PK Tool

Jing-Yao Chen (Jacob)'s repositories

Feature-tracking-with-PCA

Traditional feature tracking techniques such as SIFT, SURF, and Lucas Kanade algorithms define key points in terms of finding poles and cannot specify specific tracking points. The general Deep Learning based tracking algorithms such as Siamese tracker require a lot of resources for neural network training. Here, we implement feature tracking using PCA. Our algorithm can specify tracking points and does not require extensive training.

Language:PythonStargazers:10Issues:1Issues:0

Deep-Feature-Encoding-with-MNIST-data

UMAP is used to present the difference between the original MNIST data and its encoded features.

Language:Jupyter NotebookStargazers:8Issues:0Issues:0

Muscle-enhancing-via-Autoencoder

This is just a funny project that we want to see AutoEncoder (AE) can actually work to enhance the features we want. We will start to improve...

Language:Jupyter NotebookStargazers:8Issues:0Issues:0

Self-adaptive-Feature-tracking-with-PCA-Lucas-Kanade

The inability to change size has always been a drawback of sliding window tracking. If the previous frame of the current frame is used as the reference frame, the error rate is often superimposed. If only traditional feature tracking methods such as SIFT, SURF or Lucas-Kanade are used, it is not possible to track a specific object and there is no defined object frame to define the overall features of the object to be tracked. Using Deep Learning (DL) for object tracking such as Siamese Tracker requires training of the object to be tracked, and the size of the tracking bounding box cannot be defined arbitrarily while tracking. We propose to use Principal Component Analysis (PCA) as the feature extraction mechanism and Lucas-Kanade (LK) tracking optical flow as the object size prediction: 1. no time-consuming DL training is required for the objects. 2. 2. The object frame size can be defined arbitrarily. 3. 3. Automatically detects and adjusts object size even if it changes.

Language:Jupyter NotebookStargazers:8Issues:1Issues:0
Language:Jupyter NotebookStargazers:7Issues:0Issues:0

Python-execute-MATLAB-code

A simple tutorial which teaches you how to call MATLAB in python.

Language:PythonStargazers:6Issues:0Issues:0

Involution_Example_MNIST

A simple example that uses involution layer instead of convolution layer in MNIST classification task.

Language:Jupyter NotebookStargazers:2Issues:1Issues:0

Scan-based-Feature-tracking-C-

This is the new repository that is same concept as my previous project " Feature-tracking-with-PCA " but be written in C++

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

VideoAddSubTitles_with_whisper

End to end add (translated) subtitles on video file with whisper which developed by OpenAI.

Language:PythonStargazers:2Issues:0Issues:0
Language:PythonStargazers:1Issues:0Issues:0

emoji-cheat-sheet

A markdown version emoji cheat sheet

License:MITStargazers:0Issues:0Issues:0

Human-Falling-Detect-Tracks

AlphaPose + ST-GCN + SORT.

Stargazers:0Issues:0Issues:0

iou-tracker

Python implementation of the IOU Tracker

License:MITStargazers:0Issues:0Issues:0