-
Notifications
You must be signed in to change notification settings - Fork 191
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
extract the dataset "caltech" , error.---matlab #66
Comments
Download int2str2 from https://pdollar.github.io/toolbox/ and put it to eval_caltech. You need to carefully check http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/ . |
Wow, thank you very much. I've downloaded the wrong toolbox. Thank you again!!!!!!!!!!!!!!!!! |
Hello, when I solved the problem you mentioned, I ran dbeval.m and got an error: error using savefig (line 38) |
Hello, I think I met similar error. When I run extract_img_anno.m in matlab to extract Images from -seq files, I ran into "Undefined function or variable" error. I installed the Toolbox others mentioned above, but it seems that there isn't any file named dbExtract in that Toolbox. |
check and download Matlab evaluation/labeling code (3.2.1). |
1.Download the code3.2.1 from http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/code/code3.2.1.zip |
when I try to extract the dataset "caltech"in matlab, I've got the problem
Undefined function or variable 'int2str2'
Error in dbExtract (line 37)
fs=cell(1,n); for i=1:n, fs{i}=[f 'I' int2str2(i-1,5)]; end
i can't find the defined of the "int2str2",
It'll be great if someone can reply me!!
The text was updated successfully, but these errors were encountered: