out = cv2.VideoWriter("output_video.mp4", cv2.VideoWriter_fourcc(*"mp4v"), 30, (frame.shape[1], frame.shape[0])) while video.isOpened(): ret, frame = video.read() if not ret: break results = model(frame) for box in results.boxes: x1, y1, x2, y2, conf, cls = box.xyxy[0], box.conf, box.cls label = f"{results.names[int(cls)]} {conf:.2f}" cv2.rectangle(frame, (int(x1), int(y1)), (int(x2), int(y2)), (0, 255, 0), 2) cv2.putText(frame, label, (int(x1), int(y1) - 10), cv2.FONT_HERSHEY_SIMPLEX, 0.5, (255, 255, 255), 2) out.write(frame) video.release() out.release() out = cv2.VideoWriter("output_video.mp4", cv2.VideoWriter_fourcc(*"mp4v"), 30, (frame.shape[1], frame.shape[0])) while video.isOpened(): ret, frame = video.read() if not ret: break results = model(frame) for box in results.boxes: x1, y1, x2, y2, conf, cls = box.xyxy[0], box.conf, box.cls label = f"{results.names[int(cls)]} {conf:.2f}" cv2.rectangle(frame, (int(x1), int(y1)), (int(x2), int(y2)), (0, 255, 0), 2) cv2.putText(frame, label, (int(x1), int(y1) - 10), cv2.FONT_HERSHEY_SIMPLEX, 0.5, (255, 255, 255), 2) out.write(frame) video.release() out.release()
top of page

under construction 

Επίκαιρα θέματα  στην ηλεκτρονική σας διεύθυνση 

under construction 

Ασφάλεια και Υγιεινή της Παραγωγής
shutterstock_46087477
The words Need Some Advice in 3D words and a question mark, asking if you require help, assistance o
QUALITY MANAGEMENT shutterstock_50837494
product design 204x97.jpg
Νομοθεσία Τροφίμων
Θέλω να ξέρω - ερωτώ
TG 21
NUTRITION ETIKETT shutterstock_56991715
science_in_food_500
Top Supplier Vendor Provider Award Words 3d Illustration
download
Καινοτομία προϊόντος στη Βιομηχανία
Business_knowledge_innovation_ideas_iStockfree_large
FOOD SICENCE
Newsletter 12,5 %
Επίκαιρα θέματα
Webinar Online  E-learning  Web Webcast Technology Collaborative To Webinar

το MENU  και σε  εικόνες 

Newsletters - webinars- επίκαιρα άρθρα

Καινοτομία προϊόντος στη Βιομηχανία τροφίμων- Εργαλείο ανταγωνιστικότητας

 

Διαθρεπτική  επισήμανση 

Δήλωση διαθρεπτικών στοιχείων 

 

 

 

Ακρυλαμίδιο  στα τρόφιμα 

 

Μείωση  στο αλάτι  των  τροφίμων 

Τεχνολογική προσέγγιση 

Please reload

bottom of page