Katherine121's repositories
MobileFormer
PyTorch Implementation of MobileFormer
AngleRobust
Official PyTorch implementation of paper "Angle Robustness Unmanned Aerial Vehicle Navigation in GNSS-Denied Scenarios" (AAAI 2024)
AngleRobustTest
Official PyTorch implementation of paper "Angle Robustness Unmanned Aerial Vehicle Navigation in GNSS-Denied Scenarios" (AAAI 2024)
ThunderFight
ThunderFight Game
conformer
PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)
ddpg
Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
dronet
Code for the paper Dronet: Learning to Fly by Driving
fsra
FSRA
Katherine121
personal page repo
lpn
Pytorch implementation of Each Part Matters: Local Patterns Facilitate Cross-view Geo-localization https://arxiv.org/abs/2008.11646
mocov3
PyTorch implementation of MoCo v3 https//arxiv.org/abs/2104.02057
PPO
Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
Pytorch-implementation-of-Mobile-Former
Simple implementation of Mobile-Former on Pytorch
rknet
Code for RK-Net
stitch
Simple image stitching algorithm based on SIFT, homography, KNN and Ransac in Python and OpenCV
swint
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
td3
Author's PyTorch implementation of TD3 for OpenAI gym tasks
transformer
A PyTorch implementation of the Transformer model in "Attention is All You Need".
university
ACM Multimedia2020 University-1652: A Multi-view Multi-source Benchmark for Drone-based Geo-localization :helicopter: annotates 1652 buildings in 72 universities around the world.
vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch