caffe2onnx
This tool converts Caffe models to ONNX via command line (without Caffe environment).
Installation
Install from pypi
pip install caffe2onnx
Install latest from github
pip install git+https://github.com/asiryan/caffe2onnx
Build and install latest from source
git clone https://github.com/asiryan/caffe2onnx
python setup.py install
Usage
To get started with caffe2onnx, run the caffe2onnx.convert command, providing:
- the path to your caffe prototxt,
- the path to your caffe model (not required),
- the output path of the onnx model (not required),
- frozen graph or not (not required).
python -m caffe2onnx.convert
--prototxt caffe prototxt file path
[--caffemodel caffe caffemodel file path]
[--onnx output onnx file path]
[--frozen frozen graph or not]
Operators
See the documentation of caffe supported operators.
References
caffe-onnx by htshinichi
TNN by Tencent
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
caffe2onnx-2.0.1.tar.gz
(49.9 kB
view details)
File details
Details for the file caffe2onnx-2.0.1.tar.gz.
File metadata
- Download URL: caffe2onnx-2.0.1.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.18.4 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b4d1ac62469462ca9122a97f56a37dd9c1f882295116259d676f44e17707f7a
|
|
| MD5 |
9e0bf8fb8f75f0a4cc87fb9084741b4f
|
|
| BLAKE2b-256 |
0960f4604977d4de8178a4d8577dfdd5d179742c02297a0bd9602698150dfb38
|