├── LICENSE ├── Makefile ├── README.md ├── docs ├── .buildinfo ├── .nojekyll ├── IDEA │ ├── YOLOv11.html │ ├── image2vec.html │ ├── 基于RAG优化目标检测模型.html │ └── 基于prompt的自定义特征描述子.html ├── Implementation │ ├── articlereproduction_cv.html │ ├── articlereproduction_nlp.html │ ├── articlereproduction_rec.html │ ├── engineeringlandingcomp.html │ └── index.html ├── List │ ├── attention.html │ ├── basis.html │ ├── batch_normalization.html │ ├── classification.html │ ├── convolutional.html │ ├── cvpr2024.html │ ├── gan.html │ ├── index.html │ ├── llm.html │ ├── mllm.html │ ├── multimodal.html │ ├── nlp.html │ ├── objectdetection.html │ ├── rnn.html │ ├── segementation.html │ └── transformer.html ├── Method │ ├── efficent_read_paper.html │ ├── how_to_read_paper.html │ ├── index.html │ ├── paper_10_question.html │ ├── read_important_tips.html │ └── reference.html ├── Notes │ ├── Collation and summary of reading terms.html │ ├── README.html │ ├── attention.html │ ├── batch-regularization │ │ ├── README.html │ │ ├── batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.html │ │ ├── batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.html │ │ ├── differentiable-learning-to-normalize-via-switchable-normalization.html │ │ ├── group-normalization.html │ │ └── instance-normalization-the-missing-ingredient-for-fast-stylization.html │ ├── detection │ │ ├── ASFF.html │ │ ├── ATSS.html │ │ ├── Cascade-RCNN.html │ │ ├── CenterMask.html │ │ ├── DAMO-YOLO.html │ │ ├── Detr.html │ │ ├── Dy-yolov7.html │ │ ├── Edge-YOLO.html │ │ ├── EfficientDet.html │ │ ├── FCN.html │ │ ├── FCOS.html │ │ ├── FPN.html │ │ ├── Fast R-CNN.html │ │ ├── Faster R-CNN.html │ │ ├── FemtoDet.html │ │ ├── Gold-YOLO.html │ │ ├── MDETR.html │ │ ├── MS-DAYOLO.html │ │ ├── Mamba-YOLO.html │ │ ├── Mask R-CNN.html │ │ ├── Mobilenet-SSDv2.html │ │ ├── OWL-ViT.html │ │ ├── OWLv2.html │ │ ├── OneNet.html │ │ ├── PP-YOLOE.html │ │ ├── PP-YOLOv1.html │ │ ├── PP-YOLOv2.html │ │ ├── R-FCN.html │ │ ├── RCNN.html │ │ ├── RDSNet.html │ │ ├── RT-DETR.html │ │ ├── RTMDet.html │ │ ├── RetinaNet.html │ │ ├── SABL.html │ │ ├── SM-NAS.html │ │ ├── SSD.html │ │ ├── Scaled-YOLOv4.html │ │ ├── Simple Multi-dataset Detection.html │ │ ├── Sparse R-CNN.html │ │ ├── SparseInst.html │ │ ├── TSD.html │ │ ├── VarifocalNet.html │ │ ├── ViT-YOLO.html │ │ ├── YOLO-MS.html │ │ ├── YOLO-World.html │ │ ├── YOLOD.html │ │ ├── YOLOF.html │ │ ├── YOLOOC.html │ │ ├── YOLOP.html │ │ ├── YOLOR.html │ │ ├── YOLOS.html │ │ ├── YOLOX.html │ │ ├── YOLOv1.html │ │ ├── YOLOv10.html │ │ ├── YOLOv2.html │ │ ├── YOLOv3.html │ │ ├── YOLOv4.html │ │ ├── YOLOv5.html │ │ ├── YOLOv6.html │ │ ├── YOLOv6_v3.0.html │ │ ├── YOLOv7.html │ │ ├── YOLOv8-AM.html │ │ ├── YOLOv8.html │ │ ├── YOLOv9.html │ │ ├── index.html │ │ ├── leaderboard.html │ │ ├── summary.html │ │ ├── survey_all.html │ │ ├── yolo综述.html │ │ └── 目标检测综述20年.html │ ├── index.html │ ├── llm │ │ ├── gpt-v1.html │ │ ├── gpt-v2.html │ │ ├── gpt-v3.html │ │ ├── gpt-v4.html │ │ ├── index.html │ │ └── opt.html │ ├── mm-l │ │ ├── blip-v1.html │ │ ├── blip-v2.html │ │ ├── index.html │ │ └── 未命名.html │ ├── module │ │ ├── aug │ │ │ ├── AugmentHSV.html │ │ │ ├── Auto Augment.html │ │ │ ├── Color Distort.html │ │ │ ├── Crop.html │ │ │ ├── Cutmix.html │ │ │ ├── Expand.html │ │ │ ├── Flipping.html │ │ │ ├── Grid Mask.html │ │ │ ├── Lighting.html │ │ │ ├── Mixup.html │ │ │ ├── Mosaic.html │ │ │ ├── Random Erasing.html │ │ │ ├── Random Perspective.html │ │ │ └── Resize.html │ │ ├── backbone │ │ │ ├── BlazeNet.html │ │ │ ├── CSPDarkNet.html │ │ │ ├── CSPResNet.html │ │ │ ├── ConvNeXt.html │ │ │ ├── DLA.html │ │ │ ├── DarkNet.html │ │ │ ├── ESNet.html │ │ │ ├── GhostNet.html │ │ │ ├── HRNet.html │ │ │ ├── HardNet.html │ │ │ ├── LCNet.html │ │ │ ├── Lite-HRNet.html │ │ │ ├── MobileNetV1.html │ │ │ ├── MobileNetV2.html │ │ │ ├── MobileNetV3.html │ │ │ ├── Res2Net.html │ │ │ ├── ResNet.html │ │ │ ├── SENet.html │ │ │ ├── ShuffleNetV2.html │ │ │ └── Swin-Transformer.html │ │ ├── common │ │ │ ├── DCNv2.html │ │ │ ├── EMA.html │ │ │ ├── Group Norm.html │ │ │ └── Sync-BN.html │ │ ├── index.html │ │ ├── loss │ │ │ ├── CIoU.html │ │ │ ├── CT Focal Loss.html │ │ │ ├── DIoU.html │ │ │ ├── Detr Loss.html │ │ │ ├── Fairmot Loss.html │ │ │ ├── Fcos Loss.html │ │ │ ├── Focal Loss.html │ │ │ ├── GFocal Loss.html │ │ │ ├── GIoU.html │ │ │ ├── IoUAware.html │ │ │ ├── JDE Loss.html │ │ │ ├── KeyPoint Loss.html │ │ │ ├── SSD Loss.html │ │ │ ├── Smooth-L1.html │ │ │ ├── SoloV2 Loss.html │ │ │ ├── SparseRCNN Loss.html │ │ │ ├── VariFocal Loss.html │ │ │ └── YOLO Loss.html │ │ └── necks │ │ │ ├── BiFPN.html │ │ │ ├── BlazeFace-FPN.html │ │ │ ├── CSP-PAN.html │ │ │ ├── CenterNet-FPN.html │ │ │ ├── Custom-PAN.html │ │ │ ├── ES-PAN.html │ │ │ ├── FPN.html │ │ │ ├── HRFPN.html │ │ │ ├── LC-PAN.html │ │ │ ├── TTF-FPN.html │ │ │ └── YOLO-FPN.html │ ├── neural-network │ │ ├── README.html │ │ ├── adam-a-method-for-stochastic-optimization.html │ │ ├── targeted-dropout.html │ │ └── wide-and-deep-learning-for-recommender-systems.html │ ├── segmentation │ │ └── index.html │ ├── transformer │ │ ├── SwinTransformer.html │ │ ├── ViT.html │ │ ├── index.html │ │ └── transformer.html │ └── transformers │ │ └── 未命名.html ├── Read │ ├── README.html │ ├── alexnet-imagenet-classification-with-deep-convolutional-neural-networks.html │ ├── index.html │ ├── learning-efficient-convolutional-networks-through-network-slimming.html │ ├── m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.html │ └── rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.html ├── Summary │ └── index.html ├── _images │ ├── blipv1_1.png │ ├── blipv1_10.png │ ├── blipv1_2.png │ ├── blipv1_3.png │ ├── blipv1_4.png │ ├── blipv1_6.png │ ├── blipv1_7.png │ ├── blipv1_8.png │ └── blipv1_9.png ├── _sources │ ├── IDEA │ │ ├── YOLOv11.md │ │ ├── image2vec.md │ │ ├── 基于RAG优化目标检测模型.md │ │ └── 基于prompt的自定义特征描述子.md │ ├── Implementation │ │ ├── articlereproduction_cv.md │ │ ├── articlereproduction_nlp.md │ │ ├── articlereproduction_rec.md │ │ ├── engineeringlandingcomp.md │ │ └── index.md │ ├── List │ │ ├── attention.md │ │ ├── basis.md │ │ ├── batch_normalization.md │ │ ├── classification.md │ │ ├── convolutional.md │ │ ├── cvpr2024.md │ │ ├── gan.md │ │ ├── index.md │ │ ├── llm.md │ │ ├── mllm.md │ │ ├── multimodal.md │ │ ├── nlp.md │ │ ├── objectdetection.md │ │ ├── rnn.md │ │ ├── segementation.md │ │ └── transformer.md │ ├── Method │ │ ├── efficent_read_paper.md │ │ ├── how_to_read_paper.md │ │ ├── index.md │ │ ├── paper_10_question.md │ │ ├── read_important_tips.md │ │ └── reference.md │ ├── Notes │ │ ├── Collation and summary of reading terms.md │ │ ├── README.md │ │ ├── attention.md │ │ ├── batch-regularization │ │ │ ├── README.md │ │ │ ├── batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.md │ │ │ ├── batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.md │ │ │ ├── differentiable-learning-to-normalize-via-switchable-normalization.md │ │ │ ├── group-normalization.md │ │ │ └── instance-normalization-the-missing-ingredient-for-fast-stylization.md │ │ ├── detection │ │ │ ├── ASFF.md │ │ │ ├── ATSS.md │ │ │ ├── Cascade-RCNN.md │ │ │ ├── CenterMask.md │ │ │ ├── DAMO-YOLO.md │ │ │ ├── Detr.md │ │ │ ├── Dy-yolov7.md │ │ │ ├── Edge-YOLO.md │ │ │ ├── EfficientDet.md │ │ │ ├── FCN.md │ │ │ ├── FCOS.md │ │ │ ├── FPN.md │ │ │ ├── Fast R-CNN.md │ │ │ ├── Faster R-CNN.md │ │ │ ├── FemtoDet.md │ │ │ ├── Gold-YOLO.md │ │ │ ├── MDETR.md │ │ │ ├── MS-DAYOLO.md │ │ │ ├── Mamba-YOLO.md │ │ │ ├── Mask R-CNN.md │ │ │ ├── Mobilenet-SSDv2.md │ │ │ ├── OWL-ViT.md │ │ │ ├── OWLv2.md │ │ │ ├── OneNet.md │ │ │ ├── PP-YOLOE.md │ │ │ ├── PP-YOLOv1.md │ │ │ ├── PP-YOLOv2.md │ │ │ ├── R-FCN.md │ │ │ ├── RCNN.md │ │ │ ├── RDSNet.md │ │ │ ├── RT-DETR.md │ │ │ ├── RTMDet.md │ │ │ ├── RetinaNet.md │ │ │ ├── SABL.md │ │ │ ├── SM-NAS.md │ │ │ ├── SSD.md │ │ │ ├── Scaled-YOLOv4.md │ │ │ ├── Simple Multi-dataset Detection.md │ │ │ ├── Sparse R-CNN.md │ │ │ ├── SparseInst.md │ │ │ ├── TSD.md │ │ │ ├── VarifocalNet.md │ │ │ ├── ViT-YOLO.md │ │ │ ├── YOLO-MS.md │ │ │ ├── YOLO-World.md │ │ │ ├── YOLOD.md │ │ │ ├── YOLOF.md │ │ │ ├── YOLOOC.md │ │ │ ├── YOLOP.md │ │ │ ├── YOLOR.md │ │ │ ├── YOLOS.md │ │ │ ├── YOLOX.md │ │ │ ├── YOLOv1.md │ │ │ ├── YOLOv10.md │ │ │ ├── YOLOv2.md │ │ │ ├── YOLOv3.md │ │ │ ├── YOLOv4.md │ │ │ ├── YOLOv5.md │ │ │ ├── YOLOv6.md │ │ │ ├── YOLOv6_v3.0.md │ │ │ ├── YOLOv7.md │ │ │ ├── YOLOv8-AM.md │ │ │ ├── YOLOv8.md │ │ │ ├── YOLOv9.md │ │ │ ├── index.md │ │ │ ├── leaderboard.md │ │ │ ├── summary.md │ │ │ ├── survey_all.md │ │ │ ├── yolo综述.md │ │ │ └── 目标检测综述20年.md │ │ ├── index.md │ │ ├── llm │ │ │ ├── gpt-v1.md │ │ │ ├── gpt-v2.md │ │ │ ├── gpt-v3.md │ │ │ ├── gpt-v4.md │ │ │ ├── index.md │ │ │ └── opt.md │ │ ├── mm-l │ │ │ ├── blip-v1.md │ │ │ ├── blip-v2.md │ │ │ ├── index.md │ │ │ └── 未命名.md │ │ ├── module │ │ │ ├── aug │ │ │ │ ├── AugmentHSV.md │ │ │ │ ├── Auto Augment.md │ │ │ │ ├── Color Distort.md │ │ │ │ ├── Crop.md │ │ │ │ ├── Cutmix.md │ │ │ │ ├── Expand.md │ │ │ │ ├── Flipping.md │ │ │ │ ├── Grid Mask.md │ │ │ │ ├── Lighting.md │ │ │ │ ├── Mixup.md │ │ │ │ ├── Mosaic.md │ │ │ │ ├── Random Erasing.md │ │ │ │ ├── Random Perspective.md │ │ │ │ └── Resize.md │ │ │ ├── backbone │ │ │ │ ├── BlazeNet.md │ │ │ │ ├── CSPDarkNet.md │ │ │ │ ├── CSPResNet.md │ │ │ │ ├── ConvNeXt.md │ │ │ │ ├── DLA.md │ │ │ │ ├── DarkNet.md │ │ │ │ ├── ESNet.md │ │ │ │ ├── GhostNet.md │ │ │ │ ├── HRNet.md │ │ │ │ ├── HardNet.md │ │ │ │ ├── LCNet.md │ │ │ │ ├── Lite-HRNet.md │ │ │ │ ├── MobileNetV1.md │ │ │ │ ├── MobileNetV2.md │ │ │ │ ├── MobileNetV3.md │ │ │ │ ├── Res2Net.md │ │ │ │ ├── ResNet.md │ │ │ │ ├── SENet.md │ │ │ │ ├── ShuffleNetV2.md │ │ │ │ └── Swin-Transformer.md │ │ │ ├── common │ │ │ │ ├── DCNv2.md │ │ │ │ ├── EMA.md │ │ │ │ ├── Group Norm.md │ │ │ │ └── Sync-BN.md │ │ │ ├── index.md │ │ │ ├── loss │ │ │ │ ├── CIoU.md │ │ │ │ ├── CT Focal Loss.md │ │ │ │ ├── DIoU.md │ │ │ │ ├── Detr Loss.md │ │ │ │ ├── Fairmot Loss.md │ │ │ │ ├── Fcos Loss.md │ │ │ │ ├── Focal Loss.md │ │ │ │ ├── GFocal Loss.md │ │ │ │ ├── GIoU.md │ │ │ │ ├── IoUAware.md │ │ │ │ ├── JDE Loss.md │ │ │ │ ├── KeyPoint Loss.md │ │ │ │ ├── SSD Loss.md │ │ │ │ ├── Smooth-L1.md │ │ │ │ ├── SoloV2 Loss.md │ │ │ │ ├── SparseRCNN Loss.md │ │ │ │ ├── VariFocal Loss.md │ │ │ │ └── YOLO Loss.md │ │ │ └── necks │ │ │ │ ├── BiFPN.md │ │ │ │ ├── BlazeFace-FPN.md │ │ │ │ ├── CSP-PAN.md │ │ │ │ ├── CenterNet-FPN.md │ │ │ │ ├── Custom-PAN.md │ │ │ │ ├── ES-PAN.md │ │ │ │ ├── FPN.md │ │ │ │ ├── HRFPN.md │ │ │ │ ├── LC-PAN.md │ │ │ │ ├── TTF-FPN.md │ │ │ │ └── YOLO-FPN.md │ │ ├── neural-network │ │ │ ├── README.md │ │ │ ├── adam-a-method-for-stochastic-optimization.md │ │ │ ├── targeted-dropout.md │ │ │ └── wide-and-deep-learning-for-recommender-systems.md │ │ ├── segmentation │ │ │ └── index.md │ │ ├── transformer │ │ │ ├── SwinTransformer.md │ │ │ ├── ViT.md │ │ │ ├── index.md │ │ │ └── transformer.md │ │ └── transformers │ │ │ └── 未命名.md │ ├── Read │ │ ├── README.md │ │ ├── alexnet-imagenet-classification-with-deep-convolutional-neural-networks.md │ │ ├── index.md │ │ ├── learning-efficient-convolutional-networks-through-network-slimming.md │ │ ├── m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.md │ │ └── rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.md │ ├── Summary │ │ └── index.md │ └── index.md ├── _static │ ├── basic.css │ ├── doctools.js │ ├── documentation_options.js │ ├── file.png │ ├── images │ │ ├── logo_binder.svg │ │ ├── logo_colab.png │ │ ├── logo_deepnote.svg │ │ └── logo_jupyterhub.svg │ ├── language_data.js │ ├── locales │ │ ├── ar │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── bg │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── bn │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ca │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── cs │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── da │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── el │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── eo │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── et │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── fi │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── hr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── id │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── iw │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ja │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ko │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── lt │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── lv │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ml │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── mr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ms │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── no │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── pt │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ro │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sk │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sv │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ta │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── te │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tg │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── th │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── uk │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ur │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── vi │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── zh_CN │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ └── zh_TW │ │ │ └── LC_MESSAGES │ │ │ ├── booktheme.mo │ │ │ └── booktheme.po │ ├── logo.png │ ├── minus.png │ ├── mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css │ ├── panda.png │ ├── plot_directive.css │ ├── plus.png │ ├── pygments.css │ ├── sbt-webpack-macros.html │ ├── scripts │ │ ├── bootstrap.js │ │ ├── bootstrap.js.LICENSE.txt │ │ ├── bootstrap.js.map │ │ ├── pydata-sphinx-theme.js │ │ ├── pydata-sphinx-theme.js.map │ │ ├── sphinx-book-theme.js │ │ └── sphinx-book-theme.js.map │ ├── searchtools.js │ ├── sphinx_highlight.js │ ├── styles │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── pydata-sphinx-theme.css │ │ ├── pydata-sphinx-theme.css.map │ │ ├── sphinx-book-theme.css │ │ └── theme.css │ ├── vendor │ │ └── fontawesome │ │ │ └── 6.5.1 │ │ │ ├── LICENSE.txt │ │ │ ├── css │ │ │ └── all.min.css │ │ │ ├── js │ │ │ ├── all.min.js │ │ │ └── all.min.js.LICENSE.txt │ │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ └── webpack-macros.html ├── genindex.html ├── index.html ├── objects.inv ├── search.html └── searchindex.js ├── img └── logo.png ├── make.bat ├── source ├── IDEA │ ├── YOLOv11.md │ ├── image2vec.md │ ├── 基于RAG优化目标检测模型.md │ └── 基于prompt的自定义特征描述子.md ├── Implementation │ ├── articlereproduction_cv.md │ ├── articlereproduction_nlp.md │ ├── articlereproduction_rec.md │ ├── engineeringlandingcomp.md │ └── index.md ├── List │ ├── attention.md │ ├── basis.md │ ├── batch_normalization.md │ ├── classification.md │ ├── convolutional.md │ ├── cvpr2024.md │ ├── gan.md │ ├── index.md │ ├── llm.md │ ├── mllm.md │ ├── multimodal.md │ ├── nlp.md │ ├── objectdetection.md │ ├── rnn.md │ ├── segementation.md │ └── transformer.md ├── Method │ ├── efficent_read_paper.md │ ├── how_to_read_paper.md │ ├── index.md │ ├── paper_10_question.md │ ├── read_important_tips.md │ └── reference.md ├── Notes │ ├── Collation and summary of reading terms.md │ ├── README.md │ ├── attention.md │ ├── batch-regularization │ │ ├── README.md │ │ ├── batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.md │ │ ├── batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.md │ │ ├── differentiable-learning-to-normalize-via-switchable-normalization.md │ │ ├── group-normalization.md │ │ └── instance-normalization-the-missing-ingredient-for-fast-stylization.md │ ├── detection │ │ ├── ASFF.md │ │ ├── ATSS.md │ │ ├── Cascade-RCNN.md │ │ ├── CenterMask.md │ │ ├── DAMO-YOLO.md │ │ ├── Detr.md │ │ ├── Dy-yolov7.md │ │ ├── Edge-YOLO.md │ │ ├── EfficientDet.md │ │ ├── FCN.md │ │ ├── FCOS.md │ │ ├── FPN.md │ │ ├── Fast R-CNN.md │ │ ├── Faster R-CNN.md │ │ ├── FemtoDet.md │ │ ├── Gold-YOLO.md │ │ ├── MDETR.md │ │ ├── MS-DAYOLO.md │ │ ├── Mamba-YOLO.md │ │ ├── Mask R-CNN.md │ │ ├── Mobilenet-SSDv2.md │ │ ├── OWL-ViT.md │ │ ├── OWLv2.md │ │ ├── OneNet.md │ │ ├── PP-YOLOE.md │ │ ├── PP-YOLOv1.md │ │ ├── PP-YOLOv2.md │ │ ├── R-FCN.md │ │ ├── RCNN.md │ │ ├── RDSNet.md │ │ ├── RT-DETR.md │ │ ├── RTMDet.md │ │ ├── RetinaNet.md │ │ ├── SABL.md │ │ ├── SM-NAS.md │ │ ├── SSD.md │ │ ├── Scaled-YOLOv4.md │ │ ├── Simple Multi-dataset Detection.md │ │ ├── Sparse R-CNN.md │ │ ├── SparseInst.md │ │ ├── TSD.md │ │ ├── VarifocalNet.md │ │ ├── ViT-YOLO.md │ │ ├── YOLO-MS.md │ │ ├── YOLO-World.md │ │ ├── YOLOD.md │ │ ├── YOLOF.md │ │ ├── YOLOOC.md │ │ ├── YOLOP.md │ │ ├── YOLOR.md │ │ ├── YOLOS.md │ │ ├── YOLOX.md │ │ ├── YOLOv1.md │ │ ├── YOLOv10.md │ │ ├── YOLOv2.md │ │ ├── YOLOv3.md │ │ ├── YOLOv4.md │ │ ├── YOLOv5.md │ │ ├── YOLOv6.md │ │ ├── YOLOv6_v3.0.md │ │ ├── YOLOv7.md │ │ ├── YOLOv8-AM.md │ │ ├── YOLOv8.md │ │ ├── YOLOv9.md │ │ ├── index.md │ │ ├── leaderboard.md │ │ ├── summary.md │ │ ├── yolo综述.md │ │ └── 目标检测综述20年.md │ ├── index.md │ ├── llm │ │ ├── gpt-v1.md │ │ ├── gpt-v2.md │ │ ├── gpt-v3.md │ │ ├── gpt-v4.md │ │ ├── index.md │ │ └── opt.md │ ├── mm-l │ │ ├── blip-v1.md │ │ ├── blip-v2.md │ │ ├── figures │ │ │ ├── blipv1_1.png │ │ │ ├── blipv1_10.png │ │ │ ├── blipv1_2.png │ │ │ ├── blipv1_3.png │ │ │ ├── blipv1_4.png │ │ │ ├── blipv1_6.png │ │ │ ├── blipv1_7.png │ │ │ ├── blipv1_8.png │ │ │ └── blipv1_9.png │ │ ├── index.md │ │ └── 未命名.md │ ├── module │ │ ├── aug │ │ │ ├── AugmentHSV.md │ │ │ ├── Auto Augment.md │ │ │ ├── Color Distort.md │ │ │ ├── Crop.md │ │ │ ├── Cutmix.md │ │ │ ├── Expand.md │ │ │ ├── Flipping.md │ │ │ ├── Grid Mask.md │ │ │ ├── Lighting.md │ │ │ ├── Mixup.md │ │ │ ├── Mosaic.md │ │ │ ├── Random Erasing.md │ │ │ ├── Random Perspective.md │ │ │ └── Resize.md │ │ ├── backbone │ │ │ ├── BlazeNet.md │ │ │ ├── CSPDarkNet.md │ │ │ ├── CSPResNet.md │ │ │ ├── ConvNeXt.md │ │ │ ├── DLA.md │ │ │ ├── DarkNet.md │ │ │ ├── ESNet.md │ │ │ ├── GhostNet.md │ │ │ ├── HRNet.md │ │ │ ├── HardNet.md │ │ │ ├── LCNet.md │ │ │ ├── Lite-HRNet.md │ │ │ ├── MobileNetV1.md │ │ │ ├── MobileNetV2.md │ │ │ ├── MobileNetV3.md │ │ │ ├── Res2Net.md │ │ │ ├── ResNet.md │ │ │ ├── SENet.md │ │ │ ├── ShuffleNetV2.md │ │ │ └── Swin-Transformer.md │ │ ├── common │ │ │ ├── DCNv2.md │ │ │ ├── EMA.md │ │ │ ├── Group Norm.md │ │ │ └── Sync-BN.md │ │ ├── index.md │ │ ├── loss │ │ │ ├── CIoU.md │ │ │ ├── CT Focal Loss.md │ │ │ ├── DIoU.md │ │ │ ├── Detr Loss.md │ │ │ ├── Fairmot Loss.md │ │ │ ├── Fcos Loss.md │ │ │ ├── Focal Loss.md │ │ │ ├── GFocal Loss.md │ │ │ ├── GIoU.md │ │ │ ├── IoUAware.md │ │ │ ├── JDE Loss.md │ │ │ ├── KeyPoint Loss.md │ │ │ ├── SSD Loss.md │ │ │ ├── Smooth-L1.md │ │ │ ├── SoloV2 Loss.md │ │ │ ├── SparseRCNN Loss.md │ │ │ ├── VariFocal Loss.md │ │ │ └── YOLO Loss.md │ │ └── necks │ │ │ ├── BiFPN.md │ │ │ ├── BlazeFace-FPN.md │ │ │ ├── CSP-PAN.md │ │ │ ├── CenterNet-FPN.md │ │ │ ├── Custom-PAN.md │ │ │ ├── ES-PAN.md │ │ │ ├── FPN.md │ │ │ ├── HRFPN.md │ │ │ ├── LC-PAN.md │ │ │ ├── TTF-FPN.md │ │ │ └── YOLO-FPN.md │ ├── neural-network │ │ ├── README.md │ │ ├── adam-a-method-for-stochastic-optimization.md │ │ ├── targeted-dropout.md │ │ └── wide-and-deep-learning-for-recommender-systems.md │ ├── segmentation │ │ └── index.md │ └── transformer │ │ ├── SwinTransformer.md │ │ ├── ViT.md │ │ ├── index.md │ │ └── transformer.md ├── Read │ ├── README.md │ ├── alexnet-imagenet-classification-with-deep-convolutional-neural-networks.md │ ├── index.md │ ├── learning-efficient-convolutional-networks-through-network-slimming.md │ ├── m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.md │ └── rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.md ├── Summary │ └── index.md ├── _static │ ├── logo.png │ └── panda.png ├── conf.py ├── cvpr2024.md └── index.md └── update.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/README.md -------------------------------------------------------------------------------- /docs/.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/.buildinfo -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/IDEA/YOLOv11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/IDEA/YOLOv11.html -------------------------------------------------------------------------------- /docs/IDEA/image2vec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/IDEA/image2vec.html -------------------------------------------------------------------------------- /docs/IDEA/基于RAG优化目标检测模型.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/IDEA/基于RAG优化目标检测模型.html -------------------------------------------------------------------------------- /docs/IDEA/基于prompt的自定义特征描述子.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/IDEA/基于prompt的自定义特征描述子.html -------------------------------------------------------------------------------- /docs/Implementation/articlereproduction_cv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Implementation/articlereproduction_cv.html -------------------------------------------------------------------------------- /docs/Implementation/articlereproduction_nlp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Implementation/articlereproduction_nlp.html -------------------------------------------------------------------------------- /docs/Implementation/articlereproduction_rec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Implementation/articlereproduction_rec.html -------------------------------------------------------------------------------- /docs/Implementation/engineeringlandingcomp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Implementation/engineeringlandingcomp.html -------------------------------------------------------------------------------- /docs/Implementation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Implementation/index.html -------------------------------------------------------------------------------- /docs/List/attention.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/attention.html -------------------------------------------------------------------------------- /docs/List/basis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/basis.html -------------------------------------------------------------------------------- /docs/List/batch_normalization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/batch_normalization.html -------------------------------------------------------------------------------- /docs/List/classification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/classification.html -------------------------------------------------------------------------------- /docs/List/convolutional.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/convolutional.html -------------------------------------------------------------------------------- /docs/List/cvpr2024.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/cvpr2024.html -------------------------------------------------------------------------------- /docs/List/gan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/gan.html -------------------------------------------------------------------------------- /docs/List/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/index.html -------------------------------------------------------------------------------- /docs/List/llm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/llm.html -------------------------------------------------------------------------------- /docs/List/mllm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/mllm.html -------------------------------------------------------------------------------- /docs/List/multimodal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/multimodal.html -------------------------------------------------------------------------------- /docs/List/nlp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/nlp.html -------------------------------------------------------------------------------- /docs/List/objectdetection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/objectdetection.html -------------------------------------------------------------------------------- /docs/List/rnn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/rnn.html -------------------------------------------------------------------------------- /docs/List/segementation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/segementation.html -------------------------------------------------------------------------------- /docs/List/transformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/List/transformer.html -------------------------------------------------------------------------------- /docs/Method/efficent_read_paper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Method/efficent_read_paper.html -------------------------------------------------------------------------------- /docs/Method/how_to_read_paper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Method/how_to_read_paper.html -------------------------------------------------------------------------------- /docs/Method/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Method/index.html -------------------------------------------------------------------------------- /docs/Method/paper_10_question.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Method/paper_10_question.html -------------------------------------------------------------------------------- /docs/Method/read_important_tips.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Method/read_important_tips.html -------------------------------------------------------------------------------- /docs/Method/reference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Method/reference.html -------------------------------------------------------------------------------- /docs/Notes/Collation and summary of reading terms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/Collation and summary of reading terms.html -------------------------------------------------------------------------------- /docs/Notes/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/README.html -------------------------------------------------------------------------------- /docs/Notes/attention.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/attention.html -------------------------------------------------------------------------------- /docs/Notes/batch-regularization/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/batch-regularization/README.html -------------------------------------------------------------------------------- /docs/Notes/batch-regularization/batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/batch-regularization/batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.html -------------------------------------------------------------------------------- /docs/Notes/batch-regularization/batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/batch-regularization/batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.html -------------------------------------------------------------------------------- /docs/Notes/batch-regularization/differentiable-learning-to-normalize-via-switchable-normalization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/batch-regularization/differentiable-learning-to-normalize-via-switchable-normalization.html -------------------------------------------------------------------------------- /docs/Notes/batch-regularization/group-normalization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/batch-regularization/group-normalization.html -------------------------------------------------------------------------------- /docs/Notes/batch-regularization/instance-normalization-the-missing-ingredient-for-fast-stylization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/batch-regularization/instance-normalization-the-missing-ingredient-for-fast-stylization.html -------------------------------------------------------------------------------- /docs/Notes/detection/ASFF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/ASFF.html -------------------------------------------------------------------------------- /docs/Notes/detection/ATSS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/ATSS.html -------------------------------------------------------------------------------- /docs/Notes/detection/Cascade-RCNN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Cascade-RCNN.html -------------------------------------------------------------------------------- /docs/Notes/detection/CenterMask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/CenterMask.html -------------------------------------------------------------------------------- /docs/Notes/detection/DAMO-YOLO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/DAMO-YOLO.html -------------------------------------------------------------------------------- /docs/Notes/detection/Detr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Detr.html -------------------------------------------------------------------------------- /docs/Notes/detection/Dy-yolov7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Dy-yolov7.html -------------------------------------------------------------------------------- /docs/Notes/detection/Edge-YOLO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Edge-YOLO.html -------------------------------------------------------------------------------- /docs/Notes/detection/EfficientDet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/EfficientDet.html -------------------------------------------------------------------------------- /docs/Notes/detection/FCN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/FCN.html -------------------------------------------------------------------------------- /docs/Notes/detection/FCOS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/FCOS.html -------------------------------------------------------------------------------- /docs/Notes/detection/FPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/FPN.html -------------------------------------------------------------------------------- /docs/Notes/detection/Fast R-CNN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Fast R-CNN.html -------------------------------------------------------------------------------- /docs/Notes/detection/Faster R-CNN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Faster R-CNN.html -------------------------------------------------------------------------------- /docs/Notes/detection/FemtoDet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/FemtoDet.html -------------------------------------------------------------------------------- /docs/Notes/detection/Gold-YOLO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Gold-YOLO.html -------------------------------------------------------------------------------- /docs/Notes/detection/MDETR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/MDETR.html -------------------------------------------------------------------------------- /docs/Notes/detection/MS-DAYOLO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/MS-DAYOLO.html -------------------------------------------------------------------------------- /docs/Notes/detection/Mamba-YOLO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Mamba-YOLO.html -------------------------------------------------------------------------------- /docs/Notes/detection/Mask R-CNN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Mask R-CNN.html -------------------------------------------------------------------------------- /docs/Notes/detection/Mobilenet-SSDv2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Mobilenet-SSDv2.html -------------------------------------------------------------------------------- /docs/Notes/detection/OWL-ViT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/OWL-ViT.html -------------------------------------------------------------------------------- /docs/Notes/detection/OWLv2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/OWLv2.html -------------------------------------------------------------------------------- /docs/Notes/detection/OneNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/OneNet.html -------------------------------------------------------------------------------- /docs/Notes/detection/PP-YOLOE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/PP-YOLOE.html -------------------------------------------------------------------------------- /docs/Notes/detection/PP-YOLOv1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/PP-YOLOv1.html -------------------------------------------------------------------------------- /docs/Notes/detection/PP-YOLOv2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/PP-YOLOv2.html -------------------------------------------------------------------------------- /docs/Notes/detection/R-FCN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/R-FCN.html -------------------------------------------------------------------------------- /docs/Notes/detection/RCNN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/RCNN.html -------------------------------------------------------------------------------- /docs/Notes/detection/RDSNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/RDSNet.html -------------------------------------------------------------------------------- /docs/Notes/detection/RT-DETR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/RT-DETR.html -------------------------------------------------------------------------------- /docs/Notes/detection/RTMDet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/RTMDet.html -------------------------------------------------------------------------------- /docs/Notes/detection/RetinaNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/RetinaNet.html -------------------------------------------------------------------------------- /docs/Notes/detection/SABL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/SABL.html -------------------------------------------------------------------------------- /docs/Notes/detection/SM-NAS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/SM-NAS.html -------------------------------------------------------------------------------- /docs/Notes/detection/SSD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/SSD.html -------------------------------------------------------------------------------- /docs/Notes/detection/Scaled-YOLOv4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Scaled-YOLOv4.html -------------------------------------------------------------------------------- /docs/Notes/detection/Simple Multi-dataset Detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Simple Multi-dataset Detection.html -------------------------------------------------------------------------------- /docs/Notes/detection/Sparse R-CNN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/Sparse R-CNN.html -------------------------------------------------------------------------------- /docs/Notes/detection/SparseInst.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/SparseInst.html -------------------------------------------------------------------------------- /docs/Notes/detection/TSD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/TSD.html -------------------------------------------------------------------------------- /docs/Notes/detection/VarifocalNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/VarifocalNet.html -------------------------------------------------------------------------------- /docs/Notes/detection/ViT-YOLO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/ViT-YOLO.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLO-MS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLO-MS.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLO-World.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLO-World.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOD.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOF.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOOC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOOC.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOP.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOR.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOS.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOX.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv1.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv10.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv2.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv3.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv4.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv5.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv6.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv6_v3.0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv6_v3.0.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv7.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv8-AM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv8-AM.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv8.html -------------------------------------------------------------------------------- /docs/Notes/detection/YOLOv9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/YOLOv9.html -------------------------------------------------------------------------------- /docs/Notes/detection/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/index.html -------------------------------------------------------------------------------- /docs/Notes/detection/leaderboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/leaderboard.html -------------------------------------------------------------------------------- /docs/Notes/detection/summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/summary.html -------------------------------------------------------------------------------- /docs/Notes/detection/survey_all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/survey_all.html -------------------------------------------------------------------------------- /docs/Notes/detection/yolo综述.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/yolo综述.html -------------------------------------------------------------------------------- /docs/Notes/detection/目标检测综述20年.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/detection/目标检测综述20年.html -------------------------------------------------------------------------------- /docs/Notes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/index.html -------------------------------------------------------------------------------- /docs/Notes/llm/gpt-v1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/llm/gpt-v1.html -------------------------------------------------------------------------------- /docs/Notes/llm/gpt-v2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/llm/gpt-v2.html -------------------------------------------------------------------------------- /docs/Notes/llm/gpt-v3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/llm/gpt-v3.html -------------------------------------------------------------------------------- /docs/Notes/llm/gpt-v4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/llm/gpt-v4.html -------------------------------------------------------------------------------- /docs/Notes/llm/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/llm/index.html -------------------------------------------------------------------------------- /docs/Notes/llm/opt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/llm/opt.html -------------------------------------------------------------------------------- /docs/Notes/mm-l/blip-v1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/mm-l/blip-v1.html -------------------------------------------------------------------------------- /docs/Notes/mm-l/blip-v2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/mm-l/blip-v2.html -------------------------------------------------------------------------------- /docs/Notes/mm-l/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/mm-l/index.html -------------------------------------------------------------------------------- /docs/Notes/mm-l/未命名.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/mm-l/未命名.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/AugmentHSV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/AugmentHSV.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Auto Augment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Auto Augment.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Color Distort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Color Distort.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Crop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Crop.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Cutmix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Cutmix.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Expand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Expand.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Flipping.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Flipping.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Grid Mask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Grid Mask.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Lighting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Lighting.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Mixup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Mixup.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Mosaic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Mosaic.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Random Erasing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Random Erasing.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Random Perspective.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Random Perspective.html -------------------------------------------------------------------------------- /docs/Notes/module/aug/Resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/aug/Resize.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/BlazeNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/BlazeNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/CSPDarkNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/CSPDarkNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/CSPResNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/CSPResNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/ConvNeXt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/ConvNeXt.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/DLA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/DLA.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/DarkNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/DarkNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/ESNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/ESNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/GhostNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/GhostNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/HRNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/HRNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/HardNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/HardNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/LCNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/LCNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/Lite-HRNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/Lite-HRNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/MobileNetV1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/MobileNetV1.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/MobileNetV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/MobileNetV2.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/MobileNetV3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/MobileNetV3.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/Res2Net.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/Res2Net.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/ResNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/ResNet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/SENet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/SENet.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/ShuffleNetV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/ShuffleNetV2.html -------------------------------------------------------------------------------- /docs/Notes/module/backbone/Swin-Transformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/backbone/Swin-Transformer.html -------------------------------------------------------------------------------- /docs/Notes/module/common/DCNv2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/common/DCNv2.html -------------------------------------------------------------------------------- /docs/Notes/module/common/EMA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/common/EMA.html -------------------------------------------------------------------------------- /docs/Notes/module/common/Group Norm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/common/Group Norm.html -------------------------------------------------------------------------------- /docs/Notes/module/common/Sync-BN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/common/Sync-BN.html -------------------------------------------------------------------------------- /docs/Notes/module/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/index.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/CIoU.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/CIoU.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/CT Focal Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/CT Focal Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/DIoU.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/DIoU.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/Detr Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/Detr Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/Fairmot Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/Fairmot Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/Fcos Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/Fcos Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/Focal Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/Focal Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/GFocal Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/GFocal Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/GIoU.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/GIoU.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/IoUAware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/IoUAware.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/JDE Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/JDE Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/KeyPoint Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/KeyPoint Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/SSD Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/SSD Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/Smooth-L1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/Smooth-L1.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/SoloV2 Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/SoloV2 Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/SparseRCNN Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/SparseRCNN Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/VariFocal Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/VariFocal Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/loss/YOLO Loss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/loss/YOLO Loss.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/BiFPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/BiFPN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/BlazeFace-FPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/BlazeFace-FPN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/CSP-PAN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/CSP-PAN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/CenterNet-FPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/CenterNet-FPN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/Custom-PAN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/Custom-PAN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/ES-PAN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/ES-PAN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/FPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/FPN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/HRFPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/HRFPN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/LC-PAN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/LC-PAN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/TTF-FPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/TTF-FPN.html -------------------------------------------------------------------------------- /docs/Notes/module/necks/YOLO-FPN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/module/necks/YOLO-FPN.html -------------------------------------------------------------------------------- /docs/Notes/neural-network/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/neural-network/README.html -------------------------------------------------------------------------------- /docs/Notes/neural-network/adam-a-method-for-stochastic-optimization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/neural-network/adam-a-method-for-stochastic-optimization.html -------------------------------------------------------------------------------- /docs/Notes/neural-network/targeted-dropout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/neural-network/targeted-dropout.html -------------------------------------------------------------------------------- /docs/Notes/neural-network/wide-and-deep-learning-for-recommender-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/neural-network/wide-and-deep-learning-for-recommender-systems.html -------------------------------------------------------------------------------- /docs/Notes/segmentation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/segmentation/index.html -------------------------------------------------------------------------------- /docs/Notes/transformer/SwinTransformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/transformer/SwinTransformer.html -------------------------------------------------------------------------------- /docs/Notes/transformer/ViT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/transformer/ViT.html -------------------------------------------------------------------------------- /docs/Notes/transformer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/transformer/index.html -------------------------------------------------------------------------------- /docs/Notes/transformer/transformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/transformer/transformer.html -------------------------------------------------------------------------------- /docs/Notes/transformers/未命名.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Notes/transformers/未命名.html -------------------------------------------------------------------------------- /docs/Read/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Read/README.html -------------------------------------------------------------------------------- /docs/Read/alexnet-imagenet-classification-with-deep-convolutional-neural-networks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Read/alexnet-imagenet-classification-with-deep-convolutional-neural-networks.html -------------------------------------------------------------------------------- /docs/Read/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Read/index.html -------------------------------------------------------------------------------- /docs/Read/learning-efficient-convolutional-networks-through-network-slimming.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Read/learning-efficient-convolutional-networks-through-network-slimming.html -------------------------------------------------------------------------------- /docs/Read/m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Read/m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.html -------------------------------------------------------------------------------- /docs/Read/rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Read/rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.html -------------------------------------------------------------------------------- /docs/Summary/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/Summary/index.html -------------------------------------------------------------------------------- /docs/_images/blipv1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_1.png -------------------------------------------------------------------------------- /docs/_images/blipv1_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_10.png -------------------------------------------------------------------------------- /docs/_images/blipv1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_2.png -------------------------------------------------------------------------------- /docs/_images/blipv1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_3.png -------------------------------------------------------------------------------- /docs/_images/blipv1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_4.png -------------------------------------------------------------------------------- /docs/_images/blipv1_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_6.png -------------------------------------------------------------------------------- /docs/_images/blipv1_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_7.png -------------------------------------------------------------------------------- /docs/_images/blipv1_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_8.png -------------------------------------------------------------------------------- /docs/_images/blipv1_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_images/blipv1_9.png -------------------------------------------------------------------------------- /docs/_sources/IDEA/YOLOv11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/IDEA/YOLOv11.md -------------------------------------------------------------------------------- /docs/_sources/IDEA/image2vec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/IDEA/image2vec.md -------------------------------------------------------------------------------- /docs/_sources/IDEA/基于RAG优化目标检测模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/IDEA/基于RAG优化目标检测模型.md -------------------------------------------------------------------------------- /docs/_sources/IDEA/基于prompt的自定义特征描述子.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Implementation/articlereproduction_cv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Implementation/articlereproduction_cv.md -------------------------------------------------------------------------------- /docs/_sources/Implementation/articlereproduction_nlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Implementation/articlereproduction_nlp.md -------------------------------------------------------------------------------- /docs/_sources/Implementation/articlereproduction_rec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Implementation/articlereproduction_rec.md -------------------------------------------------------------------------------- /docs/_sources/Implementation/engineeringlandingcomp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Implementation/engineeringlandingcomp.md -------------------------------------------------------------------------------- /docs/_sources/Implementation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Implementation/index.md -------------------------------------------------------------------------------- /docs/_sources/List/attention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/attention.md -------------------------------------------------------------------------------- /docs/_sources/List/basis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/basis.md -------------------------------------------------------------------------------- /docs/_sources/List/batch_normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/batch_normalization.md -------------------------------------------------------------------------------- /docs/_sources/List/classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/classification.md -------------------------------------------------------------------------------- /docs/_sources/List/convolutional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/convolutional.md -------------------------------------------------------------------------------- /docs/_sources/List/cvpr2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/cvpr2024.md -------------------------------------------------------------------------------- /docs/_sources/List/gan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/gan.md -------------------------------------------------------------------------------- /docs/_sources/List/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/index.md -------------------------------------------------------------------------------- /docs/_sources/List/llm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/llm.md -------------------------------------------------------------------------------- /docs/_sources/List/mllm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/mllm.md -------------------------------------------------------------------------------- /docs/_sources/List/multimodal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/multimodal.md -------------------------------------------------------------------------------- /docs/_sources/List/nlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/nlp.md -------------------------------------------------------------------------------- /docs/_sources/List/objectdetection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/objectdetection.md -------------------------------------------------------------------------------- /docs/_sources/List/rnn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/rnn.md -------------------------------------------------------------------------------- /docs/_sources/List/segementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/segementation.md -------------------------------------------------------------------------------- /docs/_sources/List/transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/List/transformer.md -------------------------------------------------------------------------------- /docs/_sources/Method/efficent_read_paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Method/efficent_read_paper.md -------------------------------------------------------------------------------- /docs/_sources/Method/how_to_read_paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Method/how_to_read_paper.md -------------------------------------------------------------------------------- /docs/_sources/Method/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Method/index.md -------------------------------------------------------------------------------- /docs/_sources/Method/paper_10_question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Method/paper_10_question.md -------------------------------------------------------------------------------- /docs/_sources/Method/read_important_tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Method/read_important_tips.md -------------------------------------------------------------------------------- /docs/_sources/Method/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Method/reference.md -------------------------------------------------------------------------------- /docs/_sources/Notes/Collation and summary of reading terms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/Collation and summary of reading terms.md -------------------------------------------------------------------------------- /docs/_sources/Notes/README.md: -------------------------------------------------------------------------------- 1 | # Notes 2 | 3 | -------------------------------------------------------------------------------- /docs/_sources/Notes/attention.md: -------------------------------------------------------------------------------- 1 | # Attention 2 | 3 | -------------------------------------------------------------------------------- /docs/_sources/Notes/batch-regularization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/batch-regularization/README.md -------------------------------------------------------------------------------- /docs/_sources/Notes/batch-regularization/batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/batch-regularization/batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.md -------------------------------------------------------------------------------- /docs/_sources/Notes/batch-regularization/batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/batch-regularization/batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.md -------------------------------------------------------------------------------- /docs/_sources/Notes/batch-regularization/differentiable-learning-to-normalize-via-switchable-normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/batch-regularization/differentiable-learning-to-normalize-via-switchable-normalization.md -------------------------------------------------------------------------------- /docs/_sources/Notes/batch-regularization/group-normalization.md: -------------------------------------------------------------------------------- 1 | # Group Normalization 2 | 3 | -------------------------------------------------------------------------------- /docs/_sources/Notes/batch-regularization/instance-normalization-the-missing-ingredient-for-fast-stylization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/batch-regularization/instance-normalization-the-missing-ingredient-for-fast-stylization.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/ASFF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/ASFF.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/ATSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/ATSS.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Cascade-RCNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Cascade-RCNN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/CenterMask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/CenterMask.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/DAMO-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/DAMO-YOLO.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Detr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Detr.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Dy-yolov7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Dy-yolov7.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Edge-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Edge-YOLO.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/EfficientDet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/EfficientDet.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/FCN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/FCN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/FCOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/FCOS.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/FPN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/FPN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Fast R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Fast R-CNN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Faster R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Faster R-CNN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/FemtoDet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/FemtoDet.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Gold-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Gold-YOLO.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/MDETR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/MDETR.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/MS-DAYOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/MS-DAYOLO.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Mamba-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Mamba-YOLO.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Mask R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Mask R-CNN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Mobilenet-SSDv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Mobilenet-SSDv2.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/OWL-ViT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/OWL-ViT.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/OWLv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/OWLv2.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/OneNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/OneNet.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/PP-YOLOE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/PP-YOLOE.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/PP-YOLOv1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/PP-YOLOv1.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/PP-YOLOv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/PP-YOLOv2.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/R-FCN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/R-FCN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/RCNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/RCNN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/RDSNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/RDSNet.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/RT-DETR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/RT-DETR.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/RTMDet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/RTMDet.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/RetinaNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/RetinaNet.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/SABL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/SABL.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/SM-NAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/SM-NAS.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/SSD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/SSD.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Scaled-YOLOv4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Scaled-YOLOv4.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Simple Multi-dataset Detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Simple Multi-dataset Detection.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/Sparse R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/Sparse R-CNN.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/SparseInst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/SparseInst.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/TSD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/TSD.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/VarifocalNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/VarifocalNet.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/ViT-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/ViT-YOLO.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLO-MS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLO-MS.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLO-World.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLO-World.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOD.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOF.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOOC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOOC.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOP.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOR.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOS.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOX.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv1.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv10.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv2.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv3.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv4.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv5.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv6.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv6_v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv6_v3.0.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv7.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv8-AM.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv8.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/YOLOv9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/YOLOv9.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/index.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/leaderboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/leaderboard.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/summary.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/survey_all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/survey_all.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/yolo综述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/yolo综述.md -------------------------------------------------------------------------------- /docs/_sources/Notes/detection/目标检测综述20年.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/detection/目标检测综述20年.md -------------------------------------------------------------------------------- /docs/_sources/Notes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/index.md -------------------------------------------------------------------------------- /docs/_sources/Notes/llm/gpt-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/llm/gpt-v1.md -------------------------------------------------------------------------------- /docs/_sources/Notes/llm/gpt-v2.md: -------------------------------------------------------------------------------- 1 | # GPT-v2:Language Models are Unsupervised Multitask Learners 2 | 3 | --- 4 | 5 | -------------------------------------------------------------------------------- /docs/_sources/Notes/llm/gpt-v3.md: -------------------------------------------------------------------------------- 1 | # GPT-v3:Language Models are Few-Shot Learners 2 | 3 | --- 4 | 5 | -------------------------------------------------------------------------------- /docs/_sources/Notes/llm/gpt-v4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/llm/gpt-v4.md -------------------------------------------------------------------------------- /docs/_sources/Notes/llm/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/llm/index.md -------------------------------------------------------------------------------- /docs/_sources/Notes/llm/opt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/llm/opt.md -------------------------------------------------------------------------------- /docs/_sources/Notes/mm-l/blip-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/mm-l/blip-v1.md -------------------------------------------------------------------------------- /docs/_sources/Notes/mm-l/blip-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/mm-l/blip-v2.md -------------------------------------------------------------------------------- /docs/_sources/Notes/mm-l/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/mm-l/index.md -------------------------------------------------------------------------------- /docs/_sources/Notes/mm-l/未命名.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/AugmentHSV.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Auto Augment.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Color Distort.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Crop.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Cutmix.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Expand.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Flipping.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Grid Mask.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Lighting.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Mixup.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Mosaic.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Random Erasing.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Random Perspective.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/aug/Resize.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/BlazeNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/CSPDarkNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/CSPResNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/ConvNeXt.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/DLA.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/DarkNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/ESNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/GhostNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/HRNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/HardNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/LCNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/Lite-HRNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/MobileNetV1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/MobileNetV2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/MobileNetV3.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/Res2Net.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/ResNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/SENet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/ShuffleNetV2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/backbone/Swin-Transformer.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/common/DCNv2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/common/EMA.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/common/Group Norm.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/common/Sync-BN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/index.md: -------------------------------------------------------------------------------- 1 | # Modules 2 | 3 | ```{toctree} 4 | :maxdepth: 2 5 | ``` 6 | 7 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/CIoU.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/CT Focal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/DIoU.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/Detr Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/Fairmot Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/Fcos Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/Focal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/GFocal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/GIoU.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/IoUAware.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/JDE Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/KeyPoint Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/SSD Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/Smooth-L1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/SoloV2 Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/SparseRCNN Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/VariFocal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/loss/YOLO Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/BiFPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/BlazeFace-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/CSP-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/CenterNet-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/Custom-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/ES-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/HRFPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/LC-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/TTF-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/module/necks/YOLO-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Notes/neural-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/neural-network/README.md -------------------------------------------------------------------------------- /docs/_sources/Notes/neural-network/adam-a-method-for-stochastic-optimization.md: -------------------------------------------------------------------------------- 1 | # ADAM: A METHOD FOR STOCHASTIC OPTIMIZATION 2 | 3 | -------------------------------------------------------------------------------- /docs/_sources/Notes/neural-network/targeted-dropout.md: -------------------------------------------------------------------------------- 1 | # Targeted Dropout 2 | 3 | -------------------------------------------------------------------------------- /docs/_sources/Notes/neural-network/wide-and-deep-learning-for-recommender-systems.md: -------------------------------------------------------------------------------- 1 | # Wide & Deep Learning for Recommender Systems 2 | 3 | -------------------------------------------------------------------------------- /docs/_sources/Notes/segmentation/index.md: -------------------------------------------------------------------------------- 1 | # Transformer 2 | 3 | ```{toctree} 4 | :maxdepth: 2 5 | ``` 6 | 7 | -------------------------------------------------------------------------------- /docs/_sources/Notes/transformer/SwinTransformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/transformer/SwinTransformer.md -------------------------------------------------------------------------------- /docs/_sources/Notes/transformer/ViT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/transformer/ViT.md -------------------------------------------------------------------------------- /docs/_sources/Notes/transformer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/transformer/index.md -------------------------------------------------------------------------------- /docs/_sources/Notes/transformer/transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Notes/transformer/transformer.md -------------------------------------------------------------------------------- /docs/_sources/Notes/transformers/未命名.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_sources/Read/README.md: -------------------------------------------------------------------------------- 1 | # Read 2 | 3 | -------------------------------------------------------------------------------- /docs/_sources/Read/alexnet-imagenet-classification-with-deep-convolutional-neural-networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Read/alexnet-imagenet-classification-with-deep-convolutional-neural-networks.md -------------------------------------------------------------------------------- /docs/_sources/Read/index.md: -------------------------------------------------------------------------------- 1 | # 论文阅读记录 2 | ```{toctree} 3 | :maxdepth: 2 4 | ``` -------------------------------------------------------------------------------- /docs/_sources/Read/learning-efficient-convolutional-networks-through-network-slimming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Read/learning-efficient-convolutional-networks-through-network-slimming.md -------------------------------------------------------------------------------- /docs/_sources/Read/m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Read/m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.md -------------------------------------------------------------------------------- /docs/_sources/Read/rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/Read/rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.md -------------------------------------------------------------------------------- /docs/_sources/Summary/index.md: -------------------------------------------------------------------------------- 1 | # 论文阅读总结 2 | ```{toctree} 3 | :maxdepth: 2 4 | `` -------------------------------------------------------------------------------- /docs/_sources/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_sources/index.md -------------------------------------------------------------------------------- /docs/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/basic.css -------------------------------------------------------------------------------- /docs/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/doctools.js -------------------------------------------------------------------------------- /docs/_static/documentation_options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/documentation_options.js -------------------------------------------------------------------------------- /docs/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/file.png -------------------------------------------------------------------------------- /docs/_static/images/logo_binder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/images/logo_binder.svg -------------------------------------------------------------------------------- /docs/_static/images/logo_colab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/images/logo_colab.png -------------------------------------------------------------------------------- /docs/_static/images/logo_deepnote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/images/logo_deepnote.svg -------------------------------------------------------------------------------- /docs/_static/images/logo_jupyterhub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/images/logo_jupyterhub.svg -------------------------------------------------------------------------------- /docs/_static/language_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/language_data.js -------------------------------------------------------------------------------- /docs/_static/locales/ar/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ar/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ar/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ar/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/bg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/bg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/bg/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/bg/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/bn/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/bn/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/bn/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/bn/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ca/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ca/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ca/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ca/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/cs/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/cs/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/cs/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/cs/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/da/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/da/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/da/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/da/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/de/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/de/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/de/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/de/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/el/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/el/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/el/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/el/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/eo/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/eo/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/eo/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/eo/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/es/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/es/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/es/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/es/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/et/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/et/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/et/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/et/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/fi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/fi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/fi/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/fi/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/fr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/fr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/fr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/fr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/hr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/hr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/hr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/hr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/id/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/id/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/id/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/id/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/it/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/it/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/it/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/it/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/iw/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/iw/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/iw/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/iw/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ja/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ja/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ja/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ja/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ko/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ko/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ko/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ko/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/lt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/lt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/lt/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/lt/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/lv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/lv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/lv/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/lv/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ml/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ml/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ml/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ml/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/mr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/mr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/mr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/mr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ms/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ms/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ms/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ms/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/nl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/nl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/nl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/nl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/no/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/no/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/no/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/no/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/pl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/pl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/pl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/pl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/pt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/pt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/pt/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/pt/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ro/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ro/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ro/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ro/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ru/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ru/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ru/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ru/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/sk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/sk/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sk/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/sl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/sl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/sr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/sr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/sv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/sv/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/sv/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ta/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ta/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ta/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ta/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/te/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/te/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/te/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/te/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/tg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/tg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/tg/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/tg/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/th/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/th/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/th/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/th/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/tl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/tl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/tl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/tl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/tr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/tr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/tr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/tr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/uk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/uk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/uk/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/uk/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/ur/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ur/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/ur/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/ur/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/vi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/vi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/vi/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/vi/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/zh_CN/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/zh_CN/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /docs/_static/locales/zh_TW/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/locales/zh_TW/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /docs/_static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/logo.png -------------------------------------------------------------------------------- /docs/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/minus.png -------------------------------------------------------------------------------- /docs/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css -------------------------------------------------------------------------------- /docs/_static/panda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/panda.png -------------------------------------------------------------------------------- /docs/_static/plot_directive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/plot_directive.css -------------------------------------------------------------------------------- /docs/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/plus.png -------------------------------------------------------------------------------- /docs/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/pygments.css -------------------------------------------------------------------------------- /docs/_static/sbt-webpack-macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/sbt-webpack-macros.html -------------------------------------------------------------------------------- /docs/_static/scripts/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/scripts/bootstrap.js -------------------------------------------------------------------------------- /docs/_static/scripts/bootstrap.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/scripts/bootstrap.js.LICENSE.txt -------------------------------------------------------------------------------- /docs/_static/scripts/bootstrap.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/scripts/bootstrap.js.map -------------------------------------------------------------------------------- /docs/_static/scripts/pydata-sphinx-theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/scripts/pydata-sphinx-theme.js -------------------------------------------------------------------------------- /docs/_static/scripts/pydata-sphinx-theme.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/scripts/pydata-sphinx-theme.js.map -------------------------------------------------------------------------------- /docs/_static/scripts/sphinx-book-theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/scripts/sphinx-book-theme.js -------------------------------------------------------------------------------- /docs/_static/scripts/sphinx-book-theme.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/scripts/sphinx-book-theme.js.map -------------------------------------------------------------------------------- /docs/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/searchtools.js -------------------------------------------------------------------------------- /docs/_static/sphinx_highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/sphinx_highlight.js -------------------------------------------------------------------------------- /docs/_static/styles/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/styles/bootstrap.css -------------------------------------------------------------------------------- /docs/_static/styles/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/styles/bootstrap.css.map -------------------------------------------------------------------------------- /docs/_static/styles/pydata-sphinx-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/styles/pydata-sphinx-theme.css -------------------------------------------------------------------------------- /docs/_static/styles/pydata-sphinx-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/styles/pydata-sphinx-theme.css.map -------------------------------------------------------------------------------- /docs/_static/styles/sphinx-book-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/styles/sphinx-book-theme.css -------------------------------------------------------------------------------- /docs/_static/styles/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/styles/theme.css -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/LICENSE.txt -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/css/all.min.css -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/js/all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/js/all.min.js -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/js/all.min.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/js/all.min.js.LICENSE.txt -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/vendor/fontawesome/6.5.1/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/_static/webpack-macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/_static/webpack-macros.html -------------------------------------------------------------------------------- /docs/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/genindex.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/objects.inv -------------------------------------------------------------------------------- /docs/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/search.html -------------------------------------------------------------------------------- /docs/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/docs/searchindex.js -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/img/logo.png -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/make.bat -------------------------------------------------------------------------------- /source/IDEA/YOLOv11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/IDEA/YOLOv11.md -------------------------------------------------------------------------------- /source/IDEA/image2vec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/IDEA/image2vec.md -------------------------------------------------------------------------------- /source/IDEA/基于RAG优化目标检测模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/IDEA/基于RAG优化目标检测模型.md -------------------------------------------------------------------------------- /source/IDEA/基于prompt的自定义特征描述子.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Implementation/articlereproduction_cv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Implementation/articlereproduction_cv.md -------------------------------------------------------------------------------- /source/Implementation/articlereproduction_nlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Implementation/articlereproduction_nlp.md -------------------------------------------------------------------------------- /source/Implementation/articlereproduction_rec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Implementation/articlereproduction_rec.md -------------------------------------------------------------------------------- /source/Implementation/engineeringlandingcomp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Implementation/engineeringlandingcomp.md -------------------------------------------------------------------------------- /source/Implementation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Implementation/index.md -------------------------------------------------------------------------------- /source/List/attention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/attention.md -------------------------------------------------------------------------------- /source/List/basis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/basis.md -------------------------------------------------------------------------------- /source/List/batch_normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/batch_normalization.md -------------------------------------------------------------------------------- /source/List/classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/classification.md -------------------------------------------------------------------------------- /source/List/convolutional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/convolutional.md -------------------------------------------------------------------------------- /source/List/cvpr2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/cvpr2024.md -------------------------------------------------------------------------------- /source/List/gan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/gan.md -------------------------------------------------------------------------------- /source/List/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/index.md -------------------------------------------------------------------------------- /source/List/llm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/llm.md -------------------------------------------------------------------------------- /source/List/mllm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/mllm.md -------------------------------------------------------------------------------- /source/List/multimodal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/multimodal.md -------------------------------------------------------------------------------- /source/List/nlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/nlp.md -------------------------------------------------------------------------------- /source/List/objectdetection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/objectdetection.md -------------------------------------------------------------------------------- /source/List/rnn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/rnn.md -------------------------------------------------------------------------------- /source/List/segementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/segementation.md -------------------------------------------------------------------------------- /source/List/transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/List/transformer.md -------------------------------------------------------------------------------- /source/Method/efficent_read_paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Method/efficent_read_paper.md -------------------------------------------------------------------------------- /source/Method/how_to_read_paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Method/how_to_read_paper.md -------------------------------------------------------------------------------- /source/Method/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Method/index.md -------------------------------------------------------------------------------- /source/Method/paper_10_question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Method/paper_10_question.md -------------------------------------------------------------------------------- /source/Method/read_important_tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Method/read_important_tips.md -------------------------------------------------------------------------------- /source/Method/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Method/reference.md -------------------------------------------------------------------------------- /source/Notes/Collation and summary of reading terms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/Collation and summary of reading terms.md -------------------------------------------------------------------------------- /source/Notes/README.md: -------------------------------------------------------------------------------- 1 | # Notes 2 | 3 | -------------------------------------------------------------------------------- /source/Notes/attention.md: -------------------------------------------------------------------------------- 1 | # Attention 2 | 3 | -------------------------------------------------------------------------------- /source/Notes/batch-regularization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/batch-regularization/README.md -------------------------------------------------------------------------------- /source/Notes/batch-regularization/batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/batch-regularization/batch-normalization-accelerating-deep-network-training-b-y-reducing-internal-covariate-shift.md -------------------------------------------------------------------------------- /source/Notes/batch-regularization/batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/batch-regularization/batch-renormalization-towards-reducing-minibatch-dependence-in-batch-normalized-models.md -------------------------------------------------------------------------------- /source/Notes/batch-regularization/differentiable-learning-to-normalize-via-switchable-normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/batch-regularization/differentiable-learning-to-normalize-via-switchable-normalization.md -------------------------------------------------------------------------------- /source/Notes/batch-regularization/group-normalization.md: -------------------------------------------------------------------------------- 1 | # Group Normalization 2 | 3 | -------------------------------------------------------------------------------- /source/Notes/batch-regularization/instance-normalization-the-missing-ingredient-for-fast-stylization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/batch-regularization/instance-normalization-the-missing-ingredient-for-fast-stylization.md -------------------------------------------------------------------------------- /source/Notes/detection/ASFF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/ASFF.md -------------------------------------------------------------------------------- /source/Notes/detection/ATSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/ATSS.md -------------------------------------------------------------------------------- /source/Notes/detection/Cascade-RCNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Cascade-RCNN.md -------------------------------------------------------------------------------- /source/Notes/detection/CenterMask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/CenterMask.md -------------------------------------------------------------------------------- /source/Notes/detection/DAMO-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/DAMO-YOLO.md -------------------------------------------------------------------------------- /source/Notes/detection/Detr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Detr.md -------------------------------------------------------------------------------- /source/Notes/detection/Dy-yolov7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Dy-yolov7.md -------------------------------------------------------------------------------- /source/Notes/detection/Edge-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Edge-YOLO.md -------------------------------------------------------------------------------- /source/Notes/detection/EfficientDet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/EfficientDet.md -------------------------------------------------------------------------------- /source/Notes/detection/FCN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/FCN.md -------------------------------------------------------------------------------- /source/Notes/detection/FCOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/FCOS.md -------------------------------------------------------------------------------- /source/Notes/detection/FPN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/FPN.md -------------------------------------------------------------------------------- /source/Notes/detection/Fast R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Fast R-CNN.md -------------------------------------------------------------------------------- /source/Notes/detection/Faster R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Faster R-CNN.md -------------------------------------------------------------------------------- /source/Notes/detection/FemtoDet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/FemtoDet.md -------------------------------------------------------------------------------- /source/Notes/detection/Gold-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Gold-YOLO.md -------------------------------------------------------------------------------- /source/Notes/detection/MDETR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/MDETR.md -------------------------------------------------------------------------------- /source/Notes/detection/MS-DAYOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/MS-DAYOLO.md -------------------------------------------------------------------------------- /source/Notes/detection/Mamba-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Mamba-YOLO.md -------------------------------------------------------------------------------- /source/Notes/detection/Mask R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Mask R-CNN.md -------------------------------------------------------------------------------- /source/Notes/detection/Mobilenet-SSDv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Mobilenet-SSDv2.md -------------------------------------------------------------------------------- /source/Notes/detection/OWL-ViT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/OWL-ViT.md -------------------------------------------------------------------------------- /source/Notes/detection/OWLv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/OWLv2.md -------------------------------------------------------------------------------- /source/Notes/detection/OneNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/OneNet.md -------------------------------------------------------------------------------- /source/Notes/detection/PP-YOLOE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/PP-YOLOE.md -------------------------------------------------------------------------------- /source/Notes/detection/PP-YOLOv1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/PP-YOLOv1.md -------------------------------------------------------------------------------- /source/Notes/detection/PP-YOLOv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/PP-YOLOv2.md -------------------------------------------------------------------------------- /source/Notes/detection/R-FCN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/R-FCN.md -------------------------------------------------------------------------------- /source/Notes/detection/RCNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/RCNN.md -------------------------------------------------------------------------------- /source/Notes/detection/RDSNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/RDSNet.md -------------------------------------------------------------------------------- /source/Notes/detection/RT-DETR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/RT-DETR.md -------------------------------------------------------------------------------- /source/Notes/detection/RTMDet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/RTMDet.md -------------------------------------------------------------------------------- /source/Notes/detection/RetinaNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/RetinaNet.md -------------------------------------------------------------------------------- /source/Notes/detection/SABL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/SABL.md -------------------------------------------------------------------------------- /source/Notes/detection/SM-NAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/SM-NAS.md -------------------------------------------------------------------------------- /source/Notes/detection/SSD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/SSD.md -------------------------------------------------------------------------------- /source/Notes/detection/Scaled-YOLOv4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Scaled-YOLOv4.md -------------------------------------------------------------------------------- /source/Notes/detection/Simple Multi-dataset Detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Simple Multi-dataset Detection.md -------------------------------------------------------------------------------- /source/Notes/detection/Sparse R-CNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/Sparse R-CNN.md -------------------------------------------------------------------------------- /source/Notes/detection/SparseInst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/SparseInst.md -------------------------------------------------------------------------------- /source/Notes/detection/TSD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/TSD.md -------------------------------------------------------------------------------- /source/Notes/detection/VarifocalNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/VarifocalNet.md -------------------------------------------------------------------------------- /source/Notes/detection/ViT-YOLO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/ViT-YOLO.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLO-MS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLO-MS.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLO-World.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLO-World.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOD.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOF.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOOC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOOC.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOP.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOR.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOS.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOX.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv1.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv10.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv2.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv3.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv4.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv5.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv6.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv6_v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv6_v3.0.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv7.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv8-AM.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv8.md -------------------------------------------------------------------------------- /source/Notes/detection/YOLOv9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/YOLOv9.md -------------------------------------------------------------------------------- /source/Notes/detection/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/index.md -------------------------------------------------------------------------------- /source/Notes/detection/leaderboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/leaderboard.md -------------------------------------------------------------------------------- /source/Notes/detection/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/summary.md -------------------------------------------------------------------------------- /source/Notes/detection/yolo综述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/yolo综述.md -------------------------------------------------------------------------------- /source/Notes/detection/目标检测综述20年.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/detection/目标检测综述20年.md -------------------------------------------------------------------------------- /source/Notes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/index.md -------------------------------------------------------------------------------- /source/Notes/llm/gpt-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/llm/gpt-v1.md -------------------------------------------------------------------------------- /source/Notes/llm/gpt-v2.md: -------------------------------------------------------------------------------- 1 | # GPT-v2:Language Models are Unsupervised Multitask Learners 2 | 3 | --- 4 | 5 | -------------------------------------------------------------------------------- /source/Notes/llm/gpt-v3.md: -------------------------------------------------------------------------------- 1 | # GPT-v3:Language Models are Few-Shot Learners 2 | 3 | --- 4 | 5 | -------------------------------------------------------------------------------- /source/Notes/llm/gpt-v4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/llm/gpt-v4.md -------------------------------------------------------------------------------- /source/Notes/llm/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/llm/index.md -------------------------------------------------------------------------------- /source/Notes/llm/opt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/llm/opt.md -------------------------------------------------------------------------------- /source/Notes/mm-l/blip-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/blip-v1.md -------------------------------------------------------------------------------- /source/Notes/mm-l/blip-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/blip-v2.md -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_1.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_10.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_2.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_3.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_4.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_6.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_7.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_8.png -------------------------------------------------------------------------------- /source/Notes/mm-l/figures/blipv1_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/figures/blipv1_9.png -------------------------------------------------------------------------------- /source/Notes/mm-l/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/mm-l/index.md -------------------------------------------------------------------------------- /source/Notes/mm-l/未命名.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/AugmentHSV.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Auto Augment.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Color Distort.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Crop.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Cutmix.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Expand.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Flipping.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Grid Mask.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Lighting.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Mixup.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Mosaic.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Random Erasing.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Random Perspective.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/aug/Resize.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/BlazeNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/CSPDarkNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/CSPResNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/ConvNeXt.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/DLA.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/DarkNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/ESNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/GhostNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/HRNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/HardNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/LCNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/Lite-HRNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/MobileNetV1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/MobileNetV2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/MobileNetV3.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/Res2Net.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/ResNet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/SENet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/ShuffleNetV2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/backbone/Swin-Transformer.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/common/DCNv2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/common/EMA.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/common/Group Norm.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/common/Sync-BN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/index.md: -------------------------------------------------------------------------------- 1 | # Modules 2 | 3 | ```{toctree} 4 | :maxdepth: 2 5 | ``` 6 | 7 | -------------------------------------------------------------------------------- /source/Notes/module/loss/CIoU.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/CT Focal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/DIoU.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/Detr Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/Fairmot Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/Fcos Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/Focal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/GFocal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/GIoU.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/IoUAware.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/JDE Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/KeyPoint Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/SSD Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/Smooth-L1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/SoloV2 Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/SparseRCNN Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/VariFocal Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/loss/YOLO Loss.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/BiFPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/BlazeFace-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/CSP-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/CenterNet-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/Custom-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/ES-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/HRFPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/LC-PAN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/TTF-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/module/necks/YOLO-FPN.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/Notes/neural-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/neural-network/README.md -------------------------------------------------------------------------------- /source/Notes/neural-network/adam-a-method-for-stochastic-optimization.md: -------------------------------------------------------------------------------- 1 | # ADAM: A METHOD FOR STOCHASTIC OPTIMIZATION 2 | 3 | -------------------------------------------------------------------------------- /source/Notes/neural-network/targeted-dropout.md: -------------------------------------------------------------------------------- 1 | # Targeted Dropout 2 | 3 | -------------------------------------------------------------------------------- /source/Notes/neural-network/wide-and-deep-learning-for-recommender-systems.md: -------------------------------------------------------------------------------- 1 | # Wide & Deep Learning for Recommender Systems 2 | 3 | -------------------------------------------------------------------------------- /source/Notes/segmentation/index.md: -------------------------------------------------------------------------------- 1 | # Transformer 2 | 3 | ```{toctree} 4 | :maxdepth: 2 5 | ``` 6 | 7 | -------------------------------------------------------------------------------- /source/Notes/transformer/SwinTransformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/transformer/SwinTransformer.md -------------------------------------------------------------------------------- /source/Notes/transformer/ViT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/transformer/ViT.md -------------------------------------------------------------------------------- /source/Notes/transformer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/transformer/index.md -------------------------------------------------------------------------------- /source/Notes/transformer/transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Notes/transformer/transformer.md -------------------------------------------------------------------------------- /source/Read/README.md: -------------------------------------------------------------------------------- 1 | # Read 2 | 3 | -------------------------------------------------------------------------------- /source/Read/alexnet-imagenet-classification-with-deep-convolutional-neural-networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Read/alexnet-imagenet-classification-with-deep-convolutional-neural-networks.md -------------------------------------------------------------------------------- /source/Read/index.md: -------------------------------------------------------------------------------- 1 | # 论文阅读记录 2 | ```{toctree} 3 | :maxdepth: 2 4 | ``` -------------------------------------------------------------------------------- /source/Read/learning-efficient-convolutional-networks-through-network-slimming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Read/learning-efficient-convolutional-networks-through-network-slimming.md -------------------------------------------------------------------------------- /source/Read/m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Read/m2det-a-single-shot-object-detector-based-on-multi-level-feature-pyramid-network.md -------------------------------------------------------------------------------- /source/Read/rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/Read/rich-feature-hierarchies-for-accurate-object-detection-and-semantic-segmentation.md -------------------------------------------------------------------------------- /source/Summary/index.md: -------------------------------------------------------------------------------- 1 | # 论文阅读总结 2 | ```{toctree} 3 | :maxdepth: 2 4 | `` -------------------------------------------------------------------------------- /source/_static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/_static/logo.png -------------------------------------------------------------------------------- /source/_static/panda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/_static/panda.png -------------------------------------------------------------------------------- /source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/conf.py -------------------------------------------------------------------------------- /source/cvpr2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/cvpr2024.md -------------------------------------------------------------------------------- /source/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/source/index.md -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isLinXu/paper-read-notes/HEAD/update.sh --------------------------------------------------------------------------------