Demo library
Project description
Medium multiply
A library for tracking based on your prompt
Installation
pip install PromptTrack The package has been implemented for python 3.9 and later might work on 3.8 and 3.7
Usage
from PromptTrack import PromptTracker
tracker = PromptTracker()
video_file = "path_to_your_video"
tracker.detect_objects(video_file, prompt="i am interested in pigs, cats and men") #"you can put in comma separated instances you are interested in"
tracker.process_mot (video_file) #"Default values fixed_parc=True, nbr_items=15, track_thresh=0, match_thresh=1, frame_rate=6, track_buffer=10000, max_time_lost=20000)"
tracker.read_video_with_mot(video_file)
Result
It will provide you in the video folder, a video with the track and a json file with track in the format {frame_id:{pig_id:{x:"", y:"",width:"",height:""}}}
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
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 PromptTrack-0.1.6.tar.gz.
File metadata
- Download URL: PromptTrack-0.1.6.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c74efd6789ab4795714dd5dae041e662f3a679c8b66900705920824005b4d65
|
|
| MD5 |
5cfede72767a00087f357548dfa5a7f3
|
|
| BLAKE2b-256 |
aea4a4b1deb74ace36e84ec75eae846cebb6361c9efb274dac65430f7c1ade7e
|
File details
Details for the file PromptTrack-0.1.6-py3-none-any.whl.
File metadata
- Download URL: PromptTrack-0.1.6-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
567fc82564942116581fa9fac114ff5a0044bcdbd4a90ae9f101908c20f48c75
|
|
| MD5 |
97b8016689e4fea9514a55ec920efa73
|
|
| BLAKE2b-256 |
844ead528fff81f22c9f56b9ccb8e101942b597f9f66373f580804e6cda64e11
|