Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pose_demo.py 309 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. from super_gradients.common.object_names import Models
  2. from super_gradients.training import models
  3. model = models.get(Models.YOLO_NAS_POSE_S, num_classes=17, checkpoint_path="ckpt_best_pcgj2jlh.pth")
  4. model.predict("https://deci-datasets-research.s3.amazonaws.com/image_samples/beatles-abbeyroad.jpg").show()
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...