vision
vision copied to clipboard
Any plans to implement the functions in opencv?
🚀 The feature
Expect an implementation of some of the apis available in opencv (e.g. cv2.findContours(), cv2.connectedComponents(), ...)
Motivation, pitch
Just want torchvision to be able to do these things faster using gpus, and make these api faster.
Alternatives
No response
Additional context
No response
Hi @mortal-Zero , thanks for the proposal.
Trying to figure out the scope here, can you share more details about where in your training pipeline you're using these functions? E.g. what kind of models etc.