Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thirdBbox_.size()=0 #7

Open
ycdhqzhiai opened this issue Jun 27, 2018 · 1 comment
Open

thirdBbox_.size()=0 #7

ycdhqzhiai opened this issue Jun 27, 2018 · 1 comment

Comments

@ycdhqzhiai
Copy link

你好,请问下thirdBbox_.size()=0 一直为0是什么原因
最开始git 后make 时候报错了。加了个强制转换后通过。

if(*(float*)(score.data+score.cstep) > threshold[1]){
            for(int channel=0;channel<4;channel++){
                it->regreCoord[channel]=bbox.channel(channel)[0];//*(bbox.data+channel*bbox.cstep);
            }
            it->area = (it->x2 - it->x1)*(it->y2 - it->y1);
            it->score = score.channel(1)[0];//*(score.data+score.cstep);
            secondBbox_.push_back(*it);
        }

运行之后thirdBbox_.size()=0一直为0.

@0502lian
Copy link

0502lian commented Jul 4, 2018

I have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants