yolo5 / README.txt
annaferrari02's picture
Update README.txt
4c11bad verified
## Security Scan Note
The ClamAV scan flags this model as "suspicious" due to false positive detection
of Python code in PyTorch model files. This is a known issue with YOLOv5 models:
- The model contains legitimate Python code for model architecture
- File system access is required for loading configurations
- This is standard behavior for PyTorch saved models
- VirusTotal, JFrog, and Protect AI scans show no issues
For verification, you can:
1. Inspect the model training code in this repository
2. Export to ONNX format (see instructions below)
3. Review the YOLOv5 official repository for similar reports