I am loading two model .pt file. One to detect person and another which detects cardboard box. I have used two BoxAnnotator and two zone annotator , so that it invidualky counts the item. but when i use two
zone.trigger(detections=detections)
it is displaying count only for the first model and does not show count when detecting second model. Please help to fix the issue.