Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:bugfix/SG-000_fix_version
from super_gradients.common.object_names import Models from super_gradients.training import models # Note that currently only YoloX and PPYoloE are supported. model = models.get(Models.PP_YOLOE_S, pretrained_weights="coco") IMAGES = [ "../../../../documentation/source/images/examples/countryside.jpg", "../../../../documentation/source/images/examples/street_busy.jpg", "https://cdn-attachments.timesofmalta.com/cc1eceadde40d2940bc5dd20692901371622153217-1301777007-4d978a6f-620x348.jpg", ] prediction = model.predict(IMAGES) prediction.show()
Press p or to see the previous file or, n or to see the next file