Turbo for Turbovision
Project description
Team Classifier OSNet
A Python package for team classification using OSNet.
Installation
pip install team-classifier-osnet
Usage
from team_classifier_osnet import TeamClassifier
# Use TeamClassifier here
instance = TeamClassifier()
Setup Instructions
- Place your
.pycfile in theteam_classifier_osnet/directory and name itmodule.pyc - Update
team_classifier_osnet/main.pyto replaceTeamClassifierwith the actual class name from your.pycfile - Update
team_classifier_osnet/__init__.pyto export the correct class name - Update
pyproject.tomlwith your package information (name, author, etc.)
Building and Publishing
# Install build tools
pip install build twine
# Build the package
python -m build
# Upload to PyPI (test first with testpypi)
twine upload dist/*
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
turbovision-0.1.12.tar.gz
(5.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turbovision-0.1.12.tar.gz.
File metadata
- Download URL: turbovision-0.1.12.tar.gz
- Upload date:
- Size: 5.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a76bc24a5da46def08dbed4036744a2f423f3aafed8c9eb69cfeedb9dba135fc
|
|
| MD5 |
ec6803e7057b9689647918c1fb39f048
|
|
| BLAKE2b-256 |
c782454e2fba6e12190594c455dd1afd7d010a83e65a769b9db34c018e64bdaa
|
File details
Details for the file turbovision-0.1.12-py3-none-any.whl.
File metadata
- Download URL: turbovision-0.1.12-py3-none-any.whl
- Upload date:
- Size: 5.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dded179cd033c95c18eabe5982b7bfe475c3ee69918c81371163803b13b3c4bd
|
|
| MD5 |
95daf8d29fb97ee06000420a519edde7
|
|
| BLAKE2b-256 |
a6201243afabae485235c078aa102c517faa5e38216f942e710710d918523fa3
|