Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
neek-ans
/
flowfeat
like
0
Image Feature Extraction
PyTorch
computer-vision
dense-features
optical-flow
arxiv:
2511.07696
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
flowfeat
/
flowfeat_hf.py
neek-ans
Publish neek-ans/flowfeat
d883828
verified
18 days ago
raw
Copy download link
history
blame
contribute
delete
162 Bytes
"""Convenience import for loading FlowFeat from a Hugging Face model repo."""
from
hubconf
import
MODEL_CONFIG, flowfeat
__all__ = [
"MODEL_CONFIG"
,
"flowfeat"
]