-
4 Beiträge
-
1 Fotos
-
0 Videos
-
Female
-
Single
-
29/09/1983
-
Follower 1 Menschen
© 2026 Red Social Chile
Deutsch
Neueste Updates
-
Face_AntiSpoofing/
├── train_antispoofing.py # Training script
├── inference.py # Inference API
├── README.md # This file
├── requirements.txt # Dependencies
├── models/
│ ├── antispoofing_full.pth # ← FULL checkpoint (all weights)
│ ├── faceRecognition_arcface_ckpt.pth # ← Backbone (only for first training)
│ └── yolov8s-face-lindevs.onnx # ← Face detector
├── examples/
│ ├── test_image.py
│ ├── test_videos.py
│ └── run_webcam.py
└── dataset_antispoofing_cropped/
├── real_frame_cropped/
└── attack_frame_cropped2/Face_AntiSpoofing/ ├── train_antispoofing.py # Training script ├── inference.py # Inference API ├── README.md # This file ├── requirements.txt # Dependencies ├── models/ │ ├── antispoofing_full.pth # ← FULL checkpoint (all weights) │ ├── faceRecognition_arcface_ckpt.pth # ← Backbone (only for first training) │ └── yolov8s-face-lindevs.onnx # ← Face detector ├── examples/ │ ├── test_image.py │ ├── test_videos.py │ └── run_webcam.py └── dataset_antispoofing_cropped/ ├── real_frame_cropped/ └── attack_frame_cropped2/0 Kommentare 0 Geteilt 1KB Ansichten 0 BewertungenBitte loggen Sie sich ein, um liken, teilen und zu kommentieren! -
/app
├── Domain
│ ├── User
│ │ ├── User.php
│ │ ├── UserRepository.php
│ │ └── UserPolicy.php
│ │
│ ├── Event
│ │ ├── Event.php
│ │ ├── EventRepository.php
│ │ └── EventService.php
│ │
│ ├── Media
│ │ ├── MediaFile.php
│ │ ├── MediaProcessor.php
│ │ └── MediaPolicy.php
│ │
│ ├── AI
│ │ ├── FaceProfile.php
│ │ ├── VisionService.php
│ │ └── VoiceService.php
│ │
│ └── Security
│ ├── AccessToken.php
│ ├── Permission.php
│ └── AuditEvent.php
│
├── Application
│ ├── API
│ ├── Jobs
│ └── Events
│
├── Infrastructure
│ ├── Database
│ ├── Cache
│ ├── Queue
│ └── AIEngines
│
└── Bootstrap/app ├── Domain │ ├── User │ │ ├── User.php │ │ ├── UserRepository.php │ │ └── UserPolicy.php │ │ │ ├── Event │ │ ├── Event.php │ │ ├── EventRepository.php │ │ └── EventService.php │ │ │ ├── Media │ │ ├── MediaFile.php │ │ ├── MediaProcessor.php │ │ └── MediaPolicy.php │ │ │ ├── AI │ │ ├── FaceProfile.php │ │ ├── VisionService.php │ │ └── VoiceService.php │ │ │ └── Security │ ├── AccessToken.php │ ├── Permission.php │ └── AuditEvent.php │ ├── Application │ ├── API │ ├── Jobs │ └── Events │ ├── Infrastructure │ ├── Database │ ├── Cache │ ├── Queue │ └── AIEngines │ └── Bootstrap0 Kommentare 0 Geteilt 1KB Ansichten 0 Bewertungen -
¿Puede Trump convertir el petróleo venezolano en una pieza clave de su estrategia internacional?¿Puede Trump convertir el petróleo venezolano en una pieza clave de su estrategia internacional?100 Kommentare 0 Geteilt 2KB Ansichten 0 Bewertungen1
-
un de mis recortes favoritosun de mis recortes favoritos0 Kommentare 0 Geteilt 2KB Ansichten 0 Bewertungen
Mehr Storys