Questions tagged [opencv]
The opencv tag has no summary.
5 questions
1
vote
0
answers
12
views
Graph-RAG-CV (Fusion Reranker No-Reinfer) [closed]
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 ...
3
votes
1
answer
3k
views
Can we combine different yolov5 models trained of different classes into one?
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 ...
1
vote
1
answer
468
views
How to quantify nature-likeness/criticality/complexity of image based on its image-statistics in code? openCV examples?
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. ...
1
vote
0
answers
730
views
Code with explanation on using the OpenCV for image classification using the SVM with python from Scratch
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 ...
1
vote
0
answers
79
views
How to determine the rotation of an objects relative to another?
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 ...