Views
No views yet
predictor.py) for the Visual Recognition Apparel Detection and Segmentation project.cls.pth — Fine-tuned ResNet-50seg.pt — Fine-tuned YOLOv8-segshort sleeve toplong sleeve toptrousersshortsskirt1.
2├── model_files/
3│ ├── cls.pth # ResNet-50 weights
4│ └── seg.pt # YOLOv8 weights
5├── predictor.py # Standardized inference wrapper
6├── requirements.txt # Dependencies (torch, torchvision, ultralytics, etc.)
7└── validator_local.py# Local validation script for format checking