trl0206's Stars
yuanzhi-zhu/DiffPIR
"Denoising Diffusion Models for Plug-and-Play Image Restoration", Yuanzhi Zhu, Kai Zhang, Jingyun Liang, Jiezhang Cao, Bihan Wen, Radu Timofte, Luc Van Gool.
swz30/Restormer
[CVPR 2022--Oral] Restormer: Efficient Transformer for High-Resolution Image Restoration. SOTA for motion deblurring, image deraining, denoising (Gaussian/real data), and defocus deblurring.
ckkelvinchan/GLEAN
IDEA-Research/GroundingDINO
[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
ErenKaymakci/Real-Time-QR-Detection-and-Decoding
This repo explain how qr codes works, qr detection and decoding.
lucidrains/denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
Qaisar256/Biometric-PPG
Biometric Authentication using PPG signals
IoBT-VISTEC/MIN2Net
End-to-End Multi-Task Learning for Subject-Independent Motor Imagery EEG Classification (IEEE Transactions on Biomedical Engineering)
modelscope/3D-Speaker
A Repository for Single- and Multi-modal Speaker Verification, Speaker Recognition and Speaker Diarization
EduardoTTristao/transformers-and-diffusion-for-ppg-ecg-authentication
Mikoto10032/AutomaticWeightedLoss
Multi-task learning using uncertainty to weigh losses for scene geometry and semantics, Auxiliary Tasks in Multi-task Learning
tanakamasayuki/Arduino_TensorFlowLite_ESP32
Allows you to run machine learning models locally on your ESP32 device.
yoyo-nb/Thin-Plate-Spline-Motion-Model
[CVPR 2022] Thin-Plate Spline Motion Model for Image Animation.
Tengfei-Wang/HFGI
CVPR 2022 HFGI: High-Fidelity GAN Inversion for Image Attribute Editing
Kedreamix/MAE-for-CIFAR
MAE for CIFAR,由于可用资源有限,我们仅在 cifar10 上测试模型。我们主要想重现这样的结果:使用 MAE 预训练 ViT 可以比直接使用标签进行监督学习训练获得更好的结果。这应该是自我监督学习比监督学习更有效的数据的证据。
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
zyzisyz/mfa_conformer
yeyupiaoling/VoiceprintRecognition-Pytorch
This project uses a variety of advanced voiceprint recognition models such as EcapaTdnn, ResNetSE, ERes2Net, CAM++, etc. It is not excluded that more models will be supported in the future. At the same time, this project also supports MelSpectrogram, Spectrogram data preprocessing methods
speechbrain/speechbrain
A PyTorch-based Speech Toolkit
google/speaker-id
This repository contains audio samples and supplementary materials accompanying publications by the "Speaker, Voice and Language" team at Google.
ronghuaiyang/arcface-pytorch
Gabrielcb/Unsupervised_selfAdaptative_ReID
This repository implements the published algorithm on Transaction on Information Forensics and Security Journal about Cross-Domain Person Re-Identification
Mahmoud-Ali-FCIS/Person-re-identification-using-Siamese-Network
Train the network with the Triplet loss function and create Anchor, Positive and Negative image dataset, which will be the inputs of triplet loss function, through which the network will learn feature embedding.
Suhee05/Text-Independent-Speaker-Verification
Text Independent Speaker Verification Using GE2E Loss
astorfi/3D-convolutional-speaker-recognition
:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
juntang-zhuang/PyTorch-Wavelet-Toolbox
Differentiable fast wavelet transforms in PyTorch with GPU support.
ircam-ismm/bayesfilter
Non-linear Bayesian filtering for EMG Enveloppe Extraction
nxsEdson/Butterworth-Filter
C++ implementation of Butterworth filter.
pengzhiliang/MAE-pytorch
Unofficial PyTorch implementation of Masked Autoencoders Are Scalable Vision Learners
jorabold/libbutterworth
Scipy's butterworth filter in C++