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

error running script_rpn_bf_pedestrian_VGG16_caltech.m #10

Closed
brisker opened this issue Oct 3, 2016 · 1 comment
Closed

error running script_rpn_bf_pedestrian_VGG16_caltech.m #10

brisker opened this issue Oct 3, 2016 · 1 comment

Comments

@brisker
Copy link

brisker commented Oct 3, 2016

The error looks like this:

......
Pos: 42500 / 42782 (select 30434 gt)
Pos: 42600 / 42782 (select 30472 gt)
Pos: 42700 / 42782 (select 30472 gt)
Select pos num: 30472

done (time=2315s).

Training stage 0
Neg: 2476 / 30000 (from 100 images)
Neg: 4976 / 30000 (from 200 images)
Neg: 7476 / 30000 (from 300 images)
Neg: 9976 / 30000 (from 400 images)
Neg: 12476 / 30000 (from 500 images)
Neg: 14976 / 30000 (from 600 images)
Neg: 17476 / 30000 (from 700 images)
Neg: 19976 / 30000 (from 800 images)
Neg: 22476 / 30000 (from 900 images)
Neg: 24976 / 30000 (from 1000 images)
Neg: 27476 / 30000 (from 1100 images)
Neg: 29976 / 30000 (from 1200 images)
Select neg num: 30000 from 1200 images
done (time=309s).
Training AdaBoost: nWeak= 64 nFtrs=37632 pos=30472 neg=30000
Invalid MEX-file
'/media/sjtu/0CE436CFE436BB32/code/RPN_BF-RPN-pedestrian/external/toolbox/classify/private/binaryTreeTrain1.mexa64': dlopen:
cannot load any more object with static TLS

出错 binaryTreeTrain (line 106)
[errsSt,thrsSt] = binaryTreeTrain1(X0,X1,single(wts0/w),...

出错 adaBoostTrain_trans (line 104)
[tree,data,err]=binaryTreeTrain(data,pTree);

出错 DeepTrain_otf_trans_ratio (line 185)
detector.clf = adaBoostTrain_trans(X0,X0_score,X1,X1_score,detector.opts.pBoost);

出错 script_rpn_bf_pedestrian_VGG16_caltech (line 146)
detector = DeepTrain_otf_trans_ratio( opts );

@zhangliliang
Copy link
Owner

Hi,

Several options might help, like

a. Recompiling the mex file via running toolboxCompile.m
b. Enlarge the memory like http://blog.csdn.net/techfield/article/details/20153251

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