-
Notifications
You must be signed in to change notification settings - Fork 320
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
How to prepare our own datasets for Segmentation ? #54
Comments
Hi @jay-thakur , I think you said you were looking for how to create the .edges file that the segmentation dataset prep code expects right? You should export the .edges file from the Mesh class in the python code. Here is the deprecated function that did it:
|
Hi, Thanks, |
Hi, Also i like to know is there any code/strategy available to map .eseg annotation of one resolution .obj file to a lower resolution . i am planning to figure out the best resolution for my work so planning to label(.eseg) in higher resolution and convert it to other resolutions so i wont have to do the labeling all over again . |
Hi @Pavelevivan
Yes, that is correct. I think if you try to reproduce the example from the MATLAB scripts it will be clear |
Hi @yuvaramsingh94 , The matlab code maps the segmentation from one resolution to another (it computes some graph cut optimization to do that). Unfortunately, there is only matlab code to do this. |
In this function, filename is .obj file. I got this error, AttributeError: 'NoneType' object has no attribute 'num_aug'. def save_new_edges(filename): |
@jay-thakur does the function work for you? @ranahanocka Is there previous commit to checkout save_new_edges function? |
Hi,
I had tried this 3-4 yrs ago, tbh I don't remember now.
Thanks,
Jay
…On Mon, Jun 26, 2023 at 8:26 AM Kevin Lin ***@***.***> wrote:
@jay-thakur <https://github.com/jay-thakur> does the function work for
you? @ranahanocka <https://github.com/ranahanocka> Is there previous
commit to checkout save_new_edges function?
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVEY5KTQ3UE6WY5XGWNP7DXNGS2VANCNFSM4J4F5F6Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @KevinJianLin , |
Hi,
Thank you so much for this repo. This is really helpful & very impressive work.
I am able to run the code & produce the output as expected. However I am looking to run this code on shapenet dataset (having chairs, table etc...). Could you please help me to preprocess(prepare) our own dataset for segmentation.
Also it would be great if you can share any such datasets link for mesh segmentation.
Thanks,
Jay
The text was updated successfully, but these errors were encountered: