Skip to content
Discussion options

You must be logged in to vote

Hi @sanjulaonline, this is a very interesting topic!
Espectre does not output explicit spatial coordinates (bounding boxes or keypoints), and it is not designed as a geometric localizer.

That said, its spatio-temporal statistics can be interpreted as motion / saliency signals:
• Spatial variance or energy maps may provide a very coarse ROI, e.g. via thresholding and connected-component clustering
• This is inherently noisy and unstable (background motion, lighting changes, overlapping motion), so it should be seen as a weak spatial prior, not a reliable localization method

For your use case, the most practical approach is:

Espectre as motion / attention trigger → downstream CV model
• Use…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by francescopace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested roadmap Planned for future release
2 participants