Pinned Repositories
3D-OBB-Collision-Detection-SAT-
a simple python implementation of the separating axis theorem for simple collision detection between two 3D OBB
3D-ObjectDetection-and-Pose-Estimation
3D目标检测与位姿估计学习笔记
3DMPPE_POSENET_RELEASE
Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
awesome-visual-relationship-detection
A curated list of visual relationship detection and related area resources
compiler
控制语句文法的词法分析和基于SLR(1)的语法分析(C++)
cooperative_scene_parsing
Code for NeurIPS 2018: Cooperative Holisctic Scene Understanding: Unifying 3D Object, Layout, and Camera Pose Estimation
CVPR2021-Paper-Code-Interpretation
cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
huffman_unzip
基于哈夫曼编码的解压缩软件(C语言)
visual-os
可视化仿真实现作业管理、进程调度与虚页内存管理(JAVA)
Ivan-VV's Repositories
Ivan-VV/3D-OBB-Collision-Detection-SAT-
a simple python implementation of the separating axis theorem for simple collision detection between two 3D OBB
Ivan-VV/visual-os
可视化仿真实现作业管理、进程调度与虚页内存管理(JAVA)
Ivan-VV/compiler
控制语句文法的词法分析和基于SLR(1)的语法分析(C++)
Ivan-VV/huffman_unzip
基于哈夫曼编码的解压缩软件(C语言)
Ivan-VV/3D-ObjectDetection-and-Pose-Estimation
3D目标检测与位姿估计学习笔记
Ivan-VV/3DMPPE_POSENET_RELEASE
Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
Ivan-VV/awesome-visual-relationship-detection
A curated list of visual relationship detection and related area resources
Ivan-VV/cooperative_scene_parsing
Code for NeurIPS 2018: Cooperative Holisctic Scene Understanding: Unifying 3D Object, Layout, and Camera Pose Estimation
Ivan-VV/CVPR2021-Paper-Code-Interpretation
cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
Ivan-VV/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
Ivan-VV/DJ-RN
As a part of HAKE project (HAKE-3D). Code for our CVPR2020 paper "Detailed 2D-3D Joint Representation for Human-Object Interaction".
Ivan-VV/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Ivan-VV/GoingDeeperwPointNetworks
This project releases the code for the Paper "Going Deeper with Point Networks"
Ivan-VV/Image-Dehazing
图像去雾论文和代码的总结
Ivan-VV/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Ivan-VV/lightweight-human-pose-estimation-3d-demo.pytorch
Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Ivan-VV/lihang-code
《统计学习方法》的代码实现
Ivan-VV/Machine-learning-stuffs
Apply Machine learning for some problems
Ivan-VV/MocapNET
We present MocapNET2, a real-time method that estimates the 3D human pose directly in the popular Bio Vision Hierarchy (BVH) format, given estimations of the 2D body joints originating from monocular color images. Our contributions include: (a) A novel and compact 2D pose NSRM representation. (b) A human body orientation classifier and an ensemble of orientation-tuned neural networks that regress the 3D human pose by also allowing for the decomposition of the body to an upper and lower kinematic hierarchy. This permits the recovery of the human pose even in the case of significant occlusions. (c) An efficient Inverse Kinematics solver that refines the neural-network-based solution providing 3D human pose estimations that are consistent with the limb sizes of a target person (if known). All the above yield a 33% accuracy improvement on the Human 3.6 Million (H3.6M) dataset compared to the baseline method (MocapNET) while maintaining real-time performance (70 fps in CPU-only execution).
Ivan-VV/NJUPT-CS-Free-Exams
南京邮电大学计算机科学与技术专业历年考试资料。
Ivan-VV/OpenMMD
OpenMMD is an OpenPose-based application that can convert real-person videos to the motion files (.vmd) which directly implement the 3D model (e.g. Miku, Anmicius) animated movies.
Ivan-VV/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Ivan-VV/OpenPose-1
OpenPose的简单实现版本,简洁不简单,so easy. 就一个cpp
Ivan-VV/pifuhd
High-Resolution 3D Human Digitization from A Single Image.
Ivan-VV/real-time-3d-pose-estimation-with-Unity3D
Ivan-VV/SMAP
Code for "SMAP: Single-Shot Multi-Person Absolute 3D Pose Estimation", ECCV 2020
Ivan-VV/video-to-pose3D
Convert video to 3D pose in one-key.
Ivan-VV/vrd-dsr
Code for Visual Relationship Detection with Deep Structural Ranking (AAAI2018)
Ivan-VV/yolov5
YOLOv5 in PyTorch > ONNX > CoreML > TFLite
Ivan-VV/Yolov5-deepsort-inference
Yolov5 deepsort inference,使用YOLOv5+Deepsort实现车辆行人追踪和计数,代码封装成一个Detector类,更容易嵌入到自己的项目中