Omer Sarioglu
Omer Sarioglu
- Development packages (black, pre-commit, poetry.lock etc.) added - Code style changed to black - Project setup changed to pyproject.toml from setup.py - VSCode settings added
## 🐛 Bug Binned Precision Recall Curve not working expected with multi-class and multi-dimensional input/target ### To Reproduce Steps to reproduce the behavior: 1. Go to 'torchmetrics/classification/binned_precision_recall.py' 2. See line...
## 🐛 Bug Torchmetrics works on different speed accross v0.9.3 and v0.10.0 ### To Reproduce Same metric calculation on different versions installed environments. > Results for `v0.9.3` ``` -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |...
## 🚀 Feature Explaining the methods of visualizing visually interpretable metrics with matplotlib or another library will be much easier in terms of use. It would be nice if, as...
First of all, I'd like to thank you all for making augmentation pipelines easier for us. I just saw this repository, but while I was discovering the API, I realized...
### Description A run that is not in any group cannot be moved to a new or existing group. ### Suggested Solution I should be able to put or remove...
### Motivation and context Since there is no classifier model in the repo, I added it to make it easier for general use and to be used as a draft....
### Motivation and context Since the lambda function's return `objectType` is always assumed to be `SHAPE`, the `tag` object cannot be passed, and it throws an error like in https://github.com/cvat-ai/cvat/issues/6220#issuecomment-1583668962....
### Motivation and context Polygon tracking is a crucial part of computer vision annotation tasks. It helps the required consecutive frame annotation, shortens the required annotation time, creates more precise...
As a developer who has been using multi-display for a long time, I recently discovered this repo. Even though it was a very basic approach, it blew my mind. I...