A computer vision library that builds reusable tools
Stars
6
Forks
0
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
269
commits
1
commits
Add mask resizing to `from_falcon_perception` converter and improve handling of odd-length `bboxes_raw`
7b78f4aView on GitHubImprove error handling in asset downloads: don't retry on 4xx errors or HTML error pages, and raise descriptive `DownloadError`.
ae31503View on GitHubBump version to 0.1.3 in `__init__.py` and `pyproject.toml`.
b99e12bView on GitHubAdd tests for `from_efficienttam` converter and update asset download logic to standardize save directories under `dtmfiles`.
b03255fView on GitHubAdd `from_efficienttam` converter for EfficientTAM/SAM mask outputs and unify logic with `from_sam`.
8bc603cView on GitHubCondense and simplify docstrings in detection converters for `from_datamarkin`, `from_florence2`, `from_detectron2`, and `from_ultralytics`.
8028b0eView on GitHubAdd `from_falcon_perception` converter for Falcon Perception model output with RLE mask decoding and unified detection handling.
665c5ecView on GitHubUpdate asset download logic to construct URLs dynamically, preserve path structure, and standardize save directory under `dtmfiles`.
0292813View on GitHubRefactor `Buffer` logic in end-to-end test: add `results` initialization, update method usage, and enhance validation.
ceb6a3dView on GitHubUpdate `smoother.py` with buffer improvements, validation for `temporal_weight_decay`, and variable adjustments
6a228d2View on GitHubRefactor `Buffer` class to use `deque` for improved buffer management and replace prints with warnings.
445bcfaView on GitHubAdd `COCO_CLASSES` constant to `pixelflow` for consistent class label mapping.
b3d12dbView on GitHubAdd `DisplayExit` exception and `quit_key` parameter to `display_video` for controlled termination
b2beef9View on GitHubAdd `class_names` parameter to detection converters for customizable class label mapping.
af53e12View on GitHubFine-tune `pixel_size` scaling in `utils.py` for improved annotation precision.
f018d4fView on GitHub