CVPR2020-Code

CVPR 2020 论文开源项目合集,同时欢迎各位大佬提交issue,分享CVPR 2020开源项目

【推荐阅读】

  • CVPR 2020 virtual

  • ECCV 2020 论文开源项目合集来了:https://github.com/amusi/ECCV2020-Code

  • 关于往年CV顶会论文(如ECCV 2020、CVPR 2019、ICCV 2019)以及其他优质CV论文和大盘点,详见: https://github.com/amusi/daily-paper-computer-vision

【CVPR 2020 论文开源目录】

  • CNN
  • 图像分类
  • 视频分类
  • 目标检测
  • 3D目标检测
  • 视频目标检测
  • 目标跟踪
  • 语义分割
  • 实例分割
  • 全景分割
  • 视频目标分割
  • 超像素分割
  • 交互式图像分割
  • NAS
  • GAN
  • Re-ID
  • 3D点云(分类/分割/配准/跟踪等)
  • 人脸(识别/检测/重建等)
  • 人体姿态估计(2D/3D)
  • 人体解析
  • 场景文本检测
  • 场景文本识别
  • 特征(点)检测和描述
  • 超分辨率
  • 模型压缩/剪枝
  • 视频理解/行为识别
  • 人群计数
  • 深度估计
  • 6D目标姿态估计
  • 手势估计
  • 显著性检测
  • 去噪
  • 去雨
  • 去模糊
  • 去雾
  • 特征点检测与描述
  • 视觉问答(VQA)
  • 视频问答(VideoQA)
  • 视觉语言导航
  • 视频压缩
  • 视频插帧
  • 风格迁移
  • 车道线检测
  • "人-物"交互(HOI)检测
  • 轨迹预测
  • 运动预测
  • 光流估计
  • 图像检索
  • 虚拟试衣
  • HDR
  • 对抗样本
  • 三维重建
  • 深度补全
  • 语义场景补全
  • 图像/视频描述
  • 线框解析
  • 数据集
  • 其他
  • 不确定中没中

CNN

Exploring Self-attention for Image Recognition

  • 论文:https://hszhao.github.io/papers/cvpr20_san.pdf

  • 代码:https://github.com/hszhao/SAN

Improving Convolutional Networks with Self-Calibrated Convolutions

  • 主页:https://mmcheng.net/scconv/

  • 论文:http://mftp.mmcheng.net/Papers/20cvprSCNet.pdf

  • 代码:https://github.com/backseason/SCNet

Rethinking Depthwise Separable Convolutions: How Intra-Kernel Correlations Lead to Improved MobileNets

  • 论文:https://arxiv.org/abs/2003.13549
  • 代码:https://github.com/zeiss-microscopy/BSConv

图像分类

Interpretable and Accurate Fine-grained Recognition via Region Grouping

  • 论文:https://arxiv.org/abs/2005.10411

  • 代码:https://github.com/zxhuang1698/interpretability-by-parts

Compositional Convolutional Neural Networks: A Deep Architecture with Innate Robustness to Partial Occlusion

  • 论文:https://arxiv.org/abs/2003.04490

  • 代码:https://github.com/AdamKortylewski/CompositionalNets

Spatially Attentive Output Layer for Image Classification

  • 论文:https://arxiv.org/abs/2004.07570
  • 代码(好像被原作者删除了):https://github.com/ildoonet/spatially-attentive-output-layer

视频分类

SmallBigNet: Integrating Core and Contextual Views for Video Classification

  • 论文:https://arxiv.org/abs/2006.14582
  • 代码:https://github.com/xhl-video/SmallBigNet

目标检测

Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Li_Overcoming_Classifier_Imbalance_for_Long-Tail_Object_Detection_With_Balanced_Group_CVPR_2020_paper.pdf
  • 代码:https://github.com/FishYuLi/BalancedGroupSoftmax

AugFPN: Improving Multi-scale Feature Learning for Object Detection

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Guo_AugFPN_Improving_Multi-Scale_Feature_Learning_for_Object_Detection_CVPR_2020_paper.pdf
  • 代码:https://github.com/Gus-Guo/AugFPN

Noise-Aware Fully Webly Supervised Object Detection

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Shen_Noise-Aware_Fully_Webly_Supervised_Object_Detection_CVPR_2020_paper.html
  • 代码:https://github.com/shenyunhang/NA-fWebSOD/

Learning a Unified Sample Weighting Network for Object Detection

  • 论文:https://arxiv.org/abs/2006.06568
  • 代码:https://github.com/caiqi/sample-weighting-network

D2Det: Towards High Quality Object Detection and Instance Segmentation

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Cao_D2Det_Towards_High_Quality_Object_Detection_and_Instance_Segmentation_CVPR_2020_paper.pdf

  • 代码:https://github.com/JialeCao001/D2Det

Dynamic Refinement Network for Oriented and Densely Packed Object Detection

  • 论文下载链接:https://arxiv.org/abs/2005.09973

  • 代码和数据集:https://github.com/Anymake/DRN_CVPR2020

Scale-Equalizing Pyramid Convolution for Object Detection

论文:https://arxiv.org/abs/2005.03101

代码:https://github.com/jshilong/SEPC

Revisiting the Sibling Head in Object Detector

  • 论文:https://arxiv.org/abs/2003.07540

  • 代码:https://github.com/Sense-X/TSD

Scale-equalizing Pyramid Convolution for Object Detection

  • 论文:暂无
  • 代码:https://github.com/jshilong/SEPC

Detection in Crowded Scenes: One Proposal, Multiple Predictions

  • 论文:https://arxiv.org/abs/2003.09163
  • 代码:https://github.com/megvii-model/CrowdDetection

Instance-aware, Context-focused, and Memory-efficient Weakly Supervised Object Detection

  • 论文:https://arxiv.org/abs/2004.04725
  • 代码:https://github.com/NVlabs/wetectron

Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection

  • 论文:https://arxiv.org/abs/1912.02424
  • 代码:https://github.com/sfzhang15/ATSS

BiDet: An Efficient Binarized Object Detector

  • 论文:https://arxiv.org/abs/2003.03961
  • 代码:https://github.com/ZiweiWangTHU/BiDet

Harmonizing Transferability and Discriminability for Adapting Object Detectors

  • 论文:https://arxiv.org/abs/2003.06297
  • 代码:https://github.com/chaoqichen/HTCN

CentripetalNet: Pursuing High-quality Keypoint Pairs for Object Detection

  • 论文:https://arxiv.org/abs/2003.09119
  • 代码:https://github.com/KiveeDong/CentripetalNet

Hit-Detector: Hierarchical Trinity Architecture Search for Object Detection

  • 论文:https://arxiv.org/abs/2003.11818
  • 代码:https://github.com/ggjy/HitDet.pytorch

EfficientDet: Scalable and Efficient Object Detection

  • 论文:https://arxiv.org/abs/1911.09070
  • 代码:https://github.com/google/automl/tree/master/efficientdet

3D目标检测

SESS: Self-Ensembling Semi-Supervised 3D Object Detection

  • 论文: https://arxiv.org/abs/1912.11803

  • 代码:https://github.com/Na-Z/sess

Associate-3Ddet: Perceptual-to-Conceptual Association for 3D Point Cloud Object Detection

  • 论文: https://arxiv.org/abs/2006.04356

  • 代码:https://github.com/dleam/Associate-3Ddet

What You See is What You Get: Exploiting Visibility for 3D Object Detection

  • 主页:https://www.cs.cmu.edu/~peiyunh/wysiwyg/

  • 论文:https://arxiv.org/abs/1912.04986

  • 代码:https://github.com/peiyunh/wysiwyg

Learning Depth-Guided Convolutions for Monocular 3D Object Detection

  • 论文:https://arxiv.org/abs/1912.04799
  • 代码:https://github.com/dingmyu/D4LCN

Structure Aware Single-stage 3D Object Detection from Point Cloud

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/He_Structure_Aware_Single-Stage_3D_Object_Detection_From_Point_Cloud_CVPR_2020_paper.html

  • 代码:https://github.com/skyhehe123/SA-SSD

IDA-3D: Instance-Depth-Aware 3D Object Detection from Stereo Vision for Autonomous Driving

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Peng_IDA-3D_Instance-Depth-Aware_3D_Object_Detection_From_Stereo_Vision_for_Autonomous_CVPR_2020_paper.pdf

  • 代码:https://github.com/swords123/IDA-3D

Train in Germany, Test in The USA: Making 3D Object Detectors Generalize

  • 论文:https://arxiv.org/abs/2005.08139

  • 代码:https://github.com/cxy1997/3D_adapt_auto_driving

MLCVNet: Multi-Level Context VoteNet for 3D Object Detection

  • 论文:https://arxiv.org/abs/2004.05679
  • 代码:https://github.com/NUAAXQ/MLCVNet

3DSSD: Point-based 3D Single Stage Object Detector

  • CVPR 2020 Oral

  • 论文:https://arxiv.org/abs/2002.10187

  • 代码:https://github.com/tomztyang/3DSSD

Disp R-CNN: Stereo 3D Object Detection via Shape Prior Guided Instance Disparity Estimation

  • 论文:https://arxiv.org/abs/2004.03572

  • 代码:https://github.com/zju3dv/disprcn

End-to-End Pseudo-LiDAR for Image-Based 3D Object Detection

  • 论文:https://arxiv.org/abs/2004.03080

  • 代码:https://github.com/mileyan/pseudo-LiDAR_e2e

DSGN: Deep Stereo Geometry Network for 3D Object Detection

  • 论文:https://arxiv.org/abs/2001.03398
  • 代码:https://github.com/chenyilun95/DSGN

LiDAR-based Online 3D Video Object Detection with Graph-based Message Passing and Spatiotemporal Transformer Attention

  • 论文:https://arxiv.org/abs/2004.01389
  • 代码:https://github.com/yinjunbo/3DVID

PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection

  • 论文:https://arxiv.org/abs/1912.13192

  • 代码:https://github.com/sshaoshuai/PV-RCNN

Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud

  • 论文:https://arxiv.org/abs/2003.01251
  • 代码:https://github.com/WeijingShi/Point-GNN

视频目标检测

Memory Enhanced Global-Local Aggregation for Video Object Detection

论文:https://arxiv.org/abs/2003.12063

代码:https://github.com/Scalsol/mega.pytorch

目标跟踪

SiamCAR: Siamese Fully Convolutional Classification and Regression for Visual Tracking

  • 论文:https://arxiv.org/abs/1911.07241
  • 代码:https://github.com/ohhhyeahhh/SiamCAR

D3S – A Discriminative Single Shot Segmentation Tracker

  • 论文:https://arxiv.org/abs/1911.08862
  • 代码:https://github.com/alanlukezic/d3s

ROAM: Recurrently Optimizing Tracking Model

  • 论文:https://arxiv.org/abs/1907.12006

  • 代码:https://github.com/skyoung/ROAM

Siam R-CNN: Visual Tracking by Re-Detection

  • 主页:https://www.vision.rwth-aachen.de/page/siamrcnn
  • 论文:https://arxiv.org/abs/1911.12836
  • 论文2:https://www.vision.rwth-aachen.de/media/papers/192/siamrcnn.pdf
  • 代码:https://github.com/VisualComputingInstitute/SiamR-CNN

Cooling-Shrinking Attack: Blinding the Tracker with Imperceptible Noises

  • 论文:https://arxiv.org/abs/2003.09595
  • 代码:https://github.com/MasterBin-IIAU/CSA

High-Performance Long-Term Tracking with Meta-Updater

  • 论文:https://arxiv.org/abs/2004.00305

  • 代码:https://github.com/Daikenan/LTMU

AutoTrack: Towards High-Performance Visual Tracking for UAV with Automatic Spatio-Temporal Regularization

  • 论文:https://arxiv.org/abs/2003.12949

  • 代码:https://github.com/vision4robotics/AutoTrack

Probabilistic Regression for Visual Tracking

  • 论文:https://arxiv.org/abs/2003.12565
  • 代码:https://github.com/visionml/pytracking

MAST: A Memory-Augmented Self-supervised Tracker

  • 论文:https://arxiv.org/abs/2002.07793
  • 代码:https://github.com/zlai0/MAST

Siamese Box Adaptive Network for Visual Tracking

  • 论文:https://arxiv.org/abs/2003.06761
  • 代码:https://github.com/hqucv/siamban

多目标跟踪

3D-ZeF: A 3D Zebrafish Tracking Benchmark Dataset

  • 主页:https://vap.aau.dk/3d-zef/
  • 论文:https://arxiv.org/abs/2006.08466
  • 代码:https://bitbucket.org/aauvap/3d-zef/src/master/
  • 数据集:https://motchallenge.net/data/3D-ZeF20

语义分割

FDA: Fourier Domain Adaptation for Semantic Segmentation

  • 论文:https://arxiv.org/abs/2004.05498

  • 代码:https://github.com/YanchaoYang/FDA

Super-BPD: Super Boundary-to-Pixel Direction for Fast Image Segmentation

  • 论文:暂无

  • 代码:https://github.com/JianqiangWan/Super-BPD

Single-Stage Semantic Segmentation from Image Labels

  • 论文:https://arxiv.org/abs/2005.08104

  • 代码:https://github.com/visinf/1-stage-wseg

Learning Texture Invariant Representation for Domain Adaptation of Semantic Segmentation

  • 论文:https://arxiv.org/abs/2003.00867
  • 代码:https://github.com/MyeongJin-Kim/Learning-Texture-Invariant-Representation

MSeg: A Composite Dataset for Multi-domain Semantic Segmentation

  • 论文:http://vladlen.info/papers/MSeg.pdf
  • 代码:https://github.com/mseg-dataset/mseg-api

CascadePSP: Toward Class-Agnostic and Very High-Resolution Segmentation via Global and Local Refinement

  • 论文:https://arxiv.org/abs/2005.02551
  • 代码:https://github.com/hkchengrex/CascadePSP

Unsupervised Intra-domain Adaptation for Semantic Segmentation through Self-Supervision

  • Oral
  • 论文:https://arxiv.org/abs/2004.07703
  • 代码:https://github.com/feipan664/IntraDA

Self-supervised Equivariant Attention Mechanism for Weakly Supervised Semantic Segmentation

  • 论文:https://arxiv.org/abs/2004.04581
  • 代码:https://github.com/YudeWang/SEAM

Temporally Distributed Networks for Fast Video Segmentation

  • 论文:https://arxiv.org/abs/2004.01800

  • 代码:https://github.com/feinanshan/TDNet

Context Prior for Scene Segmentation

  • 论文:https://arxiv.org/abs/2004.01547

  • 代码:https://git.io/ContextPrior

Strip Pooling: Rethinking Spatial Pooling for Scene Parsing

  • 论文:https://arxiv.org/abs/2003.13328

  • 代码:https://github.com/Andrew-Qibin/SPNet

Cars Can’t Fly up in the Sky: Improving Urban-Scene Segmentation via Height-driven Attention Networks

  • 论文:https://arxiv.org/abs/2003.05128
  • 代码:https://github.com/shachoi/HANet

Learning Dynamic Routing for Semantic Segmentation

  • 论文:https://arxiv.org/abs/2003.10401

  • 代码:https://github.com/yanwei-li/DynamicRouting

实例分割

D2Det: Towards High Quality Object Detection and Instance Segmentation

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Cao_D2Det_Towards_High_Quality_Object_Detection_and_Instance_Segmentation_CVPR_2020_paper.pdf

  • 代码:https://github.com/JialeCao001/D2Det

PolarMask: Single Shot Instance Segmentation with Polar Representation

  • 论文:https://arxiv.org/abs/1909.13226
  • 代码:https://github.com/xieenze/PolarMask
  • 解读:https://zhuanlan.zhihu.com/p/84890413

CenterMask : Real-Time Anchor-Free Instance Segmentation

  • 论文:https://arxiv.org/abs/1911.06667
  • 代码:https://github.com/youngwanLEE/CenterMask

BlendMask: Top-Down Meets Bottom-Up for Instance Segmentation

  • 论文:https://arxiv.org/abs/2001.00309
  • 代码:https://github.com/aim-uofa/AdelaiDet

Deep Snake for Real-Time Instance Segmentation

  • 论文:https://arxiv.org/abs/2001.01629
  • 代码:https://github.com/zju3dv/snake

Mask Encoding for Single Shot Instance Segmentation

  • 论文:https://arxiv.org/abs/2003.11712

  • 代码:https://github.com/aim-uofa/AdelaiDet

全景分割

Video Panoptic Segmentation

  • 论文:https://arxiv.org/abs/2006.11339
  • 代码:https://github.com/mcahny/vps
  • 数据集:https://www.dropbox.com/s/ecem4kq0fdkver4/cityscapes-vps-dataset-1.0.zip?dl=0

Pixel Consensus Voting for Panoptic Segmentation

  • 论文:https://arxiv.org/abs/2004.01849
  • 代码:还未公布

BANet: Bidirectional Aggregation Network with Occlusion Handling for Panoptic Segmentation

论文:https://arxiv.org/abs/2003.14031

代码:https://github.com/Mooonside/BANet

视频目标分割

A Transductive Approach for Video Object Segmentation

  • 论文:https://arxiv.org/abs/2004.07193

  • 代码:https://github.com/microsoft/transductive-vos.pytorch

State-Aware Tracker for Real-Time Video Object Segmentation

  • 论文:https://arxiv.org/abs/2003.00482

  • 代码:https://github.com/MegviiDetection/video_analyst

Learning Fast and Robust Target Models for Video Object Segmentation

  • 论文:https://arxiv.org/abs/2003.00908
  • 代码:https://github.com/andr345/frtm-vos

Learning Video Object Segmentation from Unlabeled Videos

  • 论文:https://arxiv.org/abs/2003.05020
  • 代码:https://github.com/carrierlxk/MuG

超像素分割

Superpixel Segmentation with Fully Convolutional Networks

  • 论文:https://arxiv.org/abs/2003.12929
  • 代码:https://github.com/fuy34/superpixel_fcn

交互式图像分割

Interactive Object Segmentation with Inside-Outside Guidance

  • 论文下载链接:http://openaccess.thecvf.com/content_CVPR_2020/papers/Zhang_Interactive_Object_Segmentation_With_Inside-Outside_Guidance_CVPR_2020_paper.pdf
  • 代码:https://github.com/shiyinzhang/Inside-Outside-Guidance
  • 数据集:https://github.com/shiyinzhang/Pixel-ImageNet

NAS

AOWS: Adaptive and optimal network width search with latency constraints

  • 论文:https://arxiv.org/abs/2005.10481
  • 代码:https://github.com/bermanmaxim/AOWS

Densely Connected Search Space for More Flexible Neural Architecture Search

  • 论文:https://arxiv.org/abs/1906.09607

  • 代码:https://github.com/JaminFong/DenseNAS

MTL-NAS: Task-Agnostic Neural Architecture Search towards General-Purpose Multi-Task Learning

  • 论文:https://arxiv.org/abs/2003.14058

  • 代码:https://github.com/bhpfelix/MTLNAS

FBNetV2: Differentiable Neural Architecture Search for Spatial and Channel Dimensions

  • 论文下载链接:https://arxiv.org/abs/2004.05565

  • 代码:https://github.com/facebookresearch/mobile-vision

Neural Architecture Search for Lightweight Non-Local Networks

  • 论文:https://arxiv.org/abs/2004.01961
  • 代码:https://github.com/LiYingwei/AutoNL

Rethinking Performance Estimation in Neural Architecture Search

  • 论文:https://arxiv.org/abs/2005.09917
  • 代码:https://github.com/zhengxiawu/rethinking_performance_estimation_in_NAS
  • 解读1:https://www.zhihu.com/question/372070853/answer/1035234510
  • 解读2:https://zhuanlan.zhihu.com/p/111167409

CARS: Continuous Evolution for Efficient Neural Architecture Search

  • 论文:https://arxiv.org/abs/1909.04977
  • 代码(即将开源):https://github.com/huawei-noah/CARS

GAN

SEAN: Image Synthesis with Semantic Region-Adaptive Normalization

  • 论文:https://arxiv.org/abs/1911.12861
  • 代码:https://github.com/ZPdesu/SEAN

Reusing Discriminators for Encoding: Towards Unsupervised Image-to-Image Translation

  • 论文地址:http://openaccess.thecvf.com/content_CVPR_2020/html/Chen_Reusing_Discriminators_for_Encoding_Towards_Unsupervised_Image-to-Image_Translation_CVPR_2020_paper.html
  • 代码地址:https://github.com/alpc91/NICE-GAN-pytorch

Distribution-induced Bidirectional Generative Adversarial Network for Graph Representation Learning

  • 论文:https://arxiv.org/abs/1912.01899
  • 代码:https://github.com/SsGood/DBGAN

PSGAN: Pose and Expression Robust Spatial-Aware GAN for Customizable Makeup Transfer

  • 论文:https://arxiv.org/abs/1909.06956
  • 代码:https://github.com/wtjiang98/PSGAN

Semantically Mutil-modal Image Synthesis

  • 主页:http://seanseattle.github.io/SMIS
  • 论文:https://arxiv.org/abs/2003.12697
  • 代码:https://github.com/Seanseattle/SMIS

Unpaired Portrait Drawing Generation via Asymmetric Cycle Mapping

  • 论文:https://yiranran.github.io/files/CVPR2020_Unpaired%20Portrait%20Drawing%20Generation%20via%20Asymmetric%20Cycle%20Mapping.pdf
  • 代码:https://github.com/yiranran/Unpaired-Portrait-Drawing

Learning to Cartoonize Using White-box Cartoon Representations

  • 论文:https://github.com/SystemErrorWang/White-box-Cartoonization/blob/master/paper/06791.pdf

  • 主页:https://systemerrorwang.github.io/White-box-Cartoonization/

  • 代码:https://github.com/SystemErrorWang/White-box-Cartoonization

  • 解读:https://zhuanlan.zhihu.com/p/117422157

  • Demo视频:https://www.bilibili.com/video/av56708333

GAN Compression: Efficient Architectures for Interactive Conditional GANs

  • 论文:https://arxiv.org/abs/2003.08936

  • 代码:https://github.com/mit-han-lab/gan-compression

Watch your Up-Convolution: CNN Based Generative Deep Neural Networks are Failing to Reproduce Spectral Distributions

  • 论文:https://arxiv.org/abs/2003.01826
  • 代码:https://github.com/cc-hpc-itwm/UpConv

Re-ID

High-Order Information Matters: Learning Relation and Topology for Occluded Person Re-Identification

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Wang_High-Order_Information_Matters_Learning_Relation_and_Topology_for_Occluded_Person_CVPR_2020_paper.html
  • 代码:https://github.com/wangguanan/HOReID

COCAS: A Large-Scale Clothes Changing Person Dataset for Re-identification

  • 论文:https://arxiv.org/abs/2005.07862

  • 数据集:暂无

Transferable, Controllable, and Inconspicuous Adversarial Attacks on Person Re-identification With Deep Mis-Ranking

  • 论文:https://arxiv.org/abs/2004.04199

  • 代码:https://github.com/whj363636/Adversarial-attack-on-Person-ReID-With-Deep-Mis-Ranking

Pose-guided Visible Part Matching for Occluded Person ReID

  • 论文:https://arxiv.org/abs/2004.00230
  • 代码:https://github.com/hh23333/PVPM

Weakly supervised discriminative feature learning with state information for person identification

  • 论文:https://arxiv.org/abs/2002.11939
  • 代码:https://github.com/KovenYu/state-information

3D点云(分类/分割/配准等)

3D点云卷积

PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling

  • 论文:https://arxiv.org/abs/2003.00492
  • 代码:https://github.com/yanx27/PointASNL

Global-Local Bidirectional Reasoning for Unsupervised Representation Learning of 3D Point Clouds

  • 论文下载链接:https://arxiv.org/abs/2003.12971

  • 代码:https://github.com/raoyongming/PointGLR

Grid-GCN for Fast and Scalable Point Cloud Learning

  • 论文:https://arxiv.org/abs/1912.02984

  • 代码:https://github.com/Xharlie/Grid-GCN

FPConv: Learning Local Flattening for Point Convolution

  • 论文:https://arxiv.org/abs/2002.10701
  • 代码:https://github.com/lyqun/FPConv

3D点云分类

PointAugment: an Auto-Augmentation Framework for Point Cloud Classification

  • 论文:https://arxiv.org/abs/2002.10876
  • 代码(即将开源): https://github.com/liruihui/PointAugment/

3D点云语义分割

RandLA-Net: Efficient Semantic Segmentation of Large-Scale Point Clouds

  • 论文:https://arxiv.org/abs/1911.11236

  • 代码:https://github.com/QingyongHu/RandLA-Net

  • 解读:https://zhuanlan.zhihu.com/p/105433460

Weakly Supervised Semantic Point Cloud Segmentation:Towards 10X Fewer Labels

  • 论文:https://arxiv.org/abs/2004.04091

  • 代码:https://github.com/alex-xun-xu/WeakSupPointCloudSeg

PolarNet: An Improved Grid Representation for Online LiDAR Point Clouds Semantic Segmentation

  • 论文:https://arxiv.org/abs/2003.14032
  • 代码:https://github.com/edwardzhou130/PolarSeg

Learning to Segment 3D Point Clouds in 2D Image Space

  • 论文:https://arxiv.org/abs/2003.05593

  • 代码:https://github.com/WPI-VISLab/Learning-to-Segment-3D-Point-Clouds-in-2D-Image-Space

3D点云实例分割

PointGroup: Dual-Set Point Grouping for 3D Instance Segmentation

  • 论文:https://arxiv.org/abs/2004.01658
  • 代码:https://github.com/Jia-Research-Lab/PointGroup

3D点云配准

Feature-metric Registration: A Fast Semi-supervised Approach for Robust Point Cloud Registration without Correspondences

  • 论文:https://arxiv.org/abs/2005.01014
  • 代码:https://github.com/XiaoshuiHuang/fmr

D3Feat: Joint Learning of Dense Detection and Description of 3D Local Features

  • 论文:https://arxiv.org/abs/2003.03164
  • 代码:https://github.com/XuyangBai/D3Feat

RPM-Net: Robust Point Matching using Learned Features

  • 论文:https://arxiv.org/abs/2003.13479
  • 代码:https://github.com/yewzijian/RPMNet

3D点云补全

Cascaded Refinement Network for Point Cloud Completion

  • 论文:https://arxiv.org/abs/2004.03327
  • 代码:https://github.com/xiaogangw/cascaded-point-completion

3D点云目标跟踪

P2B: Point-to-Box Network for 3D Object Tracking in Point Clouds

  • 论文:https://arxiv.org/abs/2005.13888
  • 代码:https://github.com/HaozheQi/P2B

其他

An Efficient PointLSTM for Point Clouds Based Gesture Recognition

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Min_An_Efficient_PointLSTM_for_Point_Clouds_Based_Gesture_Recognition_CVPR_2020_paper.html
  • 代码:https://github.com/Blueprintf/pointlstm-gesture-recognition-pytorch

人脸

人脸识别

CurricularFace: Adaptive Curriculum Learning Loss for Deep Face Recognition

  • 论文:https://arxiv.org/abs/2004.00288

  • 代码:https://github.com/HuangYG123/CurricularFace

Learning Meta Face Recognition in Unseen Domains

  • 论文:https://arxiv.org/abs/2003.07733
  • 代码:https://github.com/cleardusk/MFR
  • 解读:https://mp.weixin.qq.com/s/YZoEnjpnlvb90qSI3xdJqQ

人脸检测

人脸活体检测

Searching Central Difference Convolutional Networks for Face Anti-Spoofing

  • 论文:https://arxiv.org/abs/2003.04092

  • 代码:https://github.com/ZitongYu/CDCN

人脸表情识别

Suppressing Uncertainties for Large-Scale Facial Expression Recognition

  • 论文:https://arxiv.org/abs/2002.10392

  • 代码(即将开源):https://github.com/kaiwang960112/Self-Cure-Network

人脸转正

Rotate-and-Render: Unsupervised Photorealistic Face Rotation from Single-View Images

  • 论文:https://arxiv.org/abs/2003.08124
  • 代码:https://github.com/Hangz-nju-cuhk/Rotate-and-Render

人脸3D重建

AvatarMe: Realistically Renderable 3D Facial Reconstruction "in-the-wild"

  • 论文:https://arxiv.org/abs/2003.13845
  • 数据集:https://github.com/lattas/AvatarMe

FaceScape: a Large-scale High Quality 3D Face Dataset and Detailed Riggable 3D Face Prediction

  • 论文:https://arxiv.org/abs/2003.13989
  • 代码:https://github.com/zhuhao-nju/facescape

人体姿态估计(2D/3D)

2D人体姿态估计

TransMoMo: Invariance-Driven Unsupervised Video Motion Retargeting

  • 主页:https://yzhq97.github.io/transmomo/

  • 论文:https://arxiv.org/abs/2003.14401

  • 代码:https://github.com/yzhq97/transmomo.pytorch

HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation

  • 论文:https://arxiv.org/abs/1908.10357
  • 代码:https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation

The Devil is in the Details: Delving into Unbiased Data Processing for Human Pose Estimation

  • 论文:https://arxiv.org/abs/1911.07524
  • 代码:https://github.com/HuangJunJie2017/UDP-Pose
  • 解读:https://zhuanlan.zhihu.com/p/92525039

Distribution-Aware Coordinate Representation for Human Pose Estimation

  • 主页:https://ilovepose.github.io/coco/

  • 论文:https://arxiv.org/abs/1910.06278

  • 代码:https://github.com/ilovepose/DarkPose

3D人体姿态估计

Cascaded Deep Monocular 3D Human Pose Estimation With Evolutionary Training Data

  • 论文:https://arxiv.org/abs/2006.07778
  • 代码:https://github.com/Nicholasli1995/EvoSkeleton

Fusing Wearable IMUs with Multi-View Images for Human Pose Estimation: A Geometric Approach

  • 主页:https://www.zhe-zhang.com/cvpr2020

  • 论文:https://arxiv.org/abs/2003.11163

  • 代码:https://github.com/CHUNYUWANG/imu-human-pose-pytorch

Bodies at Rest: 3D Human Pose and Shape Estimation from a Pressure Image using Synthetic Data

  • 论文下载链接:https://arxiv.org/abs/2004.01166

  • 代码:https://github.com/Healthcare-Robotics/bodies-at-rest

  • 数据集:https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/KOA4ML

Self-Supervised 3D Human Pose Estimation via Part Guided Novel Image Synthesis

  • 主页:http://val.cds.iisc.ac.in/pgp-human/
  • 论文:https://arxiv.org/abs/2004.04400

Compressed Volumetric Heatmaps for Multi-Person 3D Pose Estimation

  • 论文:https://arxiv.org/abs/2004.00329
  • 代码:https://github.com/fabbrimatteo/LoCO

VIBE: Video Inference for Human Body Pose and Shape Estimation

  • 论文:https://arxiv.org/abs/1912.05656
  • 代码:https://github.com/mkocabas/VIBE

Back to the Future: Joint Aware Temporal Deep Learning 3D Human Pose Estimation

  • 论文:https://arxiv.org/abs/2002.11251
  • 代码:https://github.com/vnmr/JointVideoPose3D

Cross-View Tracking for Multi-Human 3D Pose Estimation at over 100 FPS

  • 论文:https://arxiv.org/abs/2003.03972
  • 数据集:暂无

人体解析

Correlating Edge, Pose with Parsing

  • 论文:https://arxiv.org/abs/2005.01431

  • 代码:https://github.com/ziwei-zh/CorrPM

场景文本检测

STEFANN: Scene Text Editor using Font Adaptive Neural Network

  • 主页:https://prasunroy.github.io/stefann/

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Roy_STEFANN_Scene_Text_Editor_Using_Font_Adaptive_Neural_Network_CVPR_2020_paper.html

  • 代码:https://github.com/prasunroy/stefann

  • 数据集:https://drive.google.com/open?id=1sEDiX_jORh2X-HSzUnjIyZr-G9LJIw1k

ContourNet: Taking a Further Step Toward Accurate Arbitrary-Shaped Scene Text Detection

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Wang_ContourNet_Taking_a_Further_Step_Toward_Accurate_Arbitrary-Shaped_Scene_Text_CVPR_2020_paper.pdf
  • 代码:https://github.com/wangyuxin87/ContourNet

UnrealText: Synthesizing Realistic Scene Text Images from the Unreal World

  • 论文:https://arxiv.org/abs/2003.10608
  • 代码和数据集:https://github.com/Jyouhou/UnrealText/

ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network

  • 论文:https://arxiv.org/abs/2002.10200
  • 代码(即将开源):https://github.com/Yuliang-Liu/bezier_curve_text_spotting
  • 代码(即将开源):https://github.com/aim-uofa/adet

Deep Relational Reasoning Graph Network for Arbitrary Shape Text Detection

  • 论文:https://arxiv.org/abs/2003.07493

  • 代码:https://github.com/GXYM/DRRG

场景文本识别

SEED: Semantics Enhanced Encoder-Decoder Framework for Scene Text Recognition

  • 论文:https://arxiv.org/abs/2005.10977
  • 代码:https://github.com/Pay20Y/SEED

UnrealText: Synthesizing Realistic Scene Text Images from the Unreal World

  • 论文:https://arxiv.org/abs/2003.10608
  • 代码和数据集:https://github.com/Jyouhou/UnrealText/

ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network

  • 论文:https://arxiv.org/abs/2002.10200
  • 代码(即将开源):https://github.com/aim-uofa/adet

Learn to Augment: Joint Data Augmentation and Network Optimization for Text Recognition

  • 论文:https://arxiv.org/abs/2003.06606

  • 代码:https://github.com/Canjie-Luo/Text-Image-Augmentation

特征(点)检测和描述

SuperGlue: Learning Feature Matching with Graph Neural Networks

  • 论文:https://arxiv.org/abs/1911.11763
  • 代码:https://github.com/magicleap/SuperGluePretrainedNetwork

超分辨率

图像超分辨率

Closed-Loop Matters: Dual Regression Networks for Single Image Super-Resolution

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Guo_Closed-Loop_Matters_Dual_Regression_Networks_for_Single_Image_Super-Resolution_CVPR_2020_paper.html
  • 代码:https://github.com/guoyongcs/DRN

Learning Texture Transformer Network for Image Super-Resolution

  • 论文:https://arxiv.org/abs/2006.04139

  • 代码:https://github.com/FuzhiYang/TTSR

Image Super-Resolution with Cross-Scale Non-Local Attention and Exhaustive Self-Exemplars Mining

  • 论文:https://arxiv.org/abs/2006.01424
  • 代码:https://github.com/SHI-Labs/Cross-Scale-Non-Local-Attention

Structure-Preserving Super Resolution with Gradient Guidance

  • 论文:https://arxiv.org/abs/2003.13081

  • 代码:https://github.com/Maclory/SPSR

Rethinking Data Augmentation for Image Super-resolution: A Comprehensive Analysis and a New Strategy

论文:https://arxiv.org/abs/2004.00448

代码:https://github.com/clovaai/cutblur

视频超分辨率

TDAN: Temporally-Deformable Alignment Network for Video Super-Resolution

  • 论文:https://arxiv.org/abs/1812.02898
  • 代码:https://github.com/YapengTian/TDAN-VSR-CVPR-2020

Space-Time-Aware Multi-Resolution Video Enhancement

  • 主页:https://alterzero.github.io/projects/STAR.html
  • 论文:http://arxiv.org/abs/2003.13170
  • 代码:https://github.com/alterzero/STARnet

Zooming Slow-Mo: Fast and Accurate One-Stage Space-Time Video Super-Resolution

  • 论文:https://arxiv.org/abs/2002.11616
  • 代码:https://github.com/Mukosame/Zooming-Slow-Mo-CVPR-2020

模型压缩/剪枝

DMCP: Differentiable Markov Channel Pruning for Neural Networks

  • 论文:https://arxiv.org/abs/2005.03354
  • 代码:https://github.com/zx55/dmcp

Forward and Backward Information Retention for Accurate Binary Neural Networks

  • 论文:https://arxiv.org/abs/1909.10788

  • 代码:https://github.com/htqin/IR-Net

Towards Efficient Model Compression via Learned Global Ranking

  • 论文:https://arxiv.org/abs/1904.12368
  • 代码:https://github.com/cmu-enyac/LeGR

HRank: Filter Pruning using High-Rank Feature Map

  • 论文:http://arxiv.org/abs/2002.10179
  • 代码:https://github.com/lmbxmu/HRank

GAN Compression: Efficient Architectures for Interactive Conditional GANs

  • 论文:https://arxiv.org/abs/2003.08936

  • 代码:https://github.com/mit-han-lab/gan-compression

Group Sparsity: The Hinge Between Filter Pruning and Decomposition for Network Compression

  • 论文:https://arxiv.org/abs/2003.08935

  • 代码:https://github.com/ofsoundof/group_sparsity

视频理解/行为识别

Oops! Predicting Unintentional Action in Video

  • 主页:https://oops.cs.columbia.edu/

  • 论文:https://arxiv.org/abs/1911.11206

  • 代码:https://github.com/cvlab-columbia/oops

  • 数据集:https://oops.cs.columbia.edu/data

PREDICT & CLUSTER: Unsupervised Skeleton Based Action Recognition

  • 论文:https://arxiv.org/abs/1911.12409
  • 代码:https://github.com/shlizee/Predict-Cluster

Intra- and Inter-Action Understanding via Temporal Action Parsing

  • 论文:https://arxiv.org/abs/2005.10229
  • 主页和数据集:https://sdolivia.github.io/TAPOS/

3DV: 3D Dynamic Voxel for Action Recognition in Depth Video

  • 论文:https://arxiv.org/abs/2005.05501
  • 代码:https://github.com/3huo/3DV-Action

FineGym: A Hierarchical Video Dataset for Fine-grained Action Understanding

  • 主页:https://sdolivia.github.io/FineGym/
  • 论文:https://arxiv.org/abs/2004.06704

TEA: Temporal Excitation and Aggregation for Action Recognition

  • 论文:https://arxiv.org/abs/2004.01398

  • 代码:https://github.com/Phoenix1327/tea-action-recognition

X3D: Expanding Architectures for Efficient Video Recognition

  • 论文:https://arxiv.org/abs/2004.04730

  • 代码:https://github.com/facebookresearch/SlowFast

Temporal Pyramid Network for Action Recognition

  • 主页:https://decisionforce.github.io/TPN

  • 论文:https://arxiv.org/abs/2004.03548

  • 代码:https://github.com/decisionforce/TPN

基于骨架的动作识别

Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition

  • 论文:https://arxiv.org/abs/2003.14111
  • 代码:https://github.com/kenziyuliu/ms-g3d

人群计数

深度估计

BiFuse: Monocular 360◦ Depth Estimation via Bi-Projection Fusion

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Wang_BiFuse_Monocular_360_Depth_Estimation_via_Bi-Projection_Fusion_CVPR_2020_paper.pdf
  • 代码:https://github.com/Yeh-yu-hsuan/BiFuse

Focus on defocus: bridging the synthetic to real domain gap for depth estimation

  • 论文:https://arxiv.org/abs/2005.09623
  • 代码:https://github.com/dvl-tum/defocus-net

Bi3D: Stereo Depth Estimation via Binary Classifications

  • 论文:https://arxiv.org/abs/2005.07274

  • 代码:https://github.com/NVlabs/Bi3D

AANet: Adaptive Aggregation Network for Efficient Stereo Matching

  • 论文:https://arxiv.org/abs/2004.09548
  • 代码:https://github.com/haofeixu/aanet

Towards Better Generalization: Joint Depth-Pose Learning without PoseNet

  • 论文:https://github.com/B1ueber2y/TrianFlow

  • 代码:https://github.com/B1ueber2y/TrianFlow

单目深度估计

On the uncertainty of self-supervised monocular depth estimation

  • 论文:https://arxiv.org/abs/2005.06209
  • 代码:https://github.com/mattpoggi/mono-uncertainty

3D Packing for Self-Supervised Monocular Depth Estimation

  • 论文:https://arxiv.org/abs/1905.02693
  • 代码:https://github.com/TRI-ML/packnet-sfm
  • Demo视频:https://www.bilibili.com/video/av70562892/

Domain Decluttering: Simplifying Images to Mitigate Synthetic-Real Domain Shift and Improve Depth Estimation

  • 论文:https://arxiv.org/abs/2002.12114
  • 代码:https://github.com/yzhao520/ARC

6D目标姿态估计

PVN3D: A Deep Point-wise 3D Keypoints Voting Network for 6DoF Pose Estimation

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/He_PVN3D_A_Deep_Point-Wise_3D_Keypoints_Voting_Network_for_6DoF_CVPR_2020_paper.pdf
  • 代码:https://github.com/ethnhe/PVN3D

MoreFusion: Multi-object Reasoning for 6D Pose Estimation from Volumetric Fusion

  • 论文:https://arxiv.org/abs/2004.04336
  • 代码:https://github.com/wkentaro/morefusion

EPOS: Estimating 6D Pose of Objects with Symmetries

主页:http://cmp.felk.cvut.cz/epos

论文:https://arxiv.org/abs/2004.00605

G2L-Net: Global to Local Network for Real-time 6D Pose Estimation with Embedding Vector Features

  • 论文:https://arxiv.org/abs/2003.11089

  • 代码:https://github.com/DC1991/G2L_Net

手势估计

HOPE-Net: A Graph-based Model for Hand-Object Pose Estimation

  • 论文:https://arxiv.org/abs/2004.00060

  • 主页:http://vision.sice.indiana.edu/projects/hopenet

Monocular Real-time Hand Shape and Motion Capture using Multi-modal Data

  • 论文:https://arxiv.org/abs/2003.09572

  • 代码:https://github.com/CalciferZh/minimal-hand

显著性检测

JL-DCF: Joint Learning and Densely-Cooperative Fusion Framework for RGB-D Salient Object Detection

  • 论文:https://arxiv.org/abs/2004.08515

  • 代码:https://github.com/kerenfu/JLDCF/

UC-Net: Uncertainty Inspired RGB-D Saliency Detection via Conditional Variational Autoencoders

  • 主页:http://dpfan.net/d3netbenchmark/

  • 论文:https://arxiv.org/abs/2004.05763

  • 代码:https://github.com/JingZhang617/UCNet

去噪

A Physics-based Noise Formation Model for Extreme Low-light Raw Denoising

  • 论文:https://arxiv.org/abs/2003.12751

  • 代码:https://github.com/Vandermode/NoiseModel

CycleISP: Real Image Restoration via Improved Data Synthesis

  • 论文:https://arxiv.org/abs/2003.07761

  • 代码:https://github.com/swz30/CycleISP

去雨

Multi-Scale Progressive Fusion Network for Single Image Deraining

  • 论文:https://arxiv.org/abs/2003.10985
  • 代码:https://github.com/kuihua/MSPFN

Detail-recovery Image Deraining via Context Aggregation Networks

  • 论文:https://openaccess.thecvf.com/content_CVPR_2020/html/Deng_Detail-recovery_Image_Deraining_via_Context_Aggregation_Networks_CVPR_2020_paper.html
  • 代码:https://github.com/Dengsgithub/DRD-Net

去模糊

视频去模糊

Cascaded Deep Video Deblurring Using Temporal Sharpness Prior

  • 主页:https://csbhr.github.io/projects/cdvd-tsp/index.html
  • 论文:https://arxiv.org/abs/2004.02501
  • 代码:https://github.com/csbhr/CDVD-TSP

去雾

Domain Adaptation for Image Dehazing

  • 论文:https://arxiv.org/abs/2005.04668

  • 代码:https://github.com/HUSTSYJ/DA_dahazing

Multi-Scale Boosted Dehazing Network with Dense Feature Fusion

  • 论文:https://arxiv.org/abs/2004.13388

  • 代码:https://github.com/BookerDeWitt/MSBDN-DFF

特征点检测与描述

ASLFeat: Learning Local Features of Accurate Shape and Localization

  • 论文:https://arxiv.org/abs/2003.10071

  • 代码:https://github.com/lzx551402/aslfeat

视觉问答(VQA)

VC R-CNN:Visual Commonsense R-CNN

  • 论文:https://arxiv.org/abs/2002.12204
  • 代码:https://github.com/Wangt-CN/VC-R-CNN

视频问答(VideoQA)

Hierarchical Conditional Relation Networks for Video Question Answering

  • 论文:https://arxiv.org/abs/2002.10698
  • 代码:https://github.com/thaolmk54/hcrn-videoqa

视觉语言导航

Towards Learning a Generic Agent for Vision-and-Language Navigation via Pre-training

  • 论文:https://arxiv.org/abs/2002.10638
  • 代码(即将开源):https://github.com/weituo12321/PREVALENT

视频压缩

Learning for Video Compression with Hierarchical Quality and Recurrent Enhancement

  • 论文:https://arxiv.org/abs/2003.01966
  • 代码:https://github.com/RenYang-home/HLVC

视频插帧

AdaCoF: Adaptive Collaboration of Flows for Video Frame Interpolation

  • 论文:https://arxiv.org/abs/1907.10244
  • 代码:https://github.com/HyeongminLEE/AdaCoF-pytorch

FeatureFlow: Robust Video Interpolation via Structure-to-Texture Generation

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Gui_FeatureFlow_Robust_Video_Interpolation_via_Structure-to-Texture_Generation_CVPR_2020_paper.html

  • 代码:https://github.com/CM-BF/FeatureFlow

Zooming Slow-Mo: Fast and Accurate One-Stage Space-Time Video Super-Resolution

  • 论文:https://arxiv.org/abs/2002.11616
  • 代码:https://github.com/Mukosame/Zooming-Slow-Mo-CVPR-2020

Space-Time-Aware Multi-Resolution Video Enhancement

  • 主页:https://alterzero.github.io/projects/STAR.html
  • 论文:http://arxiv.org/abs/2003.13170
  • 代码:https://github.com/alterzero/STARnet

Scene-Adaptive Video Frame Interpolation via Meta-Learning

  • 论文:https://arxiv.org/abs/2004.00779
  • 代码:https://github.com/myungsub/meta-interpolation

Softmax Splatting for Video Frame Interpolation

  • 主页:http://sniklaus.com/papers/softsplat
  • 论文:https://arxiv.org/abs/2003.05534
  • 代码:https://github.com/sniklaus/softmax-splatting

风格迁移

Diversified Arbitrary Style Transfer via Deep Feature Perturbation

  • 论文:https://arxiv.org/abs/1909.08223
  • 代码:https://github.com/EndyWon/Deep-Feature-Perturbation

Collaborative Distillation for Ultra-Resolution Universal Style Transfer

  • 论文:https://arxiv.org/abs/2003.08436

  • 代码:https://github.com/mingsun-tse/collaborative-distillation

车道线检测

Inter-Region Affinity Distillation for Road Marking Segmentation

  • 论文:https://arxiv.org/abs/2004.05304
  • 代码:https://github.com/cardwing/Codes-for-IntRA-KD

"人-物"交互(HOT)检测

PPDM: Parallel Point Detection and Matching for Real-time Human-Object Interaction Detection

  • 论文:https://arxiv.org/abs/1912.12898
  • 代码:https://github.com/YueLiao/PPDM

Detailed 2D-3D Joint Representation for Human-Object Interaction

  • 论文:https://arxiv.org/abs/2004.08154

  • 代码:https://github.com/DirtyHarryLYL/DJ-RN

Cascaded Human-Object Interaction Recognition

  • 论文:https://arxiv.org/abs/2003.04262

  • 代码:https://github.com/tfzhou/C-HOI

VSGNet: Spatial Attention Network for Detecting Human Object Interactions Using Graph Convolutions

  • 论文:https://arxiv.org/abs/2003.05541
  • 代码:https://github.com/ASMIftekhar/VSGNet

轨迹预测

The Garden of Forking Paths: Towards Multi-Future Trajectory Prediction

  • 论文:https://arxiv.org/abs/1912.06445
  • 代码:https://github.com/JunweiLiang/Multiverse
  • 数据集:https://next.cs.cmu.edu/multiverse/

Social-STGCNN: A Social Spatio-Temporal Graph Convolutional Neural Network for Human Trajectory Prediction

  • 论文:https://arxiv.org/abs/2002.11927
  • 代码:https://github.com/abduallahmohamed/Social-STGCNN

运动预测

Collaborative Motion Prediction via Neural Motion Message Passing

  • 论文:https://arxiv.org/abs/2003.06594
  • 代码:https://github.com/PhyllisH/NMMP

MotionNet: Joint Perception and Motion Prediction for Autonomous Driving Based on Bird’s Eye View Maps

  • 论文:https://arxiv.org/abs/2003.06754

  • 代码:https://github.com/pxiangwu/MotionNet

光流估计

Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation

  • 论文:https://arxiv.org/abs/2003.13045
  • 代码:https://github.com/lliuz/ARFlow

图像检索

Evade Deep Image Retrieval by Stashing Private Images in the Hash Space

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Xiao_Evade_Deep_Image_Retrieval_by_Stashing_Private_Images_in_the_CVPR_2020_paper.html
  • 代码:https://github.com/sugarruy/hashstash

虚拟试衣

Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content

  • 论文:https://arxiv.org/abs/2003.05863
  • 代码:https://github.com/switchablenorms/DeepFashion_Try_On

HDR

Single-Image HDR Reconstruction by Learning to Reverse the Camera Pipeline

  • 主页:https://www.cmlab.csie.ntu.edu.tw/~yulunliu/SingleHDR

  • 论文下载链接:https://www.cmlab.csie.ntu.edu.tw/~yulunliu/SingleHDR_/00942.pdf

  • 代码:https://github.com/alex04072000/SingleHDR

对抗样本

Enhancing Cross-Task Black-Box Transferability of Adversarial Examples With Dispersion Reduction

  • 论文:https://openaccess.thecvf.com/content_CVPR_2020/papers/Lu_Enhancing_Cross-Task_Black-Box_Transferability_of_Adversarial_Examples_With_Dispersion_Reduction_CVPR_2020_paper.pdf
  • 代码:https://github.com/erbloo/dr_cvpr20

Towards Large yet Imperceptible Adversarial Image Perturbations with Perceptual Color Distance

  • 论文:https://arxiv.org/abs/1911.02466
  • 代码:https://github.com/ZhengyuZhao/PerC-Adversarial

三维重建

Unsupervised Learning of Probably Symmetric Deformable 3D Objects from Images in the Wild

  • CVPR 2020 Best Paper
  • 主页:https://elliottwu.com/projects/unsup3d/
  • 论文:https://arxiv.org/abs/1911.11130
  • 代码:https://github.com/elliottwu/unsup3d

Multi-Level Pixel-Aligned Implicit Function for High-Resolution 3D Human Digitization

  • 主页:https://shunsukesaito.github.io/PIFuHD/

  • 论文:https://arxiv.org/abs/2004.00452

  • 代码:https://github.com/facebookresearch/pifuhd

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Patel_TailorNet_Predicting_Clothing_in_3D_as_a_Function_of_Human_CVPR_2020_paper.pdf

  • 代码:https://github.com/chaitanya100100/TailorNet

  • 数据集:https://github.com/zycliao/TailorNet_dataset

Implicit Functions in Feature Space for 3D Shape Reconstruction and Completion

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Chibane_Implicit_Functions_in_Feature_Space_for_3D_Shape_Reconstruction_and_CVPR_2020_paper.pdf

  • 代码:https://github.com/jchibane/if-net

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Mir_Learning_to_Transfer_Texture_From_Clothing_Images_to_3D_Humans_CVPR_2020_paper.pdf

  • 代码:https://github.com/aymenmir1/pix2surf

深度补全

Uncertainty-Aware CNNs for Depth Completion: Uncertainty from Beginning to End

论文:https://arxiv.org/abs/2006.03349

代码:https://github.com/abdo-eldesokey/pncnn

语义场景补全

3D Sketch-aware Semantic Scene Completion via Semi-supervised Structure Prior

  • 论文:https://arxiv.org/abs/2003.14052
  • 代码:https://github.com/charlesCXK/TorchSSC

图像/视频描述

Syntax-Aware Action Targeting for Video Captioning

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Zheng_Syntax-Aware_Action_Targeting_for_Video_Captioning_CVPR_2020_paper.pdf
  • 代码:https://github.com/SydCaption/SAAT

线框解析

Holistically-Attracted Wireframe Parser

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Xue_Holistically-Attracted_Wireframe_Parsing_CVPR_2020_paper.html

  • 代码:https://github.com/cherubicXN/hawp

数据集

OASIS: A Large-Scale Dataset for Single Image 3D in the Wild

  • 论文:https://arxiv.org/abs/2007.13215
  • 数据集:https://oasis.cs.princeton.edu/

STEFANN: Scene Text Editor using Font Adaptive Neural Network

  • 主页:https://prasunroy.github.io/stefann/

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Roy_STEFANN_Scene_Text_Editor_Using_Font_Adaptive_Neural_Network_CVPR_2020_paper.html

  • 代码:https://github.com/prasunroy/stefann

  • 数据集:https://drive.google.com/open?id=1sEDiX_jORh2X-HSzUnjIyZr-G9LJIw1k

Interactive Object Segmentation with Inside-Outside Guidance

  • 论文下载链接:http://openaccess.thecvf.com/content_CVPR_2020/papers/Zhang_Interactive_Object_Segmentation_With_Inside-Outside_Guidance_CVPR_2020_paper.pdf
  • 代码:https://github.com/shiyinzhang/Inside-Outside-Guidance
  • 数据集:https://github.com/shiyinzhang/Pixel-ImageNet

Video Panoptic Segmentation

  • 论文:https://arxiv.org/abs/2006.11339
  • 代码:https://github.com/mcahny/vps
  • 数据集:https://www.dropbox.com/s/ecem4kq0fdkver4/cityscapes-vps-dataset-1.0.zip?dl=0

FSS-1000: A 1000-Class Dataset for Few-Shot Segmentation

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Li_FSS-1000_A_1000-Class_Dataset_for_Few-Shot_Segmentation_CVPR_2020_paper.html

  • 代码:https://github.com/HKUSTCV/FSS-1000

  • 数据集:https://github.com/HKUSTCV/FSS-1000

3D-ZeF: A 3D Zebrafish Tracking Benchmark Dataset

  • 主页:https://vap.aau.dk/3d-zef/
  • 论文:https://arxiv.org/abs/2006.08466
  • 代码:https://bitbucket.org/aauvap/3d-zef/src/master/
  • 数据集:https://motchallenge.net/data/3D-ZeF20

TailorNet: Predicting Clothing in 3D as a Function of Human Pose, Shape and Garment Style

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/papers/Patel_TailorNet_Predicting_Clothing_in_3D_as_a_Function_of_Human_CVPR_2020_paper.pdf
  • 代码:https://github.com/chaitanya100100/TailorNet
  • 数据集:https://github.com/zycliao/TailorNet_dataset

Oops! Predicting Unintentional Action in Video

  • 主页:https://oops.cs.columbia.edu/

  • 论文:https://arxiv.org/abs/1911.11206

  • 代码:https://github.com/cvlab-columbia/oops

  • 数据集:https://oops.cs.columbia.edu/data

The Garden of Forking Paths: Towards Multi-Future Trajectory Prediction

  • 论文:https://arxiv.org/abs/1912.06445
  • 代码:https://github.com/JunweiLiang/Multiverse
  • 数据集:https://next.cs.cmu.edu/multiverse/

Open Compound Domain Adaptation

  • 主页:https://liuziwei7.github.io/projects/CompoundDomain.html
  • 数据集:https://drive.google.com/drive/folders/1_uNTF8RdvhS_sqVTnYx17hEOQpefmE2r?usp=sharing
  • 论文:https://arxiv.org/abs/1909.03403
  • 代码:https://github.com/zhmiao/OpenCompoundDomainAdaptation-OCDA

Intra- and Inter-Action Understanding via Temporal Action Parsing

  • 论文:https://arxiv.org/abs/2005.10229
  • 主页和数据集:https://sdolivia.github.io/TAPOS/

Dynamic Refinement Network for Oriented and Densely Packed Object Detection

  • 论文下载链接:https://arxiv.org/abs/2005.09973

  • 代码和数据集:https://github.com/Anymake/DRN_CVPR2020

COCAS: A Large-Scale Clothes Changing Person Dataset for Re-identification

  • 论文:https://arxiv.org/abs/2005.07862

  • 数据集:暂无

KeypointNet: A Large-scale 3D Keypoint Dataset Aggregated from Numerous Human Annotations

  • 论文:https://arxiv.org/abs/2002.12687

  • 数据集:https://github.com/qq456cvb/KeypointNet

MSeg: A Composite Dataset for Multi-domain Semantic Segmentation

  • 论文:http://vladlen.info/papers/MSeg.pdf
  • 代码:https://github.com/mseg-dataset/mseg-api
  • 数据集:https://github.com/mseg-dataset/mseg-semantic

AvatarMe: Realistically Renderable 3D Facial Reconstruction "in-the-wild"

  • 论文:https://arxiv.org/abs/2003.13845
  • 数据集:https://github.com/lattas/AvatarMe

Learning to Autofocus

  • 论文:https://arxiv.org/abs/2004.12260
  • 数据集:暂无

FaceScape: a Large-scale High Quality 3D Face Dataset and Detailed Riggable 3D Face Prediction

  • 论文:https://arxiv.org/abs/2003.13989
  • 代码:https://github.com/zhuhao-nju/facescape

Bodies at Rest: 3D Human Pose and Shape Estimation from a Pressure Image using Synthetic Data

  • 论文下载链接:https://arxiv.org/abs/2004.01166

  • 代码:https://github.com/Healthcare-Robotics/bodies-at-rest

  • 数据集:https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/KOA4ML

FineGym: A Hierarchical Video Dataset for Fine-grained Action Understanding

  • 主页:https://sdolivia.github.io/FineGym/
  • 论文:https://arxiv.org/abs/2004.06704

A Local-to-Global Approach to Multi-modal Movie Scene Segmentation

  • 主页:https://anyirao.com/projects/SceneSeg.html

  • 论文下载链接:https://arxiv.org/abs/2004.02678

  • 代码:https://github.com/AnyiRao/SceneSeg

Deep Homography Estimation for Dynamic Scenes

  • 论文:https://arxiv.org/abs/2004.02132

  • 数据集:https://github.com/lcmhoang/hmg-dynamics

Assessing Image Quality Issues for Real-World Problems

  • 主页:https://vizwiz.org/tasks-and-datasets/image-quality-issues/
  • 论文:https://arxiv.org/abs/2003.12511

UnrealText: Synthesizing Realistic Scene Text Images from the Unreal World

  • 论文:https://arxiv.org/abs/2003.10608
  • 代码和数据集:https://github.com/Jyouhou/UnrealText/

PANDA: A Gigapixel-level Human-centric Video Dataset

  • 论文:https://arxiv.org/abs/2003.04852

  • 数据集:http://www.panda-dataset.com/

IntrA: 3D Intracranial Aneurysm Dataset for Deep Learning

  • 论文:https://arxiv.org/abs/2003.02920
  • 数据集:https://github.com/intra3d2019/IntrA

Cross-View Tracking for Multi-Human 3D Pose Estimation at over 100 FPS

  • 论文:https://arxiv.org/abs/2003.03972
  • 数据集:暂无

其他

CONSAC: Robust Multi-Model Fitting by Conditional Sample Consensus

  • 论文:http://openaccess.thecvf.com/content_CVPR_2020/html/Kluger_CONSAC_Robust_Multi-Model_Fitting_by_Conditional_Sample_Consensus_CVPR_2020_paper.html
  • 代码:https://github.com/fkluger/consac

Learning to Learn Single Domain Generalization

  • 论文:https://arxiv.org/abs/2003.13216
  • 代码:https://github.com/joffery/M-ADA

Open Compound Domain Adaptation

  • 主页:https://liuziwei7.github.io/projects/CompoundDomain.html
  • 数据集:https://drive.google.com/drive/folders/1_uNTF8RdvhS_sqVTnYx17hEOQpefmE2r?usp=sharing
  • 论文:https://arxiv.org/abs/1909.03403
  • 代码:https://github.com/zhmiao/OpenCompoundDomainAdaptation-OCDA

Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision

  • 论文:http://www.cvlibs.net/publications/Niemeyer2020CVPR.pdf

  • 代码:https://github.com/autonomousvision/differentiable_volumetric_rendering

QEBA: Query-Efficient Boundary-Based Blackbox Attack

  • 论文:https://arxiv.org/abs/2005.14137
  • 代码:https://github.com/AI-secure/QEBA

Equalization Loss for Long-Tailed Object Recognition

  • 论文:https://arxiv.org/abs/2003.05176
  • 代码:https://github.com/tztztztztz/eql.detectron2

Instance-aware Image Colorization

  • 主页:https://ericsujw.github.io/InstColorization/
  • 论文:https://arxiv.org/abs/2005.10825
  • 代码:https://github.com/ericsujw/InstColorization

Contextual Residual Aggregation for Ultra High-Resolution Image Inpainting

  • 论文:https://arxiv.org/abs/2005.09704

  • 代码:https://github.com/Atlas200dk/sample-imageinpainting-HiFill

Where am I looking at? Joint Location and Orientation Estimation by Cross-View Matching

  • 论文:https://arxiv.org/abs/2005.03860
  • 代码:https://github.com/shiyujiao/cross_view_localization_DSM

Epipolar Transformers

  • 论文:https://arxiv.org/abs/2005.04551

  • 代码:https://github.com/yihui-he/epipolar-transformers

Bringing Old Photos Back to Life

  • 主页:http://raywzy.com/Old_Photo/
  • 论文:https://arxiv.org/abs/2004.09484

MaskFlownet: Asymmetric Feature Matching with Learnable Occlusion Mask

  • 论文:https://arxiv.org/abs/2003.10955

  • 代码:https://github.com/microsoft/MaskFlownet

Self-Supervised Viewpoint Learning from Image Collections

  • 论文:https://arxiv.org/abs/2004.01793
  • 论文2:https://research.nvidia.com/sites/default/files/pubs/2020-03_Self-Supervised-Viewpoint-Learning/SSV-CVPR2020.pdf
  • 代码:https://github.com/NVlabs/SSV

Towards Discriminability and Diversity: Batch Nuclear-norm Maximization under Label Insufficient Situations

  • Oral

  • 论文:https://arxiv.org/abs/2003.12237

  • 代码:https://github.com/cuishuhao/BNM

Towards Learning Structure via Consensus for Face Segmentation and Parsing

  • 论文:https://arxiv.org/abs/1911.00957
  • 代码:https://github.com/isi-vista/structure_via_consensus

Plug-and-Play Algorithms for Large-scale Snapshot Compressive Imaging

  • Oral

  • 论文:https://arxiv.org/abs/2003.13654

  • 代码:https://github.com/liuyang12/PnP-SCI

Lightweight Photometric Stereo for Facial Details Recovery

  • 论文:https://arxiv.org/abs/2003.12307
  • 代码:https://github.com/Juyong/FacePSNet

Footprints and Free Space from a Single Color Image

  • 论文:https://arxiv.org/abs/2004.06376

  • 代码:https://github.com/nianticlabs/footprints

Self-Supervised Monocular Scene Flow Estimation

  • 论文:https://arxiv.org/abs/2004.04143
  • 代码:https://github.com/visinf/self-mono-sf

Quasi-Newton Solver for Robust Non-Rigid Registration

  • 论文:https://arxiv.org/abs/2004.04322
  • 代码:https://github.com/Juyong/Fast_RNRR

A Local-to-Global Approach to Multi-modal Movie Scene Segmentation

  • 主页:https://anyirao.com/projects/SceneSeg.html

  • 论文下载链接:https://arxiv.org/abs/2004.02678

  • 代码:https://github.com/AnyiRao/SceneSeg

DeepFLASH: An Efficient Network for Learning-based Medical Image Registration

  • 论文:https://arxiv.org/abs/2004.02097

  • 代码:https://github.com/jw4hv/deepflash

Self-Supervised Scene De-occlusion

  • 主页:https://xiaohangzhan.github.io/projects/deocclusion/
  • 论文:https://arxiv.org/abs/2004.02788
  • 代码:https://github.com/XiaohangZhan/deocclusion

Polarized Reflection Removal with Perfect Alignment in the Wild

  • 主页:https://leichenyang.weebly.com/project-polarized.html
  • 代码:https://github.com/ChenyangLEI/CVPR2020-Polarized-Reflection-Removal-with-Perfect-Alignment

Background Matting: The World is Your Green Screen

  • 论文:https://arxiv.org/abs/2004.00626
  • 代码:http://github.com/senguptaumd/Background-Matting

What Deep CNNs Benefit from Global Covariance Pooling: An Optimization Perspective

  • 论文:https://arxiv.org/abs/2003.11241

  • 代码:https://github.com/ZhangLi-CS/GCP_Optimization

Look-into-Object: Self-supervised Structure Modeling for Object Recognition

  • 论文:暂无
  • 代码:https://github.com/JDAI-CV/LIO

Video Object Grounding using Semantic Roles in Language Description

  • 论文:https://arxiv.org/abs/2003.10606
  • 代码:https://github.com/TheShadow29/vognet-pytorch

Dynamic Hierarchical Mimicking Towards Consistent Optimization Objectives

  • 论文:https://arxiv.org/abs/2003.10739
  • 代码:https://github.com/d-li14/DHM

SDFDiff: Differentiable Rendering of Signed Distance Fields for 3D Shape Optimization

  • 论文:http://www.cs.umd.edu/~yuejiang/papers/SDFDiff.pdf
  • 代码:https://github.com/YueJiang-nj/CVPR2020-SDFDiff

On Translation Invariance in CNNs: Convolutional Layers can Exploit Absolute Spatial Location

  • 论文:https://arxiv.org/abs/2003.07064

  • 代码:https://github.com/oskyhn/CNNs-Without-Borders

GhostNet: More Features from Cheap Operations

  • 论文:https://arxiv.org/abs/1911.11907

  • 代码:https://github.com/iamhankai/ghostnet

AdderNet: Do We Really Need Multiplications in Deep Learning?

  • 论文:https://arxiv.org/abs/1912.13200
  • 代码:https://github.com/huawei-noah/AdderNet

Deep Image Harmonization via Domain Verification

  • 论文:https://arxiv.org/abs/1911.13239
  • 代码:https://github.com/bcmi/Image_Harmonization_Datasets

Blurry Video Frame Interpolation

  • 论文:https://arxiv.org/abs/2002.12259
  • 代码:https://github.com/laomao0/BIN

Extremely Dense Point Correspondences using a Learned Feature Descriptor

  • 论文:https://arxiv.org/abs/2003.00619
  • 代码:https://github.com/lppllppl920/DenseDescriptorLearning-Pytorch

Filter Grafting for Deep Neural Networks

  • 论文:https://arxiv.org/abs/2001.05868
  • 代码:https://github.com/fxmeng/filter-grafting
  • 论文解读:https://www.zhihu.com/question/372070853/answer/1041569335

Action Segmentation with Joint Self-Supervised Temporal Domain Adaptation

  • 论文:https://arxiv.org/abs/2003.02824
  • 代码:https://github.com/cmhungsteve/SSTDA

Detecting Attended Visual Targets in Video

  • 论文:https://arxiv.org/abs/2003.02501

  • 代码:https://github.com/ejcgt/attention-target-detection

Deep Image Spatial Transformation for Person Image Generation

  • 论文:https://arxiv.org/abs/2003.00696
  • 代码:https://github.com/RenYurui/Global-Flow-Local-Attention

Rethinking Zero-shot Video Classification: End-to-end Training for Realistic Applications

  • 论文:https://arxiv.org/abs/2003.01455
  • 代码:https://github.com/bbrattoli/ZeroShotVideoClassification

https://github.com/charlesCXK/3D-SketchAware-SSC

https://github.com/Anonymous20192020/Anonymous_CVPR5767

https://github.com/avirambh/ScopeFlow

https://github.com/csbhr/CDVD-TSP

https://github.com/ymcidence/TBH

https://github.com/yaoyao-liu/mnemonics

https://github.com/meder411/Tangent-Images

https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch

https://github.com/sjmoran/deep_local_parametric_filters

https://github.com/charlesCXK/3D-SketchAware-SSC

https://github.com/bermanmaxim/AOWS

https://github.com/dc3ea9f/look-into-object

不确定中没中

FADNet: A Fast and Accurate Network for Disparity Estimation

  • 论文:还没出来
  • 代码:https://github.com/HKBU-HPML/FADNet

https://github.com/rFID-submit/RandomFID:不确定中没中

https://github.com/JackSyu/AE-MSR:不确定中没中

https://github.com/fastconvnets/cvpr2020:不确定中没中

https://github.com/aimagelab/meshed-memory-transformer:不确定中没中

https://github.com/TWSFar/CRGNet:不确定中没中

https://github.com/CVPR-2020/CDARTS:不确定中没中

https://github.com/anucvml/ddn-cvprw2020:不确定中没中

https://github.com/dl-model-recommend/model-trust:不确定中没中

https://github.com/apratimbhattacharyya18/CVPR-2020-Corr-Prior:不确定中没中

https://github.com/onetcvpr/O-Net:不确定中没中

https://github.com/502463708/Microcalcification_Detection:不确定中没中

https://github.com/anonymous-for-review/cvpr-2020-deep-smoke-machine:不确定中没中

https://github.com/anonymous-for-review/cvpr-2020-smoke-recognition-dataset:不确定中没中

https://github.com/cvpr-nonrigid/dataset:不确定中没中

https://github.com/theFool32/PPBA:不确定中没中

https://github.com/Realtime-Action-Recognition/Realtime-Action-Recognition

查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. Andrej Karpathy的CVPR 2013 reading list

    Unfortunately, I did not get a chance to attend this year’s CVPR conference for a few reasons — I didn’t have a paper, I started a summer internship at Google and didn’t want to put my awesome project (think: a ton of video dat…...

    2024/4/20 20:38:38
  2. Second Earth

    Second EarthWade Roush【出处】Technology Review, 110(4):38–48, July/August 2007 A thunderhead towers at knee level, throwing tiny lightning bolts at my shoes. I’m standing–rather, my avatar is standing–astride a giant map [SLurl] of the continental Uni…...

    2024/4/20 20:38:37
  3. 量子力学控制着人的思想吗?

    Is Quantum Mechanics Controlling Your Thoughts?原文链接:Discover 杂志,2009年,第二期【待译】Sciences weirdest realm may be responsible for photosynthesis, our sense of smell, and even consciousness itself.Graham Fleming sit…...

    2024/4/21 1:42:05
  4. 关于nvme固态硬盘安装系统的一点经验

    事情的起因是因为自己想攒一台台式机,赶着降价先把固态硬盘买了回来,金士顿的A1000 nvme 250G ,买回来以为系统和平时一样。结果发现大部分的老毛桃,大白菜,黑鲨,微PE均不能很好识别NVME格式的硬盘&#xf…...

    2024/4/21 1:42:04
  5. 固态硬盘ssd的寿命如何计算,固态硬盘质量怎么检测?

    固态硬盘ssd的寿命如何计算,固态硬盘质量怎么检测? ① 机械硬盘的寿命一般是用使用(通电)时间来计算的,比如500GB机械硬盘通电20000个小时。 ② 固态硬盘ssd 不能用通常的通电时间来计算。 固态硬盘并不能用通电时间来衡量,固态硬…...

    2024/4/21 1:42:04
  6. i5-7400+七彩虹H110M-T全固态版+GTX1050黑苹果Clover

    i5-7400七彩虹H110M-T全固态版GTX1050github下载...

    2024/4/21 1:42:02
  7. uefi引导固态硬盘ssd装win10(不用U盘)

    重要提示:装系统有风险,没有相应技术积累请勿轻易尝试,如发生意外与作者无关。 近期由于新入手一块固态硬盘,想要用uefi引导装双系统,但是手头只有一个500G移动硬盘(包含重要资料),没…...

    2024/4/21 1:42:01
  8. 老版本MACBOOK更换固态硬盘教程

    2015年买的2015款early版本,硬盘是128g的,当时够用,后面逐渐不够用,经常报存储空间吃紧,虽然能用,但是有强迫症,总感觉要满了,所以看了下京东,发现固态硬盘500g的只要369…...

    2024/4/21 1:42:00
  9. 固态硬盘+机械硬盘,ubuntu分区方案

    推荐方案 /boot 200M / 20G /home 50G 余下空间 swap 16G 下面就清楚了,点击/dev/sda这里,然后选择新建分区表,然后选中新出现的标记空闲的子选项,选择添加...

    2024/4/21 1:41:59
  10. X1 CARBON加装固态

    X1 CARBON 5th 加装固态不要被网上科普carbon只能换不能加固态的说法蒙蔽了双眼嘿嘿嘿 日前在给x1carbon升级维护,因为日常工作原因,电池的容量已被我损耗至只有出厂时的40%,无奈只好 买来电池自己换上,拆机后发现一闲置卡槽&…...

    2024/4/21 1:41:58
  11. 小米pro加装固态硬盘以及拆机方法

    昨天买了一块512G的固态硬盘,然后准备给pro(mx150版)换上去,发现要拆开后盖还挺难的,于是一顿百度并没有什么结果,转而咨询客服,然后顺利解决了,遂记之以便以后加内存条使用。 第一…...

    2024/4/21 1:41:57
  12. 国内首款全国产固态硬盘控制芯片发布

    4月22日,国科微与龙芯中科战略合作签约暨国内首款全国产固态硬盘控制芯片发布仪式在北京人民大会堂举行。双方将建立长期稳定的业务合作伙伴关系,携手打造关键信息基础设施国产化生态。作为首个战略合作成果,国科微发布全新的GK2302系列芯片&…...

    2024/4/21 1:41:57
  13. Mac检查固态硬盘状态————附带自己更换ssd

    文章目录1 起因2 解决3 后记1 起因 由于笔记本用了5年多,128G内存实在不够用(主要插口齐全,最新更新的macbookpro有没有太大的亮点,等更新mini-led和14寸窄面屏),于是计划在某宝入手一个原装的ssd固态硬盘…...

    2024/4/21 1:41:55
  14. 联想笔记本win10系统加装SSD固态硬盘,系统迁移流程

    前几年的联想笔记本原始只配置一个机械硬盘,系统为win10系统,随着时间推移运行速度比较慢,很多情况下考虑加装SSD并进行系统迁移,操作要点繁琐,不同型号的具体操作流程都差不多&…...

    2024/4/21 1:41:55
  15. 联想G40-70固态安装教程(实际操作经验)

    ##联想G40-70固态安装教程 ## 安装步骤总览: 基本步骤:固态硬盘选择、固态硬盘安装到计算机原机械硬盘位、机械硬盘安装到硬盘托架内,硬盘托架插入光驱位(没有光驱位的,不建议安装固态硬盘,因为机械硬盘就得舍弃掉&…...

    2024/4/21 1:41:53
  16. Dell 灵越7559笔记本电脑加M.2固态硬盘

    整体流程 确定自己需要的固态硬盘接口类型和主板支持的协议类型找符合自己刚才需求的固态硬盘,列出可选项权衡后选择购买拆机,断电,安装固态硬盘从windows官网上下载windows10安装程序,制作U盘作为系统引导盘。将系统安装在固态硬…...

    2024/4/20 3:13:37
  17. Dell戴尔optiplex7040系列使用u盘在固态盘上安装win7 系统

    1.使用微软的win7安装工具制作U盘。 2.使用技嘉的驱动注入工具向u盘注入驱动。 3.开机进入cmos设置,启动模式设置成uefi模式,sata模式可以选AHCI。 4.启动按F12选择u盘启动,可以看到固态盘,重新分区,格式化&#xf…...

    2024/4/21 1:41:51
  18. 无U盘安装系统(到固态硬盘)教程

    这几天购买了固态硬盘,安装系统时忘带U盘,故在无U盘无光驱的情况下,安装操作系统到固态硬盘中。 基本情况:笔记本电脑,电脑上已有硬盘,将固态硬盘SSD换到硬盘位,将硬盘装在光驱位,从…...

    2024/4/23 23:09:11
  19. 联想小新增加固态硬盘及系统重装步骤

    1.选型,我选的是三星m2 970 22*80固态硬盘,网上找了些资料,觉得三星靠谱 2.拆机,将底部的所有螺丝去下,用卡片沿着边沿滑动,不要硬拆 3.装固态,在左下角位置将固态装上,另一边螺丝锁…...

    2024/4/20 20:38:45
  20. dell Vostro3670安装固态硬盘、win10系统教程

    一、适合的固态 买之前我咨询了京东和淘宝上专卖店的客服,有的说是走M.2通道PCI-E协议,有的说走M.2通道NVMe协议。我买了NMVe协议的M.2 2280固态,士必得的,220元一根。 二、安装win10系统 插上以后进pe不识别,但是进wi…...

    2024/4/20 20:38:44

最新文章

  1. 跨域初识--如何解决跨域

    04 【跨域初识】 1.同源策略 同源策略(Same-Origin Policy)最早由Netscape 公司提出,是浏览器的一种安全策略同源: 协议、域名、端口号必须完全相同跨域: 违背同源策略就是跨域 2.如何解决跨域 2.1 JSONP jsonp只支持get请求不支持post请…...

    2024/5/5 10:38:49
  2. 梯度消失和梯度爆炸的一些处理方法

    在这里是记录一下梯度消失或梯度爆炸的一些处理技巧。全当学习总结了如有错误还请留言,在此感激不尽。 权重和梯度的更新公式如下: w w − η ⋅ ∇ w w w - \eta \cdot \nabla w ww−η⋅∇w 个人通俗的理解梯度消失就是网络模型在反向求导的时候出…...

    2024/3/20 10:50:27
  3. Stable Diffusion 本地部署教程

    Stable Diffusion 是一个开源的本地部署的软件,用于在本地网络中进行消息传递和同步。下面是 Stable Diffusion 的本地部署教程: 安装稳定扩散软件:首先,您需要从 Stable Diffusion 的官方网站或 GitHub 页面上下载并安装 Stable …...

    2024/5/2 9:10:34
  4. STM32实现软件SPI对W25Q64内存芯片实现读写操作

    先看看本次实验的成果吧: 这么简单的一个程序,我学习了一个星期左右,终于把所有的关节都打通了。所有代码都能什么都不看背着敲出来了。为了使自己的记忆更为清晰,特意总结了一个思维导图,感觉自己即便是日后忘记了看一…...

    2024/5/5 8:45:11
  5. 【外汇早评】美通胀数据走低,美元调整

    原标题:【外汇早评】美通胀数据走低,美元调整昨日美国方面公布了新一期的核心PCE物价指数数据,同比增长1.6%,低于前值和预期值的1.7%,距离美联储的通胀目标2%继续走低,通胀压力较低,且此前美国一季度GDP初值中的消费部分下滑明显,因此市场对美联储后续更可能降息的政策…...

    2024/5/4 23:54:56
  6. 【原油贵金属周评】原油多头拥挤,价格调整

    原标题:【原油贵金属周评】原油多头拥挤,价格调整本周国际劳动节,我们喜迎四天假期,但是整个金融市场确实流动性充沛,大事频发,各个商品波动剧烈。美国方面,在本周四凌晨公布5月份的利率决议和新闻发布会,维持联邦基金利率在2.25%-2.50%不变,符合市场预期。同时美联储…...

    2024/5/4 23:54:56
  7. 【外汇周评】靓丽非农不及疲软通胀影响

    原标题:【外汇周评】靓丽非农不及疲软通胀影响在刚结束的周五,美国方面公布了新一期的非农就业数据,大幅好于前值和预期,新增就业重新回到20万以上。具体数据: 美国4月非农就业人口变动 26.3万人,预期 19万人,前值 19.6万人。 美国4月失业率 3.6%,预期 3.8%,前值 3…...

    2024/5/4 23:54:56
  8. 【原油贵金属早评】库存继续增加,油价收跌

    原标题:【原油贵金属早评】库存继续增加,油价收跌周三清晨公布美国当周API原油库存数据,上周原油库存增加281万桶至4.692亿桶,增幅超过预期的74.4万桶。且有消息人士称,沙特阿美据悉将于6月向亚洲炼油厂额外出售更多原油,印度炼油商预计将每日获得至多20万桶的额外原油供…...

    2024/5/4 23:55:17
  9. 【外汇早评】日本央行会议纪要不改日元强势

    原标题:【外汇早评】日本央行会议纪要不改日元强势近两日日元大幅走强与近期市场风险情绪上升,避险资金回流日元有关,也与前一段时间的美日贸易谈判给日本缓冲期,日本方面对汇率问题也避免继续贬值有关。虽然今日早间日本央行公布的利率会议纪要仍然是支持宽松政策,但这符…...

    2024/5/4 23:54:56
  10. 【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响

    原标题:【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响近日伊朗局势升温,导致市场担忧影响原油供给,油价试图反弹。此时OPEC表态稳定市场。据消息人士透露,沙特6月石油出口料将低于700万桶/日,沙特已经收到石油消费国提出的6月份扩大出口的“适度要求”,沙特将满…...

    2024/5/4 23:55:05
  11. 【外汇早评】美欲与伊朗重谈协议

    原标题:【外汇早评】美欲与伊朗重谈协议美国对伊朗的制裁遭到伊朗的抗议,昨日伊朗方面提出将部分退出伊核协议。而此行为又遭到欧洲方面对伊朗的谴责和警告,伊朗外长昨日回应称,欧洲国家履行它们的义务,伊核协议就能保证存续。据传闻伊朗的导弹已经对准了以色列和美国的航…...

    2024/5/4 23:54:56
  12. 【原油贵金属早评】波动率飙升,市场情绪动荡

    原标题:【原油贵金属早评】波动率飙升,市场情绪动荡因中美贸易谈判不安情绪影响,金融市场各资产品种出现明显的波动。随着美国与中方开启第十一轮谈判之际,美国按照既定计划向中国2000亿商品征收25%的关税,市场情绪有所平复,已经开始接受这一事实。虽然波动率-恐慌指数VI…...

    2024/5/4 23:55:16
  13. 【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试

    原标题:【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试美国和伊朗的局势继续升温,市场风险情绪上升,避险黄金有向上突破阻力的迹象。原油方面稍显平稳,近期美国和OPEC加大供给及市场需求回落的影响,伊朗局势并未推升油价走强。近期中美贸易谈判摩擦再度升级,美国对中…...

    2024/5/4 23:54:56
  14. 【原油贵金属早评】市场情绪继续恶化,黄金上破

    原标题:【原油贵金属早评】市场情绪继续恶化,黄金上破周初中国针对于美国加征关税的进行的反制措施引发市场情绪的大幅波动,人民币汇率出现大幅的贬值动能,金融市场受到非常明显的冲击。尤其是波动率起来之后,对于股市的表现尤其不安。隔夜美国股市出现明显的下行走势,这…...

    2024/5/4 18:20:48
  15. 【外汇早评】美伊僵持,风险情绪继续升温

    原标题:【外汇早评】美伊僵持,风险情绪继续升温昨日沙特两艘油轮再次发生爆炸事件,导致波斯湾局势进一步恶化,市场担忧美伊可能会出现摩擦生火,避险品种获得支撑,黄金和日元大幅走强。美指受中美贸易问题影响而在低位震荡。继5月12日,四艘商船在阿联酋领海附近的阿曼湾、…...

    2024/5/4 23:54:56
  16. 【原油贵金属早评】贸易冲突导致需求低迷,油价弱势

    原标题:【原油贵金属早评】贸易冲突导致需求低迷,油价弱势近日虽然伊朗局势升温,中东地区几起油船被袭击事件影响,但油价并未走高,而是出于调整结构中。由于市场预期局势失控的可能性较低,而中美贸易问题导致的全球经济衰退风险更大,需求会持续低迷,因此油价调整压力较…...

    2024/5/4 23:55:17
  17. 氧生福地 玩美北湖(上)——为时光守候两千年

    原标题:氧生福地 玩美北湖(上)——为时光守候两千年一次说走就走的旅行,只有一张高铁票的距离~ 所以,湖南郴州,我来了~ 从广州南站出发,一个半小时就到达郴州西站了。在动车上,同时改票的南风兄和我居然被分到了一个车厢,所以一路非常愉快地聊了过来。 挺好,最起…...

    2024/5/4 23:55:06
  18. 氧生福地 玩美北湖(中)——永春梯田里的美与鲜

    原标题:氧生福地 玩美北湖(中)——永春梯田里的美与鲜一觉醒来,因为大家太爱“美”照,在柳毅山庄去寻找龙女而错过了早餐时间。近十点,向导坏坏还是带着饥肠辘辘的我们去吃郴州最富有盛名的“鱼头粉”。说这是“十二分推荐”,到郴州必吃的美食之一。 哇塞!那个味美香甜…...

    2024/5/4 23:54:56
  19. 氧生福地 玩美北湖(下)——奔跑吧骚年!

    原标题:氧生福地 玩美北湖(下)——奔跑吧骚年!让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 啊……啊……啊 两…...

    2024/5/4 23:55:06
  20. 扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!

    原标题:扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!扒开伪装医用面膜,翻六倍价格宰客!当行业里的某一品项火爆了,就会有很多商家蹭热度,装逼忽悠,最近火爆朋友圈的医用面膜,被沾上了污点,到底怎么回事呢? “比普通面膜安全、效果好!痘痘、痘印、敏感肌都能用…...

    2024/5/5 8:13:33
  21. 「发现」铁皮石斛仙草之神奇功效用于医用面膜

    原标题:「发现」铁皮石斛仙草之神奇功效用于医用面膜丽彦妆铁皮石斛医用面膜|石斛多糖无菌修护补水贴19大优势: 1、铁皮石斛:自唐宋以来,一直被列为皇室贡品,铁皮石斛生于海拔1600米的悬崖峭壁之上,繁殖力差,产量极低,所以古代仅供皇室、贵族享用 2、铁皮石斛自古民间…...

    2024/5/4 23:55:16
  22. 丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者

    原标题:丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者【公司简介】 广州华彬企业隶属香港华彬集团有限公司,专注美业21年,其旗下品牌: 「圣茵美」私密荷尔蒙抗衰,产后修复 「圣仪轩」私密荷尔蒙抗衰,产后修复 「花茵莳」私密荷尔蒙抗衰,产后修复 「丽彦妆」专注医学护…...

    2024/5/4 23:54:58
  23. 广州械字号面膜生产厂家OEM/ODM4项须知!

    原标题:广州械字号面膜生产厂家OEM/ODM4项须知!广州械字号面膜生产厂家OEM/ODM流程及注意事项解读: 械字号医用面膜,其实在我国并没有严格的定义,通常我们说的医美面膜指的应该是一种「医用敷料」,也就是说,医用面膜其实算作「医疗器械」的一种,又称「医用冷敷贴」。 …...

    2024/5/4 23:55:01
  24. 械字号医用眼膜缓解用眼过度到底有无作用?

    原标题:械字号医用眼膜缓解用眼过度到底有无作用?医用眼膜/械字号眼膜/医用冷敷眼贴 凝胶层为亲水高分子材料,含70%以上的水分。体表皮肤温度传导到本产品的凝胶层,热量被凝胶内水分子吸收,通过水分的蒸发带走大量的热量,可迅速地降低体表皮肤局部温度,减轻局部皮肤的灼…...

    2024/5/4 23:54:56
  25. 配置失败还原请勿关闭计算机,电脑开机屏幕上面显示,配置失败还原更改 请勿关闭计算机 开不了机 这个问题怎么办...

    解析如下:1、长按电脑电源键直至关机,然后再按一次电源健重启电脑,按F8健进入安全模式2、安全模式下进入Windows系统桌面后,按住“winR”打开运行窗口,输入“services.msc”打开服务设置3、在服务界面,选中…...

    2022/11/19 21:17:18
  26. 错误使用 reshape要执行 RESHAPE,请勿更改元素数目。

    %读入6幅图像(每一幅图像的大小是564*564) f1 imread(WashingtonDC_Band1_564.tif); subplot(3,2,1),imshow(f1); f2 imread(WashingtonDC_Band2_564.tif); subplot(3,2,2),imshow(f2); f3 imread(WashingtonDC_Band3_564.tif); subplot(3,2,3),imsho…...

    2022/11/19 21:17:16
  27. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机...

    win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”问题的解决方法在win7系统关机时如果有升级系统的或者其他需要会直接进入一个 等待界面,在等待界面中我们需要等待操作结束才能关机,虽然这比较麻烦,但是对系统进行配置和升级…...

    2022/11/19 21:17:15
  28. 台式电脑显示配置100%请勿关闭计算机,“准备配置windows 请勿关闭计算机”的解决方法...

    有不少用户在重装Win7系统或更新系统后会遇到“准备配置windows,请勿关闭计算机”的提示,要过很久才能进入系统,有的用户甚至几个小时也无法进入,下面就教大家这个问题的解决方法。第一种方法:我们首先在左下角的“开始…...

    2022/11/19 21:17:14
  29. win7 正在配置 请勿关闭计算机,怎么办Win7开机显示正在配置Windows Update请勿关机...

    置信有很多用户都跟小编一样遇到过这样的问题,电脑时发现开机屏幕显现“正在配置Windows Update,请勿关机”(如下图所示),而且还需求等大约5分钟才干进入系统。这是怎样回事呢?一切都是正常操作的,为什么开时机呈现“正…...

    2022/11/19 21:17:13
  30. 准备配置windows 请勿关闭计算机 蓝屏,Win7开机总是出现提示“配置Windows请勿关机”...

    Win7系统开机启动时总是出现“配置Windows请勿关机”的提示,没过几秒后电脑自动重启,每次开机都这样无法进入系统,此时碰到这种现象的用户就可以使用以下5种方法解决问题。方法一:开机按下F8,在出现的Windows高级启动选…...

    2022/11/19 21:17:12
  31. 准备windows请勿关闭计算机要多久,windows10系统提示正在准备windows请勿关闭计算机怎么办...

    有不少windows10系统用户反映说碰到这样一个情况,就是电脑提示正在准备windows请勿关闭计算机,碰到这样的问题该怎么解决呢,现在小编就给大家分享一下windows10系统提示正在准备windows请勿关闭计算机的具体第一种方法:1、2、依次…...

    2022/11/19 21:17:11
  32. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”的解决方法...

    今天和大家分享一下win7系统重装了Win7旗舰版系统后,每次关机的时候桌面上都会显示一个“配置Windows Update的界面,提示请勿关闭计算机”,每次停留好几分钟才能正常关机,导致什么情况引起的呢?出现配置Windows Update…...

    2022/11/19 21:17:10
  33. 电脑桌面一直是清理请关闭计算机,windows7一直卡在清理 请勿关闭计算机-win7清理请勿关机,win7配置更新35%不动...

    只能是等着,别无他法。说是卡着如果你看硬盘灯应该在读写。如果从 Win 10 无法正常回滚,只能是考虑备份数据后重装系统了。解决来方案一:管理员运行cmd:net stop WuAuServcd %windir%ren SoftwareDistribution SDoldnet start WuA…...

    2022/11/19 21:17:09
  34. 计算机配置更新不起,电脑提示“配置Windows Update请勿关闭计算机”怎么办?

    原标题:电脑提示“配置Windows Update请勿关闭计算机”怎么办?win7系统中在开机与关闭的时候总是显示“配置windows update请勿关闭计算机”相信有不少朋友都曾遇到过一次两次还能忍但经常遇到就叫人感到心烦了遇到这种问题怎么办呢?一般的方…...

    2022/11/19 21:17:08
  35. 计算机正在配置无法关机,关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机...

    关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!关机提示 windows7 正在配…...

    2022/11/19 21:17:05
  36. 钉钉提示请勿通过开发者调试模式_钉钉请勿通过开发者调试模式是真的吗好不好用...

    钉钉请勿通过开发者调试模式是真的吗好不好用 更新时间:2020-04-20 22:24:19 浏览次数:729次 区域: 南阳 > 卧龙 列举网提醒您:为保障您的权益,请不要提前支付任何费用! 虚拟位置外设器!!轨迹模拟&虚拟位置外设神器 专业用于:钉钉,外勤365,红圈通,企业微信和…...

    2022/11/19 21:17:05
  37. 配置失败还原请勿关闭计算机怎么办,win7系统出现“配置windows update失败 还原更改 请勿关闭计算机”,长时间没反应,无法进入系统的解决方案...

    前几天班里有位学生电脑(windows 7系统)出问题了,具体表现是开机时一直停留在“配置windows update失败 还原更改 请勿关闭计算机”这个界面,长时间没反应,无法进入系统。这个问题原来帮其他同学也解决过,网上搜了不少资料&#x…...

    2022/11/19 21:17:04
  38. 一个电脑无法关闭计算机你应该怎么办,电脑显示“清理请勿关闭计算机”怎么办?...

    本文为你提供了3个有效解决电脑显示“清理请勿关闭计算机”问题的方法,并在最后教给你1种保护系统安全的好方法,一起来看看!电脑出现“清理请勿关闭计算机”在Windows 7(SP1)和Windows Server 2008 R2 SP1中,添加了1个新功能在“磁…...

    2022/11/19 21:17:03
  39. 请勿关闭计算机还原更改要多久,电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机怎么办...

    许多用户在长期不使用电脑的时候,开启电脑发现电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机。。.这要怎么办呢?下面小编就带着大家一起看看吧!如果能够正常进入系统,建议您暂时移…...

    2022/11/19 21:17:02
  40. 还原更改请勿关闭计算机 要多久,配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以...

    配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!配置windows update失败 还原更改 请勿关闭计算机&#x…...

    2022/11/19 21:17:01
  41. 电脑配置中请勿关闭计算机怎么办,准备配置windows请勿关闭计算机一直显示怎么办【图解】...

    不知道大家有没有遇到过这样的一个问题,就是我们的win7系统在关机的时候,总是喜欢显示“准备配置windows,请勿关机”这样的一个页面,没有什么大碍,但是如果一直等着的话就要两个小时甚至更久都关不了机,非常…...

    2022/11/19 21:17:00
  42. 正在准备配置请勿关闭计算机,正在准备配置windows请勿关闭计算机时间长了解决教程...

    当电脑出现正在准备配置windows请勿关闭计算机时,一般是您正对windows进行升级,但是这个要是长时间没有反应,我们不能再傻等下去了。可能是电脑出了别的问题了,来看看教程的说法。正在准备配置windows请勿关闭计算机时间长了方法一…...

    2022/11/19 21:16:59
  43. 配置失败还原请勿关闭计算机,配置Windows Update失败,还原更改请勿关闭计算机...

    我们使用电脑的过程中有时会遇到这种情况,当我们打开电脑之后,发现一直停留在一个界面:“配置Windows Update失败,还原更改请勿关闭计算机”,等了许久还是无法进入系统。如果我们遇到此类问题应该如何解决呢&#xff0…...

    2022/11/19 21:16:58
  44. 如何在iPhone上关闭“请勿打扰”

    Apple’s “Do Not Disturb While Driving” is a potentially lifesaving iPhone feature, but it doesn’t always turn on automatically at the appropriate time. For example, you might be a passenger in a moving car, but your iPhone may think you’re the one dri…...

    2022/11/19 21:16:57