-
How can I use a custom PyTorch dataloader without specifing the yaml for the folder?
In particular I use a class generating synthetic images, so I don't have a folder defined but the images are gener…
-
**Is your feature request related to a problem? Please describe.**
Add support for custom pytorch dataloaders so that not entirely dependent on zarr stores
**Describe the solution you'd like**
Mo…
-
I am trying to run point2building on a custom dataset. When running `test_models.py`, the dataloader will read a mesh file and I wonder if there is a script to inference and generate that mesh file.
…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Passing a custom data loader in AtomAI models can be a useful feature. This would allow using e.g. Kornia data augmentation pipelines. It could look like this
```python3
segmodel = aoi.models.Segmen…
-
## Describe the Bug
DataLoader custom cache cannot be used with redis even thought [docs](https://github.com/strawberry-graphql/strawberry/blob/5b5b717d3ce86b9d8018a5c0c1acb7a66c4d97ce/do…
-
### Describe the bug
I used the code below to train an EfficientAD model for binary anomaly detection task.
```python
# Initialize the datamodule, model and engine
datamodule = Folder(
name…
-
Hello. I am upgrading the scripts to use the 3.11 version of the package from 2.7 and would like to get a bit more clarity on the dataset/loss documentation. For context, the training pipeline uses di…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### 📚 Describe the documentation issue
It is unclear what to do in regards to batching when using a custom feature map and adjacency matrix. For instance, the docs help when dealing with the batching…