Skip to main content

a small python project

Project description

Transportation Detection and Tracking CLI

This Python package, track_transportation, provides functionalities for detecting and tracking objects related to transportation in videos.

Installation To install track_transportation, you can use pip:

bash pip install track_transportation

Usage: Once installed, you can use the provided command-line interface (CLI) to detect and track transportation objects in a video.

Detection Function: The detect_objects function in the detection.py module allows you to detect transportation objects in an image. Here’s how you can use it in your Python script:

python

from transportation.detection import detect_objects import cv2

<!– Load image –>

image = cv2.imread(‘image.jpg’)

<!– Perform object detection –>

detections = detect_objects(image)

<!– Process detections as needed –>

print(“Detected objects:”) print(detections)

Requirements This package requires the following dependencies:

  1. numpy

  2. opencv-python

  3. torch

  4. matplotlib

  5. ultralytics

  6. cvzone

  7. sort

  8. tqdm

These dependencies will be automatically installed when you install track_transportation.

Notes 1. Ensure that you have a compatible version of Python installed on your system. 2. It’s recommended to use a virtual environment to manage your Python dependencies. 3. Make sure that the input video file exists and is accessible to the CLI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

track_transportation-0.0.8.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

track_transportation-0.0.8-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file track_transportation-0.0.8.tar.gz.

File metadata

  • Download URL: track_transportation-0.0.8.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for track_transportation-0.0.8.tar.gz
Algorithm Hash digest
SHA256 afec871e89262c31c8073bab9f4d812b58d7d8eabff16a7f54211f2d4aec6223
MD5 3bc18d5eae2672f04eb8dffddc22097b
BLAKE2b-256 8022320e29b694831fa5bebd472a059047392c737db2235be3c6f99dd029829d

See more details on using hashes here.

File details

Details for the file track_transportation-0.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for track_transportation-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 b01a9637a46f5813bb8876c66dbae40a4b0600e0d9e30cc967ce0e24b2f054d8
MD5 40746c82b175da4914d7bfec49175a52
BLAKE2b-256 400cf0aff2db0b2045189f4ea654cdf460a95b5b044297579adc73500347982b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page