本节内容是通过 OAuth2 实现 AcApp 端的 AcWing 一键登录功能。
AcApp 端使用 AcWing 一键授权登录的流程与之前网页端的流程一样,只有申请授权码这一步有一点细微的差别。
DeepLabV3Plus核心代码详解
本文记录 DeepLabV3+ 论文(Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation)的阅读笔记。
DeAOT视频追踪论文阅读笔记
本文记录 DeAOT 视频追踪论文的阅读笔记。
涉及的相关知识点为:AOT(Associating Objects with Transformers for Video Object Segmentation)、DeAOT(Decoupling Features in Hierarchical Propagation for Video Object Segmentation)、FPN(Feature Pyramid Networks for Object Detection)、Depth-wise Convolution、DropPath、GroupNorm。