-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add AirFoil dataset access and comprehensive dataset documentation - Fixes #569 #644
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
Open
nsrawat0333
wants to merge
5
commits into
google-deepmind:master
Choose a base branch
from
nsrawat0333:fix-airfoil-dataset-access-569
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add AirFoil dataset access and comprehensive dataset documentation - Fixes #569 #644
nsrawat0333
wants to merge
5
commits into
google-deepmind:master
from
nsrawat0333:fix-airfoil-dataset-access-569
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Update aiohttp to address potential security vulnerabilities - Maintains compatibility with existing codebase - Addresses dependency security recommendations
…-deepmind#588 - Create download_polygen_models.py script for automated model downloading - Add comprehensive documentation for pre-trained model access - Provide multiple download methods (Python script, gsutil, wget) - Add troubleshooting section addressing Issue google-deepmind#588 confusion - Create requirements-download.txt for download dependencies Addresses Issue google-deepmind#588: 'where is the face_model.tar and the vertices_model.tar' The issue was caused by: 1. Unclear documentation about model file locations 2. Confusion about file names (face_model.tar.gz vs face_model.tar) 3. No clear download instructions outside of Colab environment 4. Missing troubleshooting guidance Solutions provided: 1. Python download script with progress bars and verification 2. Clear documentation of all download methods 3. Correct file names and locations specified 4. Comprehensive troubleshooting section 5. Multiple fallback options for different environments Users can now easily access PolyGen pre-trained models using: - Automated Python script (recommended) - Manual gsutil commands - Direct HTTP downloads - Built-in verification and error handling
- Fixed URL construction in download_dataset.sh to prevent double slashes - Added comprehensive Python download script with progress tracking - Enhanced error handling and validation for dataset downloads - Updated README with alternative download methods and troubleshooting - Added requirements-download.txt for download dependencies Key improvements: Proper URL construction: Fixed BASE_URL to avoid double slash issue Python downloader: Cross-platform solution with progress bars Error handling: Clear error messages for 404 and network issues Dataset validation: Verify all required files are present User experience: List datasets, verify downloads, detailed progress Addresses Issue google-deepmind#596 where users reported 404 errors when downloading MeshGraphNet datasets. Multiple users confirmed this issue affecting research reproducibility. Files changed: - meshgraphnets/download_dataset.sh: Fixed URL construction and added validation - meshgraphnets/download_meshgraphnet_datasets.py: New Python download tool - meshgraphnets/README.md: Updated with alternative download methods - meshgraphnets/requirements-download.txt: Download dependencies
- Fixed broken S3 download URLs in scripts/download.sh - Added comprehensive Python download script with progress tracking - Enhanced error handling and dataset verification - Updated README with alternative download methods and troubleshooting - Added requirements-download.txt for download dependencies Key improvements: Working URLs: Replaced broken S3 amazonaws URLs with working wikitext.smerity.com URLs Python downloader: Cross-platform solution with progress bars and error handling Dataset verification: Ensure all required files are present and valid Modular downloads: Download WikiText-103 and Freebase separately or together User experience: Clear error messages, progress tracking, automatic verification Root cause analysis: The original script used S3 URLs (https://s3.amazonaws.com/research.metamind.io/wikitext/) which are no longer accessible, causing 404 errors and missing wiki.train.tokens files. Fixed by using alternative working URLs from wikitext.smerity.com. Addresses Issue google-deepmind#575 where PhD student reported FileNotFoundError: '/tmp/data/wikitext-103/wiki.train.tokens' blocking research work. Files changed: - wikigraphs/scripts/download.sh: Fixed S3 URLs to working alternatives - wikigraphs/scripts/download_wikigraphs_datasets.py: New Python download tool - wikigraphs/README.md: Updated with alternative download methods - wikigraphs/requirements-download.txt: Download dependencies Credit: Solution inspired by pgemos/deepmind-research fork with working URLs.
…ixes google-deepmind#569 - Added airfoil dataset to download script (addresses Issue google-deepmind#569) - Created comprehensive DATASETS.md guide with all dataset information - Updated README.md with complete dataset listing and download methods - Enhanced dataset descriptions with research applications and use cases Key improvements: Airfoil dataset access: Added missing 'airfoil' dataset to available downloads Comprehensive documentation: Complete guide covering all 10 MeshGraphNets datasets Research context: Detailed descriptions for each dataset with CFD, cloth, and structural categories Usage examples: Training commands, evaluation, and visualization for each dataset type Troubleshooting: Common issues, download sizes, and solution guidance Dataset categories added: - Fluid Dynamics (CFD): airfoil, cylinder_flow - Cloth/Structural Dynamics: flag_simple, flag_minimal, flag_dynamic, flag_dynamic_sizing - Structural Mechanics: deforming_plate, sphere_simple, sphere_dynamic, sphere_dynamic_sizing Addresses Issue google-deepmind#569 where user (MatthewRajan-WA) requested access to AirFoil Steady State dataset mentioned in MeshGraphNets paper for research purposes. Files changed: - meshgraphnets/download_meshgraphnet_datasets.py: Added airfoil dataset option - meshgraphnets/DATASETS.md: New comprehensive dataset guide - meshgraphnets/README.md: Enhanced with complete dataset information Impact: Enables researchers to access all MeshGraphNets datasets for CFD, cloth simulation, and structural mechanics research as referenced in the original paper.
Dooray! Failure Notice
Failure Notice
Your message sent to
***@***.***)
has failed to be delivered.
Please refer to the below for details.
* Recipient :
***@***.***)
* Sent time :
2025-08-11T05:14:09
* Subject :
[google-deepmind/deepmind-research] Add AirFoil dataset access and comprehensive dataset documentation - Fixes #569 (PR #644)
* Remote host said :
Your mail was denied from the receiver.
This message was sent from a notification-only address that cannot accept incoming email.
For more information, please contact ***@***.***
© Dooray!.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses Issue #569 where a PhD student (MatthewRajan-WA) requested access to the AirFoil Steady State dataset mentioned in the MeshGraphNets paper for research purposes. The dataset was listed in the paper but not easily accessible through existing download tools.
Problem Analysis
The user referenced the MeshGraphNets paper which mentions an "AirfoilSteady" comparison dataset, but:
Changes Made
🔧 Enhanced Download Script
meshgraphnets/download_meshgraphnet_datasets.py
: Addedairfoil
dataset option📚 Comprehensive Documentation
meshgraphnets/DATASETS.md
: New comprehensive dataset guide📖 Enhanced README
meshgraphnets/README.md
with complete dataset listingDataset Categories
🌊 Fluid Dynamics (CFD)
🧵 Cloth/Structural Dynamics
🏗️ Structural Mechanics
Usage Examples