pinto0309/pinto_model_zoo

A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO,...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 15th, 2026
Created on December 11th, 2019
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 669
Total Stargazers: 4,610 (+0)
Total Subscribers: 121 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.5 days
Mean response time: 131.4 days
90th percentile: 412.7 days
Tracked items: 33

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 297 days
Stale 30+ days: 4
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature_request (4)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PINTO_model_zoo is a model repository that stores neural network models converted between multiple deep learning frameworks.

The repository addresses the challenge of working with models across different frameworks by providing pre-converted versions of popular models. It supports conversion between TensorFlow, PyTorch, ONNX, OpenVINO, TensorFlow.js, TF-TRT, TensorFlow Lite (in Float32, Float16, and INT8 variants), EdgeTPU, CoreML, and other formats. The approach involves quantization work and framework interconversion to make models accessible in the format needed for a given deployment target.

This tool suits developers who need models in multiple framework formats without performing conversions themselves. It is particularly valuable for edge deployment scenarios where TensorFlow Lite, EdgeTPU, or CoreML formats are required. The repository emphasizes that each model folder contains its own license file, and users must review these before use, as the conversion scripts are MIT-licensed but source models retain their original licenses.

The project maintains an active collection of converted models across numerous computer vision architectures and frameworks. The maintainer has documented quantization techniques and conversion methodologies through detailed articles and has welcomed community contributions for sample code and additional conversions.