Skip to content
Menu
IT-DRAFTS
  • About
  • Privacy policy
IT-DRAFTS

Category: Uncategorized

February 27, 2025

project of face detection Python v.1

import cv2 import mediapipe as mp # Initialize MediaPipe Face Mesh mp_face_mesh = mp.solutions.face_mesh face_mesh = mp_face_mesh.FaceMesh() # Capture video from the webcam cap = cv2.VideoCapture(0) while True: ret, frame = cap.read() if not ret: break # Convert frame to RGB (MediaPipe requires RGB images) rgb_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) # Process the frame to detect…

Read More
March 28, 2024

Well-known TCP/UDP ports

Read More

Categories

  • 365
  • Active Directory
  • announcement
  • App-V
  • Artificial intelligence
  • AZURE
  • Cisco
  • Dell
  • en Français
  • Entra
  • GDPR
  • How its works
  • Intelligence Artificielle
  • juste des pensées
  • Licensing
  • Microsoft Product Name
  • Microsoft will end support
  • Migration
  • MS Teams
  • Network
  • new items
  • Office
  • OWASP
  • SAM
  • Security
  • Servers
  • Troubleshooting
  • Uncategorized
  • Updates
  • Virtualization
  • Windows10
  • Windows11

Archives

  • February 2025
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024

Recent Comments

No comments to show.

Recent Posts

  • Microsoft will end support for App-V in 2026 (plan for migration to MSIX)
  • project of face detection Python v.1
  • Complex Azure Failure Scenario: Massive Azure AD Infrastructure Outage and User Authentication Issues
  • Microsoft Fixes Power Pages Zero-Day Exploited in Attacks: A Deep Dive
  • OWASP Top 10 NHIs Risks 2025
©2025 IT-DRAFTS | Powered by WordPress and Superb Themes!