why cant i change the bounding box on the primary window [hailo detection app window]

Hi.
I am trying to switch from Nvidia to Hailo and having few confusion
I just want to detect one object [example only car ]
when I am doing it, the program open a new window [User Frame]- which I think is unnecessary and also resource consuming and this new window is not projecting in full screen and few buttons are always on top.
I am unable to find any documentation
any way to run ultracytics over hailo ?
any help well be appreciated
thanks

Hey @shahnawaz_hamid,

Regarding the user frame - this is intended for writing on top of frames in Python and cannot be executed directly. Please do not use the --user-frame flag.

We have compiled most YOLO models in our model zoo with straightforward compilation procedures. You can access them at: GitHub - hailo-ai/hailo_model_zoo: The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment

For single object detection, you can modify the labels JSON file accordingly.