Taotaoxu's Stars
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
jindongwang/transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
junyanz/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
extreme-assistant/CVPR2024-Paper-Code-Interpretation
cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
zhaoxin94/awesome-domain-adaptation
A collection of AWESOME things about domian adaptation
IntelLabs/distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller
FLHonker/Awesome-Knowledge-Distillation
Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。
AberHu/Knowledge-Distillation-Zoo
Pytorch implementation of various Knowledge Distillation (KD) methods.
yoshitomo-matsubara/torchdistill
A coding-free framework built on PyTorch for reproducible deep learning studies. 🏆25 knowledge distillation methods presented at CVPR, ICLR, ECCV, NeurIPS, ICCV, etc are implemented so far. 🎁 Trained models, training logs and configurations are available for ensuring the reproducibiliy and benchmark.
dingjiansw101/AerialDetection
VisDrone/DroneVehicle
Drone-based RGB-Infrared Cross-Modality Vehicle Detection via Uncertainty-Aware Learning
SpursLipu/YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone
YOLO ModelCompression MultidatasetTraining
naoto0804/cross-domain-detection
Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation [Inoue+, CVPR2018].
kakaoenterprise/JORLDY
Repository for Open Source Reinforcement Learning Framework JORLDY
VisionLearningGroup/DA_Detection
Implementation of "Strong-Weak Distribution Alignment for Adaptive Object Detection"
lvyilin/pytorch-fgvc-dataset
PyTorch custom dataset APIs -- CUB-200-2011, Stanford Dogs, Stanford Cars, FGVC Aircraft, NABirds, Tiny ImageNet, iNaturalist2017
VisDrone/Awesome-VisDrone
You can find the latest data,algorithms, paper in the area of drone based computer vision.
chaoqichen/HTCN
Implementation of "Harmonizing Transferability and Discriminability for Adapting Object Detectors" (CVPR 2020)
hou-yz/DA_visualization
[CVPR2021] "Visualizing Adapted Knowledge in Domain Transfer". Visualization for domain adaptation. #explainable-ai
leixiaohua1020/simplest_encoder
Examples about video encoders
DIUx-xView/data_utilities
Utilities for processing the xView 2018 dataset (i.e., xview1)
bradyz/task-distillation
Code for Domain Adaptation Through Task Distillation (ECCV 20)
jiupinjia/gtav-sattellite-imagery-dataset
A synthetic satellite imagery dataset for semantic segmentation and domain adaptation.
weijiawu/SyntoReal_STD
HHH
arichadda/yolov5_rareplanes
This repo contains notebooks using YOLOv5 and the RarePlanes dataset to detect and classify sub-characteristics of aircraft
lsq210/GTAVDataCollection
A mod to extract synthetic data from Grand Theft Auto V
Taotaoxu/da-faster-rcnn
An implementation of our CVPR 2018 work 'Domain Adaptive Faster R-CNN for Object Detection in the Wild'
Taotaoxu/DA_Detection
Implementation of "Strong-Weak Distribution Alignment for Adaptive Object Detection"