DATASET
Open Source Community
ModelNet10
This repository contains the ModelNet10 3D Vision dataset as a large NumPy array file. The original dataset size is about 2.2 GB, the NumPy file is about 8 GB, and the compressed archive is roughly 32 MB.
Updated 1/11/2023
github
Description
ModelNet10‑dataset Overview
Dataset Description
- Original dataset size: Approximately 2.2 Gigabytes
- NumPy file size: Approximately 8 Gigabytes
- Compressed file size: Approximately 32 Megabytes
Dataset Contents
- Contains the NumPy array file of the ModelNet10 3D Vision dataset.
Usage Example
import gzip
import numpy as np
with gzip.open('modelnet10.npy.gz', 'rb') as f:
arr = np.load(f)
print(type(arr), arr.shape)
Output:
<class 'numpy.ndarray'> (3992, 1, 64, 64, 64)
Visualization Example:
import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.gca(projection='3d')
ax.voxels(arr[78][0], facecolors='red')
plt.show()
Resulting Image:

Dataset Generation Script
- A script for converting the original OFF files into the final format is provided in the
scriptsfolder.
AI studio
Generate PPTs instantly with Nano Banana Pro.
Generate PPT NowAccess Dataset
Login to Access
Please login to view download links and access full dataset details.
Topics
3D Vision
Dataset
Source
Organization: github
Created: 5/16/2020
Power Your Data Analysis with Premium AI Models
Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.
Enjoy a free trial and save 20%+ compared to official pricing.