wanghonghui1998's Stars
CompVis/taming-transformers
Taming Transformers for High-Resolution Image Synthesis
maziarraissi/PINNs
Physics Informed Deep Learning: Data-driven Solutions and Discovery of Nonlinear Partial Differential Equations
fundamentalvision/Deformable-DETR
Deformable DETR: Deformable Transformers for End-to-End Object Detection.
google/compare_gan
Compare GAN code.
xinshuoweng/AB3DMOT
(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
tianweiy/CenterPoint
Yochengliu/awesome-point-cloud-analysis
A list of papers and datasets about point cloud analysis (processing)
POSTECH-CVLab/PyTorch-StudioGAN
StudioGAN is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation.
megvii-model/RepVGG
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
blackfeather-wang/GFNet-Pytorch
A general framework for inferring CNNs efficiently. Reduce the inference latency of MobileNet-V3 by 1.3x on an iPhone XS Max without sacrificing accuracy.
wanjinchang/awesome-NAS
A curated list of neural architecture search (NAS) resources.
nytimes/covid-19-data
A repository of data on coronavirus cases and deaths in the U.S.
tuna/thuthesis
LaTeX Thesis Template for Tsinghua University
opengl-tutorials/ogl
fornorp/Mesh-Segmentation
Implementation of Hierarchical Mesh Decomposition using Fuzzy Clustering and Cuts
human-analysis/neural-architecture-transfer
Neural Architecture Transfer (Arxiv'20), PyTorch Implementation
microsoft/nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
jackguagua/awesome-nas-papers
Awesome Neural Architecture Search Papers
BayesWatch/nas-without-training
Code for Neural Architecture Search without Training (ICML 2021)
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
eriklindernoren/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
xxradon/PytorchToCaffe
Pytorch model to caffe model, supported pytorch 0.3, 0.3.1, 0.4, 0.4.1 ,1.0 , 1.0.1 , 1.2 ,1.3 .notice that only pytorch 1.1 have some bugs
sunsmarterjie/GOLD_NAS
The implementation of GOLD_NAS
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
HRNet/HRNet-Image-Classification
Train the HRNet model on ImageNet
yangle15/RANet-pytorch
Resolution adaptive network
shiwj16/SSINet
A PyTorch implementation of SSINet.
Jittor/jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.