{"id":19417375,"url":"https://github.com/neuronets/progressivegan3d","last_synced_at":"2025-10-08T13:57:16.169Z","repository":{"id":37618965,"uuid":"228304838","full_name":"neuronets/progressivegan3d","owner":"neuronets","description":"WIP","archived":false,"fork":false,"pushed_at":"2022-12-08T03:28:31.000Z","size":42,"stargazers_count":4,"open_issues_count":12,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-25T08:41:12.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neuronets.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-16T04:48:52.000Z","updated_at":"2020-07-16T12:56:48.000Z","dependencies_parsed_at":"2023-01-24T08:00:10.520Z","dependency_job_id":null,"html_url":"https://github.com/neuronets/progressivegan3d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neuronets/progressivegan3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuronets%2Fprogressivegan3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuronets%2Fprogressivegan3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuronets%2Fprogressivegan3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuronets%2Fprogressivegan3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuronets","download_url":"https://codeload.github.com/neuronets/progressivegan3d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuronets%2Fprogressivegan3d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278956329,"owners_count":26075221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T13:09:17.041Z","updated_at":"2025-10-08T13:57:16.141Z","avatar_url":"https://github.com/neuronets.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Progressive GAN \n\nAn implementation of progressive growing of GANs, purely in TensorFlow 2.0.\n\nThe code currently supports both 2D and 3D image generation.\n\n## Install required packages\n\n`pip install -r requirements.txt`\n\n## Dataset Preparation\n\n```\npython main.py prepare\n    --dataset path/to/data\n    --tf_record_save_dir path/to/save/tfrecords\n    --dimensionality 2/3\n```\n\nIf label conditioning is required, the label mapping from filename for it must be added in `dataset.py`\n\n## Run Training\n\n```\npython main.py train \n    --dataset path/to/tfrecord/file\n    --run_id path/to/save \n    --dimensionality 2/3 \n    --latent_size latent_size\n    --kiters_per_resolution 10 \n    --kiters_per_transition 10 \n    --gpus '/gpu:0' '/gpu:1' '/gpu:2' '/gpu:3' \n```\n\nCheck `opts.py` for more parameters to configure for training\n\nAdd `--label_size x` for x labels in training\n\n## Inference\n\n```\npython main.py generate\n    --run_id path/to/load\n    --dimensionality 2/3\n```\n\n## Run Tests\n\n```\npython main.py test \n    --test_name [interpolation | nearest_neighbor]\n    --model_file path/to/model/file\n    --save_dir path/to/save/results\n    --latent_size latent_size\n    --dimensionality 2/3 \n```\n\nCheck `opts.py` for more parameters to configure for specific tests\n\n## Sample Results\n\n### 2D Sagittal Mid Slices\n\n### 3D T1 MRI Scans","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuronets%2Fprogressivegan3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuronets%2Fprogressivegan3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuronets%2Fprogressivegan3d/lists"}