yolo11n-seg.engine (10.2MB)
Type : Instance Segmentation (TensorRT Optimized)
Purpose : Person segmentation for workspace analysis
Architecture : YOLOv11 Nano
Output : Pixel-level person masks
yolo11n-pose.engine (10.1MB)
Type : Pose Estimation (TensorRT Optimized)
Purpose : Human pose detection for safety compliance
Architecture : YOLOv11 Nano
Output : 17-point keypoint coordinates
facedet_fp16.trt (10.3MB)
Type : Face Detection (TensorRT FP16)
Purpose : Real-time face detection in workplace
Optimization : Half-precision for speed
Output : Face bounding boxes with landmarks
adaface_ir101.trt (132MB)
Type : Face Recognition (TensorRT Optimized)
Purpose : Employee identification and access control
Architecture : AdaFace with ResNet-101 backbone
Output : 512-dimensional face embeddings
1 pip install torch torchvision
2 pip install ultralytics
3 pip install opencv-python
4 pip install tensorrt
models/
├── best_0327.engine # Main detection model
├── yolo11n-seg.engine # Person segmentation
├── yolo11n-pose.engine # Pose estimation
├── facedet_fp16.trt # Face detection
└── adaface_ir101.trt # Face recognition
Developed by
XIILAB - Advanced AI solutions for industrial automation and safety.