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

CVXNet Training with custom data for 2D case #683

Open
yeshwanth95 opened this issue Jan 27, 2022 · 0 comments
Open

CVXNet Training with custom data for 2D case #683

yeshwanth95 opened this issue Jan 27, 2022 · 0 comments

Comments

@yeshwanth95
Copy link

Hi @Awcrr
I'm trying to reimplement the cvxnet model in pytorch and train for a custom dataset of images. I intend to do single view reconstruction but for the 2D case i.e output 2D polygons/shapefiles instead of 3D meshes. I have a custom dataset of images and corresponding gt raster seg masks. Can you please tell me how to preprocess this data for training with cvxnet?

In particular, I'm confused about how to generate the sample points and the corresponding point labels for this dataset.
If I have to guess, I sample random coordinates from the image array (x, y) and get their corresponding label from the raster gt seg masks. Is that correct?

Any help will be appreciated. Looking forward to your reply.

@yeshwanth95 yeshwanth95 changed the title CVXNet Training with custom data. CVXNet Training with custom data for 2D case Jan 27, 2022
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

1 participant