Utility Packages
Utility packages provide miscellaneous Python libraries or scripts used by the other packages. You generally do not have to install these directly; they are installed as dependencies for other packages. These include:
Package Name | Description | Applies to: |
builder_tools | Used by many of the model builders to display model details in a consistent manner. | 1.11+ |
dataset_utils | A Python library used by several of the examples. | 1.11+ |
kitti3d_eval_map | A Python library to assist in evaluating mAP score for the KITTI 3D dataset. | 1.11+ |
psnr | Provides custom KPI for measuring the peak signal-to-noise ratio (psnr). | 1.14+ |
sql_tool | A tool used by packages to install entities that are installed or created into the database. | 1.11+ |
tf_oda_slim | A packaging of the tf-oda-slim repository, used by the ssd_fpn_resnet50_builder package. | 1.11+ |
voc_eval_map | A library to compute mAP metric for models trained on the VOC2007/2012 data. | 1.11+ |