INTRODUCTION
YOLOv7 algorithms can be used to recognize and track objects as they move through a production line, allowing for more efficient and accurate manufacturing. Additionally, object detection is used for quality control and defect detection in products or components as they are being manufactured.
Watch On YOUTUBE 😃👇
CODE :
from roboflow import Roboflow
rf = Roboflow(api_key="riMiboxeLKguBWpBlc7J")
project = rf.workspace().project("emotion-detection-project-ooyeo")
model = project.version(1).model
# infer on a local image
print(model.predict("a.jpg", confidence=40, overlap=30).json())
# visualize your prediction
model.predict("a.jpg", confidence=40, overlap=30).save("b.jpg")
# infer on an image hosted elsewhere
# print(model.predict("URL_OF_YOUR_IMAGE", hosted=True, confidence=40, overlap=30).json())
FOLLOW US :
1.FREETECH YOUTUBE CHANNEL →
https://www.youtube.com/@FREETECH-xu1ob
2. ALL PRODUCTS →
https://linktr.ee/rockstararun
3. ALL COURSES →
https://linktr.ee/Freetech2024
GAMING LAPTOP 😊🔥:
K7 ANTIVIRUS 😃👇
CONTACT ME AT FIVERR 😃👇
PRODUCTS:
THANKS FOR READING 😁😁
No comments:
Post a Comment