CVPR 2019 论文和开源项目合集(Papers with Code)
CVPR 2019 論文開源項目合集
傳送門:CVPR 2020 論文開源項目合集
附:530 篇 CVPR 2019 論文代碼鏈接
- 目標檢測
- 目標跟蹤
- 語義分割
- 實例分割
- GAN
- 人臉檢測
- 人體姿態估計
- 6DoF 姿態估計
- 頭部姿態估計
- 人群密度估計
更新記錄:
-
20200226:添加 CVPR 2020 論文開源項目合集
-
20191026:添加 530 篇論文代碼鏈接
-
20190405:添加 8 篇論文(目標檢測、語義分割等方向)
-
20190408:添加 6 篇論文(目標跟蹤、GAN、6DoF姿態估計等方向)
目標檢測
Bounding Box Regression with Uncertainty for Accurate Object Detection
-
arXiv:https://arxiv.org/abs/1809.08545
-
github:https://github.com/yihui-he/KL-Loss
目標跟蹤
Fast Online Object Tracking and Segmentation: A Unifying Approach
-
arXiv:https://arxiv.org/abs/1812.05050
-
github:https://github.com/foolwood/SiamMask
-
homepage:http://www.robots.ox.ac.uk/~qwang/SiamMask
Unsupervised Deep Tracking
-
arXiv:https://arxiv.org/abs/1904.01828
-
github:https://github.com/594422814/UDT
-
github(PyTorch):https://github.com/594422814/UDT_pytorch
Target-Aware Deep Tracking
-
arXiv:https://arxiv.org/abs/1904.01772
-
homepage:https://xinli-zn.github.io/TADT-project-page/
語義分割
Decoders Matter for Semantic Segmentation: Data-Dependent Decoding Enables Flexible Feature Aggregation
-
arXiv:https://arxiv.org/abs/1903.02120
-
github:https://github.com/LinZhuoChen/DUpsampling(非官方)
Dual Attention Network for Scene Segmentation
-
arXiv:https://arxiv.org/abs/1809.02983
-
github:https://github.com/junfu1115/DANet
Collaborative Global-Local Networks for Memory-Ef?cient Segmentation of Ultra-High Resolution Images
-
arXiv:None
-
github:https://github.com/chenwydj/ultra_high_resolution_segmentation
實例分割
Mask Scoring R-CNN
-
arXiv:https://arxiv.org/abs/1903.00241
-
github:https://github.com/zjhuang22/maskscoring_rcnn
GAN
Mode Seeking Generative Adversarial Networks for Diverse Image Synthesis
- arXiv:https://arxiv.org/abs/1903.05628
- github:https://github.com/HelenMao/MSGAN
人臉檢測
DSFD: Dual Shot Face Detector
-
arXiv:https://arxiv.org/abs/1810.10220
-
github:https://github.com/TencentYoutuResearch/FaceDetection-DSFD
人體姿態估計
Deep High-Resolution Representation Learning for Human Pose Estimation
-
arXiv:https://arxiv.org/abs/1902.09212
-
github:https://github.com/leoxiaobin/deep-high-resolution-net.pytorch
6DoF姿態估計
PVNet: Pixel-wise Voting Network for 6DoF Pose Estimation
- arXiv:https://arxiv.org/abs/1812.11788
- github:https://github.com/zju3dv/pvnet
頭部姿態估計
PVNet: Pixel-wise Voting Network for 6DoF Pose Estimation
- paper:https://github.com/shamangary/FSA-Net/blob/master/0191.pdf
- github:https://github.com/shamangary/FSA-Net
人群密度估計
Learning from Synthetic Data for Crowd Counting in the Wild
- arXiv:https://arxiv.org/abs/1903.03303
- github:https://github.com/gjy3035/GCC-SFCN
- homepage:https://gjy3035.github.io/GCC-CL/
總結
以上是生活随笔為你收集整理的CVPR 2019 论文和开源项目合集(Papers with Code)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CVPR 2020 论文和开源项目合集(
- 下一篇: POJ 3468 区间更新(求任意区间和