Hi, I have customized the configs of the Hailo Model Zoo package to optimize a Yolox object detection model. Can I change the NMS node after the optimization command? My quantization settings are quite expensive and it seems like Ive made a mistake in the NMS node mappings. Also it would be great if I could change the IoU threshold parameters without re-running the quantization.
You can indeed modify the Non-Maximum Suppression (NMS) node and IoU threshold parameters after optimizing your model in Hailo’s Model Zoo without re-running the entire quantization process. Here’s how:
Modifying the NMS node: Adjust the NMS configuration by editing the model configuration YAML file. You can change NMS-related parameters directly in this file or in the post-processing script after quantization.
Changing IoU Threshold: Use the HailoRT API to modify the IoU threshold after model quantization and compilation: