kadirnar / Yolov7-SAHI

A lightweight vision library for performing large scale object detection & instance segmentation
MIT License
51 stars 14 forks source link

for _, image_predictions_in_xyxy_format in enumerate(self._original_predictions.xyxy) #13

Open tianxin20180124 opened 10 months ago

tianxin20180124 commented 10 months ago

after do yolov7 network inference, the self._original_predictions has no xyxy attribute,but yolov7hub.py in perform_inference,there is self._original_predictions = prediction_result ,what is the problem ?