-
Notifications
You must be signed in to change notification settings - Fork 8
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 DensePose #2
Comments
Hi @leviome , I am extracting the IUV map as well with detectron 2, the images look like this in my case: With detectron 2 I created a script to extract the IUV maps from the .pkl files that detectron2 generates, here's the code, you can adapt it to your needs:
|
Excellent! Thank you for your sharing. I think it would save others a lot of time! |
I am confused about the Code snippets:
The datatype of block index I is Integer, which will be erased when saving *_IUV.jpg file? I'm not sure if I misunderstood ? Or need another processing when loading to Dataset ? |
Thank you for your code @smontode24. Then, If we use that code as is, we need additional pre-process with images. If you use this code right away, it works according to the code without any problems.
|
Thanks for sharing the nice work!
I'm doing experiments with customed data. But I'm not clear with "UV unwrap" which is handled by DensePose.
Could you please give me a sample of
00000_IUV.png
?The text was updated successfully, but these errors were encountered: