Riza Velioglu

Results 2 issues of Riza Velioglu

The model makes 100 predictions per sample. For some settings, e.g. a single object in an image, 100 predictions could yield a lot of wrong predictions, possibly with low confidence....

### 🐛 Describe the bug ## Issue Following the tutorial [Getting started with transforms v2](https://pytorch.org/vision/stable/auto_examples/transforms/plot_transforms_getting_started.html#using-built-in-datasets), I have successfully constructed my custom COCO-style dataset using the provided example code: ```python from...