SforAiDl / Playground

A python library consisting of pipelines for visual analysis of different sports using Computer Vision and Deep Learning.
MIT License
18 stars 17 forks source link

Run detector on loaded images/vidoes instead of taking path as input #5

Closed ashwinvaswani closed 4 years ago

ashwinvaswani commented 4 years ago

Currently, the detect_players method takes in image path as parameter. Modify it to load the image beforehand and take the loaded image as parameter.