diff --git a/README.md b/README.md index 217a737d..cf206954 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ There are two main ways to execute configure the conversion process: 1. **NN Archive**: Alternatively, you can use an [NN Archive](https://docs.luxonis.com/software-v3/ai-inference/nn-archive/#NN%20Archive) as input. An NN Archive includes a model in one of the supported formats—ONNX (.onnx), OpenVINO IR (.xml and .bin), or TensorFlow Lite (.tflite)—alongside a `config.json` file. The config.json file follows a specific configuration format as described under the `Configuration` section. -1. **YAML Configuration File (Legacy)**: +2. **YAML Configuration File (Legacy)**: An alternative way to configure the conversion is through a YAML configuration file. For reference, you can check [defaults.yaml](shared_with_container/configs/defaults.yaml) and other examples located in the [shared_with_container/configs](shared_with_container/configs) directory. **Modifying Settings with Command-Line Arguments**: @@ -324,6 +324,9 @@ shared_with_container/ │ ├── resnet18.yaml │ └── │ +├── misc/ +│ └── +│ ├── models/ │ ├── resnet18.onnx │ └── @@ -345,7 +348,9 @@ The converter first searches for files exactly at the provided path. If not foun The `output_dir` can be specified using the `--output-dir` CLI argument. If such a directory already exists, the `output_dir_name` will be appended with the current date and time. If not specified, the `output_dir_name` will be autogenerated in the following format: `_to___