chingi071's Stars
GokuMohandas/Made-With-ML
Learn how to design, develop, deploy and iterate on production-grade ML applications.
shap/shap
A game theoretic approach to explain the output of any machine learning model.
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
albumentations-team/albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
WongKinYiu/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
optuna/optuna
A hyperparameter optimization framework
xuebinqin/U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
wang-xinyu/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
dragen1860/TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
meituan/YOLOv6
YOLOv6: a single-stage object detection framework dedicated to industrial applications.
mosaicml/composer
Supercharge Your Model Training
pytorch/captum
Model interpretability and understanding for PyTorch
Lyken17/pytorch-OpCounter
Count the MACs / FLOPs of your PyTorch model.
qubvel/segmentation_models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
doggy8088/Learn-Git-in-30-days
這是 Will 保哥在 2013 第 6 屆 iT 邦幫忙鐵人賽年度大獎的得獎著作【30 天精通 Git 版本控管】,歡迎大家 fork 我,如果有看見任何文字勘誤,也歡迎利用 pull request 來通知我修正,謝謝!
HobbitLong/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
lucasjinreal/yolov7_d2
🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥
TylerYep/torchinfo
View model summaries in PyTorch!
hukaixuan19970627/yolov5_obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测
intel/scikit-learn-intelex
Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
Linaom1214/TensorRT-For-YOLO-Series
tensorrt for yolo series (YOLOv11,YOLOv10,YOLOv9,YOLOv8,YOLOv7,YOLOv6,YOLOX,YOLOv5), nms plugin support
dog-qiuqiu/FastestDet
:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
linghu8812/tensorrt_inference
aharley/simple_bev
A Simple Baseline for BEV Perception
NVlabs/FAN
Official PyTorch implementation of Fully Attentional Networks
weimingwill/EasyFL
An easy-to-use federated learning platform
xyupeng/ContrastiveCrop
[CVPR 2022 Oral] Crafting Better Contrastive Views for Siamese Representation Learning
IDayday/YOLOv4_CAM
I tried to apply the CAM algorithm to YOLOv4 and it worked.
d246810g2000/Explainable_AI
This repo contain ML & DL XAI methods.
d246810g2000/Person_ReID
This is the person reid project of the AIA object detection class.