Pinned Repositories
csp
DataStructure-Algorithm
deit
Official DeiT repository
detr
End-to-End Object Detection with Transformers
EmotionUI
Software for Facial Expression Recognition UI
JavaExercise
Some easy fundamental Java projects for Exercise.
JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Leecode-exercise
MIA
Code for "Aligning Visual Regions and Textual Concepts for Semantic-Grounded Image Representations" (NeurIPS 2019)
test
my first time use git to operate
Christine620's Repositories
Christine620/csp
Christine620/DataStructure-Algorithm
Christine620/deit
Official DeiT repository
Christine620/detr
End-to-End Object Detection with Transformers
Christine620/EmotionUI
Software for Facial Expression Recognition UI
Christine620/JavaExercise
Some easy fundamental Java projects for Exercise.
Christine620/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Christine620/Leecode-exercise
Christine620/MIA
Code for "Aligning Visual Regions and Textual Concepts for Semantic-Grounded Image Representations" (NeurIPS 2019)
Christine620/test
my first time use git to operate
Christine620/TransFG
This is the official PyTorch implementation of the paper "TransFG: A Transformer Architecture for Fine-grained Recognition" (Ju He, Jie-Neng Chen, Shuai Liu, Adam Kortylewski, Cheng Yang, Yutong Bai, Changhu Wang, Alan Yuille).
Christine620/transformers
🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
Christine620/VisionTransformer
A complete easy to follow implementation of Google's Vision Transformer proposed in "AN IMAGE IS WORTH 16X16 WORDS". This pytorch implementation has comments for better understanding.
Christine620/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch