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

A problem about the loss of the images numbers? #8

Open
weiyt2014 opened this issue May 26, 2015 · 1 comment
Open

A problem about the loss of the images numbers? #8

weiyt2014 opened this issue May 26, 2015 · 1 comment

Comments

@weiyt2014
Copy link

I have a problem about "LoadData(testdatapath, test_images, test_ground_truth_shapes, test_bounding_boxs)" and "LoadOpencvBbxData(testdatapath, test_images, test_ground_truth_shapes, test_bounding_boxs);". The two functions are to load images and prepared for alignment. The helen_teset datasets have 330 images. If i use LoadData, the number of test images is 330(test data size =330).It's right and the speed of loading images is quick,but the CalculateError is big(0.390823). If i use LoadOpencvBboxData,the number of test images is 302(test data size =302) and loss 28 images.And the speed of loading images is slow,but the CalculateError is small(0.077962).
The speed may be because of the function complex difference, but the loss i don't know why?
Can the speed change in LoadOpencvBbxData ?
I hope to get some suggestions.
Thanks very much!

@arunprakashavm
Copy link

arunprakashavm commented Oct 25, 2016

I went through your code . I just met the same problem. Could you please tell how this function "IsShapeInRect" works and where its parameters are declared and defined .The parameters like width and hieght . I find that the if statement in that fails .Can you please tell me how to solve it?

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