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 question about the process of encoding #5

Open
hzhzwei opened this issue Jul 13, 2019 · 2 comments
Open

A question about the process of encoding #5

hzhzwei opened this issue Jul 13, 2019 · 2 comments

Comments

@hzhzwei
Copy link

hzhzwei commented Jul 13, 2019

hello, I find the encoding process is very slowly,is it the normal phenomenon?

@ZongxuPan
Copy link
Owner

hello, I find the encoding process is very slowly,is it the normal phenomenon?

It is normal, especially when the number of the prior box is large. During this process, several values with regard to the boxes are needed to be computed and stored in the pkl files, therefore this process will be slow. Besides, this is the reason we set a control parameter called as LOAD_PREVIOUS_POS, and when the pkl files are already generated, set LOAD_PREVIOUS_POS to True for avoiding the repetitive computation.

@hzhzwei
Copy link
Author

hzhzwei commented Jul 15, 2019 via email

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