Hardik Dava

Results 79 comments of Hardik Dava

@AlainPilon Yes, I took reference from that project. @SkalskiP I can not contribute to open source projects due to my company policy. but I haven't started working on it. It...

@onuralpszr I would suggest to do as following: ``` Install supervision with normal opencv package: pip install supervision Install supervision with opencv-headless pip install supervision[headless] ``` Main reason is that...

@SkalskiP Is there anyway that we only modify current APIs, otherwise users will be confused between `sv.DetectionsDataset.from_*` and `sv.DetectionDataset.generate_from*` methods.

@SkalskiP is it possible that we use callback system for loading images then we do not have to worry about much things.

Thanks @tfriedel for suggestions. We will take a look into it soon. This might be the solution of our current issue.

@tfriedel feel free to open a PR. Please visit contribution guide before you make a PR.

@jcruz-ferreyra Thank you for suggesting new features and taking interest in `supervision`. We are already working on improving annotators and going to introduce new annotators as well. We will consider...

@jcruz-ferreyra can you provide us a code snippet? Or feel free to open a PR.

@jcruz-ferreyra please make a PR in branch: [feature/redesigned_annotators](https://github.com/roboflow/supervision/tree/feature/redesigned_annotators). Currently, we are adding/modifying improved annotators related functions there. Thank you for taking time to improve supervision.

@SkalskiP i haven't start working on it yet.