Skip to main content

Questions tagged [opencv]

Filter by
Sorted by
Tagged with
1 vote
0 answers
12 views

Short Can I build a Graph-RAG pipeline that applies a reranker and top-K after vector search without re-running the full inference loop? I also need to continuously ingest VLM/CV monitoring logs and ...
Arkady Maximov's user avatar
3 votes
1 answer
3k views

Suppose I've a yolov5 model trained on cars and second trained on bus and third trained on bike and so on. Is there a way through which I can combine all the model into a single model? As by running ...
Janardan Pandey's user avatar
1 vote
1 answer
468 views

I'm trying to come up with an image statistic that quantifies the criticality of an image. Criticality is a scale that is highest when an image finds itself on a sweet spot between randomness (e.g. ...
SumakuTension's user avatar
1 vote
0 answers
730 views

Could anyone share links and resources on Image classification using SVM(Support Vector Machine) from Scratch? Also, there should be the use of the OpenCV library. I got one link, where I am trying to ...
F.C. Akhi's user avatar
  • 707
1 vote
0 answers
79 views

I have two images. One with a rotated object, one with a non-rotated object. How can I measure the degree of rotation of the second object with respect to the first using Python? I tried doing ...
jhas1234's user avatar