cong-little's Stars
AlonLahav/MeshWalker
MeshWalker implementation
lzhengning/SubdivNet
Subdivision-based Mesh Convolutional Networks.
doocs/source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
mohamedhassanmus/POSA
Populating 3D Scenes by Learning Human-Scene Interaction https://posa.is.tue.mpg.de/
google-research/vision_transformer
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
tuguangquan/mybatis
mybatis源码中文注释
fredzzhang/spatially-conditioned-graphs
[ICCV'21] Official PyTorch implementation for paper "Spatially Conditioned Graphs for Detecting Human–Object Interactions"
mks0601/I2L-MeshNet_RELEASE
Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
macrozheng/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(60k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot、MyBatis、Elasticsearch、RabbitMQ、Redis、MongoDB、MySQL等技术,采用Docker容器化部署。
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
ranahanocka/MeshCNN
Convolutional Neural Network for 3D meshes in PyTorch
DirtyHarryLYL/HAKE-Action-Torch
HAKE-Action in PyTorch
DirtyHarryLYL/DJ-RN
As a part of HAKE project (HAKE-3D). Code for our CVPR2020 paper "Detailed 2D-3D Joint Representation for Human-Object Interaction".
baldassarreFe/ws-vrd
ASMIftekhar/VSGNet
VSGNet:Spatial Attention Network for Detecting Human Object Interactions Using Graph Convolutions.
wutong16/DistributionBalancedLoss
[ ECCV 2020 Spotlight ] Pytorch implementation for "Distribution-Balanced Loss for Multi-Label Classification in Long-Tailed Datasets"
TinyZeaMays/CircleLoss
Pytorch implementation of the paper "Circle Loss: A Unified Perspective of Pair Similarity Optimization"
linyacool/WebServer
A C++ High Performance Web Server
vt-vl-lab/DRG
[ECCV 2020] DRG: Dual Relation Graph for Human-Object Interaction Detection
vt-vl-lab/iCAN
[BMVC 2018] iCAN: Instance-Centric Attention Network for Human-Object Interaction Detection
geekxh/hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
DirtyHarryLYL/HAKE-Action
As a part of the HAKE project, includes the reproduced SOTA models and the corresponding HAKE-enhanced versions (CVPR2020).
tfzhou/C-HOI
Cascaded Human-Object Interaction Recognition (CVPR2020)
FishYuLi/BalancedGroupSoftmax
CVPR 2020 oral paper: Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax.
MegEngine/MegEngine
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架
facebookresearch/moco
PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722
Light-City/CPlusPlusThings
C++那些事
huawei-noah/AdderNet
Code for paper " AdderNet: Do We Really Need Multiplications in Deep Learning?"
fengdu78/lihang-code
《统计学习方法》的代码实现