zugofn
zugofn
> > block_queue中将m_front初始化为-1,也就是说front是指向队头的前一个位置,则访问的时候应该将front进行`(front + 1) % m_maxsize`,源代码的`bool block_queue::front(T& value)`写错了,然后从一个简单的测试也可以看出这里存在问题,测试代码如下: > > ```c++ > int main() { > block_queue q; > q.push(3); > int a = 10; > q.front(a); > cout...
> Hi, @zugofn. Thanks for your appreciation of A2MIM. Since A2MIM is under review, we plan to release the pre-trained model in late September or later. We will inform you...
把hidden_dim设置成1536试试,--hidden_dim 1536
> Hi, guys @zugofn, @donggoing, @ksnzh. Since we have uploaded the release [a2mim-in1k-weights](https://github.com/Westlake-AI/openmixup/releases/tag/a2mim-in1k-weights) and updated documents in issue #31, we will close this issue in two days if there are...
> > no,hrfpn means high resolution fpn,you may need to find the recursive FPN in mmdetection/models/necks > > […](#) > > ------------------ 原始邮件 ------------------ 发件人: "joe-siyuan-qiao/DetectoRS" _**@**_._**>; 发送时间: 2021年4月22日(星期四) 中午1:39...
> > > > no,hrfpn means high resolution fpn,you may need to find the recursive FPN in mmdetection/models/necks > > > > […](#) > > > > ------------------ 原始邮件 ------------------...
GOOD JOB!When will the code be released?
大佬,请问什么时候更新pytorch版的rt-detr?