lancetee's Stars
hiyouga/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
gabime/spdlog
Fast C++ logging library.
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
chromium/chromium
The official GitHub mirror of the Chromium source
optuna/optuna
A hyperparameter optimization framework
nerfstudio-project/nerfstudio
A collaboration friendly studio for NeRFs
utkuozbulak/pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
ArthurSonzogni/FTXUI
:computer: C++ Functional Terminal User Interface. :heart:
z1069614715/objectdetection_script
一些关于目标检测的脚本的改进思路代码,详细请看readme.md
open-mmlab/mmdetection3d
OpenMMLab's next-generation platform for general 3D object detection.
zhile-io/pandora
潘多拉,一个让你呼吸顺畅的ChatGPT。Pandora, a ChatGPT client that lets you breathe freely.
Blealtan/efficient-kan
An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).
facebookresearch/deit
Official DeiT repository
cs230-stanford/cs230-code-examples
Code examples in pyTorch and Tensorflow for CS230
fundamentalvision/Deformable-DETR
Deformable DETR: Deformable Transformers for End-to-End Object Detection.
RUCAIBox/LLMBox
A comprehensive library for implementing LLMs, including a unified training pipeline and comprehensive model evaluation.
MAZiqing/FEDformer
jiafeng5513/Evision
计算机视觉实践和探索/Practice and explorations in computer vision.
cheerss/CrossFormer
The official code for the paper: https://openreview.net/forum?id=_PHymLIxuI
WenjieDu/SAITS
The official PyTorch implementation of the paper "SAITS: Self-Attention-based Imputation for Time Series". A fast and state-of-the-art (SOTA) deep-learning neural network model for efficient time-series imputation (impute multivariate incomplete time series containing NaN missing data/values with machine learning). https://arxiv.org/abs/2202.08516
Livox-SDK/livox_cloud_undistortion
This project is used for lidar point cloud undistortion.
mohenghui/yolov5_attention
aditya1601/kmeans-clustering-cpp
A C++ implementation of simple k-means clustering algorithm.
akarasman/yolo-heatmaps
A utility for generating heatmaps of YOLOv8 using Layerwise Relevance Propagation (LRP/CRP).
clindsey/pkmFFT
Audio analysis including real FFT/IFFT/STFT/ISTFT, MFCC/LFCC, and Segmentation; Concatenative synthesis using Nearest Neighbor tree
zjwfufu/AMC-Net
Official code for "AMC-Net: An Effective Network for Automatic Modulation Classification".
junjiedong/KDTree
C++ implementation of KDTree & kNN classification on MNIST
kooBH/STFT
[c++]STFT, iSTFT, mel-filterbank, DFT, iDFT modules
philtomson/ClassifyDigits
A fairly simple KNN digit classification algorithm implemented in multiple languages (C++,F#,OCaml)
albertoperdomo2/knn-cpp
KNN algorithm in C++.