You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

pyinstaller --onefile -w your_file_name.py pyinstaller your_file_name.spec


from PyInstaller.utils.hooks import collect_data_files from ultralytics import YOLO ultra_files = collect_data_files('ultralytics')

a = Analysis( ['your_file_name.py'], # <- Please change this into your python code name. pathex=[], binaries=[], datas=ultra_files, # <- This is for enabling the referencing of all data files in the Ultralytics library. hiddenimports=[], hookspath=[], hooksconfig={}, runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, noarchive=False, )

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support