MeshCoder Dataset (10k samples)
收藏资源简介:
This dataset contains 10k code-to-3D-animation pairs from the MeshCoder project. Each sample includes: A Python script using Blender API to generate 3D meshes A corresponding MP4 video showing the continuous rotation of the generated 3D object File Structure: dataset_10k.json: Metadata for all 10000 samples (IDs, names, categories, scripts) meshcoder_batch_XXX.zip: Batches of code-mp4 pairs (each contains ~500 samples) code/{sample_id}.py: Python scripts mp4/{sample_id}_continuous.mp4: Rendered videos Usage: Download dataset_10k.json for metadata Download the batch zip files you need Extract zip files to get code/ and mp4/ folders Files with the same ID correspond to each other (e.g., code/12345.py ↔ mp4/12345_continuous.mp4) File Naming: Code: {sample_id}.py Video: {sample_id}_continuous.mp4



