-
Basic data augmentation: crop, translation, rotation and light adjust
-
### **_Bugs to be fixed_**
- [x] _While scrolling every time comments iteration begins from the first comment, there's some delay in processing new comments._
### **_Enhancements_**
- [ ] _try out wo…
-
-
Hi, I notice there are some data augmentation procedures during the inference stage since the logger shows:
`[DatasetMapper] Augmentations used in inference: [ResizeShortestEdge(short_edge_length=…
ghost updated
6 months ago
-
In https://github.com/lucidrains/meshgpt-pytorch/pull/6
For each mesh I generate augments_per_item (like 200), then I use it to index into the dataset.
Using a seed I augment using this strategy…
fire updated
11 months ago
-
### What?
ICDAR 17 ko+en으로 albumentation 성능 비교
-
From discussion with @timbl , we found that container metadata are intended to be quite sparse, in the sense that it is mostly containment triples, minimal server data, possibly other metadata, such a…
-
It shows dataset.get_augumentation will augment the train image, but you add centercrop after resize with same width and height, i'm confuse about it, and it seems redundant, and resize with no heigth…
cswwp updated
4 years ago
-
WDYT? Is this publication in scope?
```
@article{Li_2024,
author = {Li, Huimin and Perin, Guilherme},
doi = {10.1007/s13389-024-00363-3},
issn = {2190-8516},
journal = {Journal of Cryptographic En…
-
Is mosaic data augmentation applied in this project **randomly** selects 4 pictures from the train set and puts the contents of the 4 pictures into a synthetic picture that is directly used for traini…