vision icon indicating copy to clipboard operation
vision copied to clipboard

Any plans to implement the functions in opencv?

Open mortal-Zero opened this issue 2 years ago • 1 comments

🚀 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

mortal-Zero avatar Oct 17 '23 07:10 mortal-Zero

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.

NicolasHug avatar Oct 18 '23 18:10 NicolasHug