SDK Version: 2.3.3
Source File Structure of DX-COM
After running install.sh, the prepared dx_com/ directory is organized as follows.
dx_com/
├── dx_com-*.whl # DX-COM wheel package
├── sample_models/ # Sample model assets
│ ├── onnx/ # Sample ONNX models
│ └── json/ # Sample JSON files
└── calibration_dataset/ # Sample calibration dataset
dx_com/
This directory stores the DX-COM wheel file and the sample assets prepared during install.sh.
dx_com-*.whl
This Python wheel package contains the dxcom command-line interface and the dx_com Python module. Install it using pip install dx_com-*.whl. Refer to Installation of DX-COM for installation instructions.
sample_models
This directory contains the downloaded sample ONNX models and JSON configuration files used by the sample compilation workflow.
- ONNX Files (
dx_com/sample_models/onnx/): Sample ONNX models used as compiler inputs - JSON Files (
dx_com/sample_models/json/): Sample configuration files used with the sample models. Refer to JSON File Configuration.