Farida Mishra
Farida Mishra
### 🐛 Describe the bug The yolov8 object detection quantization fails at File /lib/python3.10/site-packages/ultralytics/models/yolo/detect/val.py", line 183, in get_stats **self.nt_per_image = np.bincount(stats["target_img"].astype(int), minlength=self.nc) KeyError: 'target_img'** Complete log: [ov2024 (2).3_aa_obj_det.md](https://github.com/user-attachments/files/16606825/ov2024.2.3_aa_obj_det.md) ### Environment...
### 🐛 Describe the bug Accuracy Aware segmentation script fails for openvino 2024.3 at validator = model.ValidatorClass(args) File "/data/venv/openvino_2024.1.0/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1729, in __getattr__ raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'")...