-
Notifications
You must be signed in to change notification settings - Fork 1
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
garment masks #4
Comments
We obtained the initial results using SAM and made adjustments. You can directly use LabelMe to get the mask: https://github.com/wkentaro/labelme |
Thank you for your reply. I have another question. If the Surface level must be within volume data range error occurs when calling the measure.marching_cubes function due to the value of sdf being too small, resulting in an inability to reconstruct the boundary well, are there any other feasible methods besides adjusting the level? Because I have detected that some images have a maximum SDF of only 0.001
|
This is likely to happen, especially at the tiny cuff. A better representation is needed to reconstruct the tiny boundary, and we are currently working on this. |
Hello, may I ask how you generated the garment masks? The article mentioned using SAM, but I was unable to obtain the result you provided using SAM
The text was updated successfully, but these errors were encountered: