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

Generating 3D Voxel designs using advanced Deep Learning techniques-GANs #1187

Conversation

Panchadip-128
Copy link
Contributor

@Panchadip-128 Panchadip-128 commented Nov 9, 2024

This project implements a Generative Adversarial Networks framework (GAN) to generate 3D voxel data. The goal is to train a GAN to produce synthetic 3D voxel-based structures that resemble real-world data, allowing for data augmentation and analysis of generated samples.

Project Overview
This repository contains code for:

Generator: A neural network model that takes a latent vector (noise) as input and generates 3D voxel data.
Discriminator: A neural network model that distinguishes between real voxel data and generated voxel data.
GAN Model: A combination of the generator and discriminator models, trained together in an adversarial setup.
The model is trained on 3D voxel datasets and can generate new voxel structures by learning the underlying data distribution
vox5
vox4
vox3
vox2
vox1
.

Copy link

github-actions bot commented Nov 9, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Panchadip-128 Panchadip-128 changed the title Generating 3 d voxel designs using advanced deep learning techniques ga ns Generating 3D Voxel designs using advanced Deep Learning techniques-GANs Nov 9, 2024
@Panchadip-128
Copy link
Contributor Author

@Niketkumardheeryan hi sorry for intervention but pls review as time is less

1 similar comment
@Panchadip-128
Copy link
Contributor Author

@Niketkumardheeryan hi sorry for intervention but pls review as time is less

@Niketkumardheeryan Niketkumardheeryan merged commit 040b567 into Niketkumardheeryan:master Nov 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants