iccv2019
There are 92 repositories under iccv2019 topic.
clovaai/deep-text-recognition-benchmark
Text recognition (optical character recognition) with deep learning methods, ICCV 2019
tianzhi0549/FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
extreme-assistant/ICCV2023-Paper-Code-Interpretation
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
shunsukesaito/PIFu
This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
clovaai/CutMix-PyTorch
Official Pytorch implementation of CutMix regularizer
VITA-Group/DeblurGANv2
[ICCV 2019] "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" by Orest Kupyn, Tetiana Martyniuk, Junru Wu, Zhangyang Wang
nv-tlabs/GSCNN
Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
mks0601/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
ucbdrive/3d-vehicle-tracking
Official implementation of Joint Monocular 3D Vehicle Detection and Tracking (ICCV 2019)
d-li14/mobilenetv3.pytorch
74.3% MobileNetV3-Large and 67.2% MobileNetV3-Small model on ImageNet
hzxie/Pix2Vox
The official implementation of "Pix2Vox: Context-aware 3D Reconstruction from Single and Multi-view Images". (ICCV 2019)
mks0601/3DMPPE_ROOTNET_RELEASE
Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
vita-epfl/monoloco
A 3D vision library from 2D keypoints: monocular and stereo 3D detection for humans, social distancing, and body orientation.
clovaai/overhaul-distillation
Official PyTorch implementation of "A Comprehensive Overhaul of Feature Distillation" (ICCV 2019)
lmb-freiburg/freihand
A dataset for estimation of hand pose and shape from single color images.
PingoLH/Pytorch-HarDNet
35% faster than ResNet: Harmonic DenseNet, A low memory traffic network
microsoft/Recursive-Cascaded-Networks
[ICCV 2019] Recursive Cascaded Networks for Unsupervised Medical Image Registration
walsvid/Pixel2MeshPlusPlus
[ICCV2019] Pixel2Mesh++: Multi-View 3D Mesh Generation via Deformation.
uber-research/DeepPruner
DeepPruner: Learning Efficient Stereo Matching via Differentiable PatchMatch (ICCV 2019)
husthuaan/AoANet
Code for paper "Attention on Attention for Image Captioning". ICCV 2019
google/ldif
3D Shape Representation with Local Deep Implicit Functions.
d-li14/octconv.pytorch
PyTorch implementation of Octave Convolution with pre-trained Oct-ResNet and Oct-MobileNet models
zhangboshen/A2J
Code for paper "A2J: Anchor-to-Joint Regression Network for 3D Articulated Pose Estimation from a Single Depth Image". ICCV2019
KumapowerLIU/CSA-inpainting
Coherent Semantic Attention for image inpainting(ICCV 2019)
XPixelGroup/RankSRGAN
ICCV 2019 (oral) RankSRGAN: Generative Adversarial Networks with Ranker for Image Super-Resolution. PyTorch implementation
zjhthu/OANet
Implementation of ICCV19 Paper "Learning Two-View Correspondences and Geometry Using Order-Aware Network"
cmhungsteve/TA3N
[ICCV 2019 (Oral)] Temporal Attentive Alignment for Large-Scale Video Domain Adaptation (PyTorch)
ZwwWayne/mmMOT
[ICCV2019] Robust Multi-Modality Multi-Object Tracking
carrierlxk/AGNN
Zero-shot Video Object Segmentation via Attentive Graph Neural Networks (ICCV2019 Oral)
PingoLH/FCHarDNet
Fully Convolutional HarDNet for Segmentation in Pytorch
ashual/scene_generation
A PyTorch implementation of the paper: Specifying Object Attributes and Relations in Interactive Scene Generation
yanxp/MetaR-CNN
Meta R-CNN : Towards General Solver for Instance-level Low-shot Learning
nv-tlabs/meta-sim
Meta-Sim: Learning to Generate Synthetic Datasets (ICCV 2019)
mahmoudnafifi/WB_color_augmenter
WB color augmenter improves the accuracy of image classification and image semantic segmentation methods by emulating different WB effects (ICCV 2019) [Python & Matlab].
YisenWang/symmetric_cross_entropy_for_noisy_labels
Code for ICCV2019 "Symmetric Cross Entropy for Robust Learning with Noisy Labels"
ildoonet/cutmix
a Ready-to-use PyTorch Extension of Unofficial CutMix Implementations with more improved performance.