-
Problem
=======
As datasets become larger and larger, storing training samples as individual files becomes impractical and inefficient. This can be addressed using sequential storage formats and s…
-
### 🐛 Describe the bug
**Issue Description:**
I encountered an issue when using the `torch.istft` function in PyTorch. It seems to be related to the window overlap add and produces the following…
-
### Description
Welcome to the 'DSWP' Team, good to see you here.
With this issue, the readers will know on how to use and implement data augmentation using images.
To get assigned to this is…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Ship Detection from Aerial Images
:red_circle: **Aim** : To detect whether there are any ships in the g…
-
Thanks for this light weight faster rcnn implementation!
However, I have been using Detectron2, and it is able to train on images without objects.
I think it would be good to use them as negative e…
-
In #3 it's
`Model: Map uris`
`Library: Map scopes` where `Interface` is expected to be replaced with a union type of more types
but this has a couple of issues :)
-
I've been toying around with sealed types and in my opinion they aren't really pleasant to use.
Sealed types require the entire hierarchy to be in the same library. This is fine when there are only…
-
When I set up a simple project with the latest MPI and HDF5 packages and configure it to use the system-provided OpenMPI installation, the call to `MPI.Init()` crashes with “orte_init failed” errors. …
-
### Bug
### Code Snippet:
```python
from ultralytics import YOLOWorld
from ultralytics.models.yolo.world.train_world import WorldTrainerFromScratch
data = {
"train": {"yolo_data": ["da…
-
In the paper you mention that flips are applied with 50 percent probability. Is it also the case that each randaugment sample is also applied with 50 percent probability or are two randaugment choices…