帅扎天's repositories

AndroidPanoDemo

使用Opencv全景照片拼接

Language:JavaStargazers:0Issues:0Issues:0

AP-10K

NeurIPS 2021 Datasets and Benchmarks Track

Language:PythonLicense:CC-BY-4.0Stargazers:0Issues:1Issues:0
Stargazers:0Issues:0Issues:0

CSharpInSimpleTerms

Learn all about C# with simple, straightforward examples, from the type system to interfaces to date and time formats.

Stargazers:0Issues:0Issues:0

curriculum-design

用来存储大学的课程设计

Stargazers:0Issues:0Issues:0

cython-doc-zh

Cython 3.0 中文文档

License:NOASSERTIONStargazers:0Issues:0Issues:0

deep-learning-for-image-processing

deep learning for image processing including classification and object-detection etc.

Stargazers:0Issues:0Issues:0

DeepLearning-500-questions

深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06

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

DeepLearning-Weekly

Collect the most interesting deep learning(CV) applications, papers, and code for everyone!

Stargazers:0Issues:0Issues:0

Dive-into-DL-PyTorch

本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。

License:Apache-2.0Stargazers:0Issues: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.

Stargazers:0Issues:0Issues:0

FisheyePlayer-for-VS2019

双鱼眼全景拼接播放器, 支持图片和视频实时拼接和播放, 支持rtmp, rtsp, hls等流媒体, 支持实时保存拼接后的结果

Stargazers:0Issues:0Issues:0

gpt-3

GPT-3: Language Models are Few-Shot Learners

Stargazers:0Issues:0Issues:0

GraphNeuralNetwork

《深入浅出图神经网络:GNN原理解析》配套代码

Stargazers:0Issues:0Issues:0

IOS-audio-and-video-technology

iOS音视频技术学习-从零到整!

Stargazers:0Issues:0Issues:0

lead-scoring-model-python

Lead Scoring is such a powerful metric when it comes to quantifying the lead & it is nowadays used by every CRM. In this repository, we are going to take a look at the UpGrad lead scoring case study and see how can we solve this problem through several supervised machine learning models.

Stargazers:0Issues:0Issues:0

Learn-CSharp-in-7-days

Learn C# in 7 days, published by Packt

License:MITStargazers:0Issues:0Issues:0

LeetCodeAnimation

Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)

Stargazers:0Issues:0Issues:0

LeetcodeTop

汇总各大互联网公司容易考察的高频leetcode题🔥

Stargazers:0Issues:0Issues:0

ML_Practice

ML Records in 1110 Lab of BUPT. Some detailed information can be referenced on: https://mathpretty.com/10388.html

License:MITStargazers:0Issues:0Issues:0

picam360-capture

a panoramic video streamer

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

Python-Multiple-Image-Stitching

Implementation of multiple image stitching

Stargazers:0Issues:0Issues:0

PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.

License:MITStargazers:0Issues:0Issues:0

Real-Time-Object-Detection

PyTorch and OpenCV based application to perform real time object detection

Stargazers:0Issues:0Issues:0

Rocket.Chat.iOS

Legacy mobile Rocket.Chat client in Swift for iOS

License:MITStargazers:0Issues:0Issues:0

SRGAN

A PyTorch implementation of SRGAN based on CVPR 2017 paper "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network"

License:MITStargazers:0Issues:0Issues:0

srgan-1

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

Stargazers:0Issues:0Issues:0

stereo-calibration

:camera: :camera: Stereo camera calibration using OpenCV and C++

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

SuperPointPretrainedNetwork

PyTorch pre-trained model for real-time interest point detection, description, and sparse tracking (https://arxiv.org/abs/1712.07629)

License:NOASSERTIONStargazers:0Issues:0Issues:0

Unity_Shaders_Book

:book: 书籍《Unity Shader入门精要》源代码

Language:ShaderLabStargazers:0Issues:1Issues:0