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

about test.py #19

Open
eldoradoli opened this issue Nov 1, 2023 · 2 comments
Open

about test.py #19

eldoradoli opened this issue Nov 1, 2023 · 2 comments

Comments

@eldoradoli
Copy link

hello, thanks for your great work
when i trying to run code on my computer, it always stops at 'get bbox and root depth from groundtruth annotation 40%'
i set the num_thread to 4, test batch_size to 5
my gpu is 2070, computer memory size is 8GB
do i need to change my gpu or enlarge memory size
good luck with your work

@ChanglongJiangGit
Copy link
Owner

Hi, thanks for your attention!
Generally this is caused by insufficient memory. Because the interhand dataset is very large and loading the complete dataset requires a lot of memory. I have two suggestions for you:
First, you can try loading only part of the dataset first to see if the code runs normally;
The second is to use larger memory.
Hope this can help you!

@eldoradoli
Copy link
Author

ok,thank you

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