ChanglongJiangGit / A2J-Transformer

[CVPR 2023] Code for paper 'A2J-Transformer: Anchor-to-Joint Transformer Network for 3D Interacting Hand Pose Estimation from a Single RGB Image'
Apache License 2.0
85 stars 7 forks source link

about test.py #19

Open eldoradoli opened 10 months ago

eldoradoli commented 10 months ago

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 commented 10 months ago

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 commented 10 months ago

ok,thank you