Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eadali
/
PiSAR
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PiSAR
/
pipeline
/
trackers
/
dummytrack.py
eadali
Remove python related files
37165e0
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
194 Bytes
class
DummyTrack
:
def
__init__
(
self, *args, **kwargs
):
pass
def
__call__
(
self, detections, *args, **kwargs
):
# Just return the detections as-is
return
detections