Pinned Repositories
158_736MachineLearning
158_736MachineLearning
Blink--
微信小程序 学习Demo
data-structures-and-algorithms_JS
JS to learn data structures and algorithms
deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
java_study
疫情期间回国隔离,实在无聊,找个教程敲一敲。。。
opengl_405
learning opengl form wanlin405
Read_Bert_Code
Bert源码阅读与讲解(Pytorch版本)
repairtech
For repairtech(NZ). One page website created by gulp.
Sudoku
sudoku game for ES6 and Typescript
web-game-XO-vue
vue-demo:
TOMMYWHY's Repositories
TOMMYWHY/data-structures-and-algorithms_JS
JS to learn data structures and algorithms
TOMMYWHY/web-game-XO-vue
vue-demo:
TOMMYWHY/awesome-visual-transformers
A comprehensive list of awesome visual Transformer literatures.
TOMMYWHY/ConvNeXt
Code release for ConvNeXt model
TOMMYWHY/CrossViT
Official implementation of CrossViT. https://arxiv.org/abs/2103.14899
TOMMYWHY/CV
CV and portfolio
TOMMYWHY/DCTNet
TOMMYWHY/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
TOMMYWHY/DS-Net
(CVPR 2021, Oral) Dynamic Slimmable Network
TOMMYWHY/EdgeNeXt
Official repository of paper titled "EdgeNeXt: Efficiently Amalgamated CNN-Transformer Architecture for Mobile Vision Applications".
TOMMYWHY/KHMF-Net
Knowledge-Sharing Hierarchical Memory Fusion Network for Scribble-supervised Video Salient Object Detection
TOMMYWHY/Magento2_learningProject
Learning Magento2 from beginning.
TOMMYWHY/MOSE-api
A benchmark dataset of complex video object segmentation
TOMMYWHY/motiongrouping
Repository accompanying the paper: Self-supervised Video Object Segmentation by Motion Grouping. C. Yang, H. Lamdouar, E. Lu, A. Zisserman, W. Xie.
TOMMYWHY/Multicore-TSNE
Parallel t-SNE implementation with Python and Torch wrappers.
TOMMYWHY/Next-ViT
Unofficial PyTorch implementation of Next-ViT based on paper
TOMMYWHY/nfnets-pytorch
NFNets and Adaptive Gradient Clipping for SGD implemented in PyTorch. Find explanation at tourdeml.github.io/blog/
TOMMYWHY/PS-ViT
Official implementation of the paper Vision Transformer with Progressive Sampling, ICCV 2021.
TOMMYWHY/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
TOMMYWHY/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
TOMMYWHY/RepVGG
RepVGG: Making VGG-style ConvNets Great Again
TOMMYWHY/scenic
Scenic: A Jax Library for Computer Vision Research and Beyond
TOMMYWHY/TokenLabeling
Pytorch implementation of "All Tokens Matter: Token Labeling for Training Better Vision Transformers"
TOMMYWHY/Transformer-in-Vision
Recent Transformer-based CV and related works.
TOMMYWHY/TransFusion
[PyTorch] Official implementation of CVPR2022 paper "TransFusion: Robust LiDAR-Camera Fusion for 3D Object Detection with Transformers". https://arxiv.org/abs/2203.11496
TOMMYWHY/tsne-pytorch
Pytorch implementation for t-SNE with cuda to accelerate
TOMMYWHY/UFO
Official PyTorch implementation of the “A Unified Transformer Framework for Co-Segmentation, Co-Saliency Detection and Video Salient Object Detection”.
TOMMYWHY/VideoTransformer-pytorch
PyTorch implementation of a collections of scalable Video Transformer Benchmarks.
TOMMYWHY/vision_transformer
TOMMYWHY/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch