-
Updated
Apr 21, 2022
#
cvpr2019
Here are 127 public repositories matching this topic...
cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
machine-learning
computer-vision
deep-learning
image-classification
object-detection
papers
image-segmentation
cvpr2019
cvpr2020
cvpr2021
cvpr2022
good first issue
Good for newcomers
Official implementation of Character Region Awareness for Text Detection (CRAFT)
-
Updated
Apr 4, 2022 - Python
Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
computer-vision
deep-learning
open-set
long-tail
pytorch-implementation
cvpr2019
open-long-tail-recognition
oltr
-
Updated
Jun 15, 2020 - Python
CVPR 论文收集,包含但不限于2022、2021、2020、2019、2018、2017文章
deep-learning
artificial-intelligence
object-detection
cvpr
cvpr2018
cvpr2019
cvpr2020
cvpr-paper
cvpr2022
-
Updated
Mar 5, 2022
Pytorch implementation of the paper "Class-Balanced Loss Based on Effective Number of Samples"
-
Updated
Aug 17, 2021 - Python
UPSNet: A Unified Panoptic Segmentation Network
-
Updated
Jul 11, 2019 - Python
Learning to Cluster Faces (CVPR 2019, CVPR 2020)
-
Updated
Dec 27, 2021 - Python
D2-Net: A Trainable CNN for Joint Description and Detection of Local Features
-
Updated
Jul 26, 2021 - Jupyter Notebook
Statistics and Visualization of acceptance rate, main keyword of CVPR 2019 accepted papers for the main Computer Vision conference (CVPR)
-
Updated
Jun 10, 2019 - Jupyter Notebook
[CVPR19] FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image
tensorflow
keras
regression
angle
face
head
fsa
cvpr
pose
2019
cvpr2019
cvpr19
fsanet
fsa-net
esimtation
-
Updated
Feb 11, 2022 - Python
Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
machine-learning
computer-vision
pytorch
human-pose-estimation
cvpr
3d-pose-estimation
self-supervised-learning
cvpr-2019
cvpr2019
cvpr19
-
Updated
Jun 26, 2019 - Jupyter Notebook
Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019
computer-vision
deep-learning
tensorflow
imagenet
cvpr
fine-grained
inaturalist
fine-grained-classification
fine-grained-visual-categorization
cvpr2019
cloud-tpu
-
Updated
Aug 29, 2021 - Python
Project Page of 'GANFIT: Generative Adversarial Network Fitting for High Fidelity 3D Face Reconstruction' [CVPR2019]
texture
generative-adversarial-network
face-recognition
differentiable-rendering
3d-face-reconstruction
3dface
cvpr2019
identity-features
-
Updated
Nov 9, 2021 - Python
Code for the paper "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
-
Updated
Mar 11, 2022 - Python
Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)
image-classification
convex-optimization
meta-learning
few-shot
metalearning
few-shot-learning
few-shot-recognition
cvpr2019
-
Updated
Nov 9, 2019 - Python
STEAL - Learning Semantic Boundaries from Noisy Annotations (CVPR 2019)
deep-learning
annotation
pytorch
semantic-segmentation
steal
cvpr2019
semantic-boundaries
devil-is-in-the-edges
nv-tlabs
-
Updated
Mar 11, 2022 - Jupyter Notebook
[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
computer-vision
deep-learning
computer-graphics
pytorch
generative-adversarial-network
image-manipulation
image-generation
gans
image-translation
dayton
adversarial-learning
image-to-image-translation
semantic-maps
cross-view
cvpr-2019
cvpr2019
cvpr19
cvusa-dataset
-
Updated
Apr 22, 2022 - Python
Weakly Supervised Learning of Instance Segmentation with Inter-pixel Relations, CVPR 2019 (Oral)
-
Updated
Sep 21, 2019 - Python
MSGAN: Mode Seeking Generative Adversarial Networks for Diverse Image Synthesis (CVPR2019)
-
Updated
Apr 23, 2019 - Python
Code for "Real-time self-adaptive deep stereo" - CVPR 2019 (ORAL)
tensorflow
stereo-vision
pretrained-weights
unsupervised-machine-learning
domain-adaptation
dispnet
online-adaptation
madnet
cvpr2019
cvpr2019-oral
deep-stereo-network
-
Updated
Mar 7, 2022 - Python
[CVPR'19] 3D-SIS: 3D Semantic Instance Segmentation of RGB-D Scans
-
Updated
Feb 12, 2022 - Python
Hierarchical Deep Stereo Matching on High Resolution Images, CVPR 2019.
-
Updated
Feb 16, 2021 - Python
[CVPR'19] Dataset and code used in the research project Scan2CAD: Learning CAD Model Alignment in RGB-D Scans
-
Updated
Nov 6, 2020 - C++
Official TensorFlow implementation of "PoseFix: Model-agnostic General Human Pose Refinement Network", CVPR 2019
computer-vision
deep-learning
tensorflow
human-pose-estimation
mpii-dataset
mscoco-keypoint
posetrack
cvpr2019
-
Updated
Aug 22, 2020 - Python
[CVPR'19] Single-Image Piece-wise Planar 3D Reconstruction via Associative Embedding
-
Updated
Feb 1, 2021 - Python
See More, Know More: Unsupervised Video Object Segmentation with Co-Attention Siamese Networks (CVPR19)
segmentation
video-segmentation
object-segmentation
video-object-segmentation
co-attention
cvpr2019
attention-siamese-networks
-
Updated
Feb 25, 2021 - Python
Reference ImageNet implementation of SelecSLS CNN architecture proposed in the SIGGRAPH 2020 paper "XNect: Real-time Multi-Person 3D Motion Capture with a Single RGB Camera". The repository also includes code for pruning the model based on implicit sparsity emerging from adaptive gradient descent methods, as detailed in the CVPR 2019 paper "On implicit filter level sparsity in Convolutional Neural Networks".
sparsity
deep-learning
efficient
cnn
pytorch
imagenet
pruning
siggraph
pytorch-implementation
cvpr2019
efficient-architectures
-
Updated
Jul 23, 2020 - Python
Show, Control and Tell: A Framework for Generating Controllable and Grounded Captions. CVPR 2019
-
Updated
Aug 7, 2019 - Python
akanimax
commented
Nov 3, 2019
At the outset, this is a great implementation of StyleGAN in PyTorch. I really like the way the modules are structured.
This is more of a suggestion from my side:
Seems like you are not sanitizing your gradients in the code. Please check this from the official StyleGAN implementation.
I am currently
Improve this page
Add a description, image, and links to the cvpr2019 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cvpr2019 topic, visit your repo's landing page and select "manage topics."
(siammask) [liqiang@inspur siammask]$ bash test_mask_refine.sh config_vot.json SiamMask_VOT.pth VOT2016 0
[2019-03-14 19:42:16,619-rk0-test.py#551] Namespace(arch='Custom', config='config_vot.json', dataset='VOT2016', gt=False, log='log_test.txt', mask=True, refine=True, resume='SiamMask_VOT.pth', save_mask=False, visualization=False)
[2019-03-14 19:42:17,087-rk0-load_helper.py# 31] load pretrai