• 2024-05-25A Simple Framework for Open-Vocabulary Segmentation and Detection
    郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布!ProceedingsoftheIEEE/CVFInternationalConferenceonComputerVision.2023. Abstract  1.Introduction 2.RelatedWork 3.Method3.1.BasicLossFormulation 3.2.BridgeTaskGap:Decou
  • 2024-04-06AVFrame(avcodec.h)
    AVFrameAVFrame是包含码流参数较多的结构体/***AudioVideoFrame.*NewfieldscanbeaddedtotheendofAVFRAMEwithminorversion*bumps.Similarlyfieldsthataremarkedastobeonlyaccessedby*av_opt_ptr()canbereordered.Thisallows2forks
  • 2024-03-09AVCodecContext(avcodec.h)
    AVCodecContext(位于avcodec.h)AVCodecContext是包含变量较多的结构体(感觉差不多是变量最多的结构体).本文将会大概分析一下该结构体里面每个变量的含义和作用。/***mainexternalAPIstructure.*Newfieldscanbeaddedtotheendwithminorversionbumps.*Rem
  • 2024-01-22Decoding the Wireless World: OFDM vs. OFDMA
    Inthedynamicrealmofwirelesscommunication,anuancedunderstandingofOFDM(OrthogonalFrequencyDivisionMultiplexing)anditsadvancedcounterpart,OFDMA(OrthogonalFrequencyDivisionMultipleAccess),isessential.Let'sexplorethekeydiff
  • 2023-10-18Decoding Genome
    prologue到底是谁查UB查了半天啊,原来是菜鱼啊。analysis这个题目我们不难推出来这个转移方程:\[f_{i,j}\gets\sum_{k=1}^{m}f_{i-1,k}[k\inj\text{后面的合法集合}]\]我们看到\(n\)的值很大,而且上面的转移方程可以考虑写成一个矩阵乘法的形式。我们构造一
  • 2023-02-03Sequence Decoding (DFS)
    给出一个字符串,只含【,】,H,P,和数字,要把这些数字和中括号里的字母展开复制多少遍根据中括号外面的数字决定。用深搜来做,遇到数字就记录数字多少,遇到【就进深一度的搜索,如果数H
  • 2022-12-101236. Decoding Task
    1236.DecodingTaskhttps://acm.timus.ru/problem.aspx?space=1&num=1236 思路对于带空格串加密结果,第一个字符61,K1K2XOR32=61,可以算出K1K2对于原始串加密结
  • 2022-11-24WeNet中注意力重打分(attention rescoring decoding)
    我们知道CTC是非自回归,而像transformer中解码是自回归的,所以transformer很大的一个缺陷就是解码速度慢。在最近几年CTC和注意力机制联合训练得到的性能效果得到极大的提升
  • 2022-11-09Repetitions Decoding (CF2,D) (构造,无限操作,反转)
     大佬の思路:构造题:首先想,在什么情况下,他是有解或者无解的:若 a 数组中有数字出现了奇数次,显然无解:因为你的操作只会对每个数字增加偶数个,而一个「好的」数组