gggpt
Results
1
issues of
gggpt
【C1】YOLOV8预训练模型预测-Python API-图像.ipynb AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 bboxes_keypoints = results[0].keypoints.cpu().numpy().astype('uint32') [/usr/local/lib/python3.10/dist-packages/ultralytics/utils/__init__.py](https://localhost:8080/#) in __getattr__(self, attr) 151 """Custom attribute access error message with helpful information.""" 152...