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

/annot/valid.json is missing #8

Open
zhang-pengyu opened this issue May 22, 2021 · 3 comments
Open

/annot/valid.json is missing #8

zhang-pengyu opened this issue May 22, 2021 · 3 comments

Comments

@zhang-pengyu
Copy link

Thanks for your inspiring work on dynamic convolution. I am interested in this exciting work and try to test the efficiency of dynconv. I run the test code for pose estimation and met a exception: No such file or directory: '$mpii_root/annot/valid.json'.
I wonder how can I get this file.

BTW, when I set the stride = 2 for conv3x3_dw. I often crashed with 'THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1565272279342/work/aten/src/THC/THCCachingHostAllocator.cpp line=296 error=77 : an illegal memory access was encountered'. Could you help me debug those issues? Thanks in advance.

Pengyu Zhang.

@thomasverelst
Copy link
Owner

The valid.json is part of the MPII dataset. Did you download that one and is $mpii_root pointing to the right location?

For the CUDA error: did you set stride=2 for the MaskUnit too?

@zhang-pengyu
Copy link
Author

I downloaded the dataset via http://human-pose.mpi-inf.mpg.de/#download, and the extension of annotation file is '.mat'. Could you point out the relative path of 'valid.json'

Since I did not test on pose estimation task, I just borrow the raw code and I check the stride is the same as conv layer.
I will appreciate if you can provide some ideas on how to debug it. Thanks in advance.

@zhang-pengyu
Copy link
Author

I found that the error stems from the cupy code 'masked_conv' and it does not always appear. It seems strange. I have no idea for debugging it. Have you met this issue?

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