Li Tao (BestJuly)

BestJuly

Geek Repo

Company:NVIDIA

Location:Shanghai, China

Github PK Tool:Github PK Tool

Li Tao's starred repositories

ML-For-Beginners

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all

wtfpython

What the f*ck Python? 😱

Language:PythonLicense:WTFPLStargazers:35691Issues:751Issues:197

paper-reading

深度学习经典、新论文逐段精读

License:Apache-2.0Stargazers:26475Issues:725Issues:0

pytorch_geometric

Graph Neural Network Library for PyTorch

Language:PythonLicense:MITStargazers:21071Issues:252Issues:3524

vit-pytorch

Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch

Language:PythonLicense:MITStargazers:19829Issues:149Issues:264

CVPR2024-Paper-Code-Interpretation

cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理

pytorch-grad-cam

Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.

Language:PythonLicense:MITStargazers:10295Issues:44Issues:410

TensorRT-LLM

TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.

Language:C++License:Apache-2.0Stargazers:8306Issues:89Issues:1822

SlowFast

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.

Language:PythonLicense:Apache-2.0Stargazers:6536Issues:95Issues:680

HDMI-PI

我设计的一个HDMI转MIPI模块,可以用于驱动各种手机屏幕当显示器用。

ConvNeXt

Code release for ConvNeXt model

Language:PythonLicense:MITStargazers:5724Issues:32Issues:130

interviews.ai

It is my belief that you, the postgraduate students and job-seekers for whom the book is primarily meant will benefit from reading it; however, it is my hope that even the most experienced researchers will find it fascinating as well.

text2vec

text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。

Language:PythonLicense:Apache-2.0Stargazers:4413Issues:30Issues:148

pytorchvideo

A deep learning library for video understanding research.

Language:PythonLicense:Apache-2.0Stargazers:3291Issues:156Issues:181

SupContrast

PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)

Language:PythonLicense:BSD-2-ClauseStargazers:3074Issues:20Issues:134

CV-CUDA

CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision.

Language:C++License:NOASSERTIONStargazers:2338Issues:45Issues:162

books

技术资料分享

Language:HTMLStargazers:1555Issues:0Issues:0

Awesome-Dataset-Distillation

A curated list of awesome papers on dataset distillation and related applications.

Language:HTMLLicense:MITStargazers:1352Issues:29Issues:13

NN-CUDA-Example

Several simple examples for popular neural network toolkits calling custom CUDA operators.

Language:PythonLicense:Apache-2.0Stargazers:1310Issues:8Issues:14

CMC

[arXiv 2019] "Contrastive Multiview Coding", also contains implementations for MoCo and InstDis

Language:PythonLicense:BSD-2-ClauseStargazers:1299Issues:28Issues:70

CUDA-Programming-Guide-in-Chinese

This is a Chinese translation of the CUDA programming guide

musicdl

Musicdl: A lightweight music downloader written in pure python.

Language:PythonLicense:Apache-2.0Stargazers:1175Issues:23Issues:27

twostreamfusion

Code release for "Convolutional Two-Stream Network Fusion for Video Action Recognition", CVPR 2016.

Language:CudaLicense:NOASSERTIONStargazers:713Issues:24Issues:58

NeMo-Framework-Launcher

Provides end-to-end model development pipelines for LLMs and Multimodal models that can be launched on-prem or cloud-native.

Language:PythonLicense:Apache-2.0Stargazers:452Issues:20Issues:37

CNN-Numpy

Inplement an CNN frame with Numpy, easy to learn, hard to use hhhh

IIC

Official implementation of ACMMM'20 paper 'Self-supervised Video Representation Learning Using Inter-intra Contrastive Framework'

demo-solara

A few of my side projects using 'manim' engine developed by Grant Sanderson (3Blue1Brown).

Language:PythonLicense:MITStargazers:81Issues:6Issues:3

CVQN

The code for Channel-Level Variable Quantization Network for Deep Image Compression (IJCAI 2020)

Language:PythonLicense:GPL-3.0Stargazers:30Issues:3Issues:6

Pretext-Contrastive-Learning

Official codes for paper "Pretext-Contrastive Learning: Toward Good Practices in Self-supervised Video Representation Leaning".

VCP

Unofficial implement of "Video cloze procedure for self-supervised spatio-temporal learning" [AAAI20]