Sony Custom Layers package
Project description
Sony Custom Layers (SCL)
Sony Custom Layers (SCL) is an open-source project implementing detection post process NN layers not supported by the TensorFlow Keras API or Torch's torch.nn for the easy integration of those layers into pretrained models.
Table of Contents
Getting Started
This section provides an installation and a quick starting guide.
Installation
To install the latest stable release of SCL, run the following command:
pip install sony-custom-layers
By default, no framework dependencies are installed. To install SCL including the latest tested dependencies (up to patch version) for TensorFlow:
pip install sony-custom-layers[tf]
To install SCL including the latest tested dependencies (up to patch version) for PyTorch/ONNX/OnnxRuntime:
pip install sony-custom-layers[torch]
Supported Versions
TensorFlow
| Tested FW versions | Tested Python version | Serialization |
|---|---|---|
| 2.10 | 3.8-3.10 | .h5 |
| 2.11 | 3.8-3.10 | .h5 |
| 2.12 | 3.8-3.11 | .h5 .keras |
| 2.13 | 3.8-3.11 | .keras |
| 2.14 | 3.9-3.11 | .keras |
| 2.15 | 3.9-3.11 | .keras |
PyTorch
| Tested FW versions | Tested Python version | Serialization |
|---|---|---|
| torch 2.0-2.4 torchvision 0.15-0.19 onnxruntime 1.15-1.19 onnxruntime_extensions 0.8-0.12 onnx 1.14-1.16 |
3.8-3.11 | .onnx (via torch.onnx.export) |
API
For sony-custom-layers API see https://sony.github.io/custom_layers
TensorFlow API
For TensorFlow layers see KerasAPI
To load a model with custom layers in TensorFlow, see custom_layers_scope
PyTorch API
For PyTorch layers see PyTorchAPI
No special handling is required for torch.onnx.export and onnx.load.
For OnnxRuntime support see load_custom_ops
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sony_custom_layers-0.3.0-py3-none-any.whl.
File metadata
- Download URL: sony_custom_layers-0.3.0-py3-none-any.whl
- Upload date:
- Size: 36.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03b16e2371ed015611f2c7ea431ee449f0aedc11caf3a2dcead3f55e36aac91b
|
|
| MD5 |
16e416b32c65d2aae583f93b04ffea6b
|
|
| BLAKE2b-256 |
a1f0548433ee1225f1cc0ef5a20287382848730e04e5e984b2078056c8fe3e13
|