-
### 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
-
Hi EAGLE Team,
Thanks for your great work that accelerates speculative decoding up to unbelievable 4~5 times.
But I can't reproduce the result of below: Acc rate improves with more epochs.
In…
-
I used the local env and docker all showing flowing issue:
Response Content: {"total": 16, "offset": 0, "next": 10, "data": [{"paperId": "575506ce02dff846a9ec66a3c0cf69085228e435", "title": "Text D…
warys updated
2 months ago
-
Hello,
I'm curious whether the data type is limited to uint8, ranging from 0-255. In certain situations, such as medical imaging, the data type might be float32. Converting it to uint8 could result…
-
### 論文へのリンク
[[arXiv:2001.04086] GridMask Data Augmentation](https://arxiv.org/abs/2001.04086)
### 著者・所属機関
Pengguang Chen, Shu Liu, Hengshuang Zhao, Jiaya Jia
### 投稿日時(YYYY-MM-DD)
- The …
-
Hi author, I have read your paper and code, and it's really impressive work. I have a question about the data augmentation process. Could you please explain in detail how you crop the images into mult…
-
Hi,
The purpose of this issue is to discuss the parameters of the data augmentation and find the best combination.
Today @kbasten and I looked at all the settings of ImageDataGenerator and discussed…
-
### 🚀 The feature, motivation and pitch
Let's say that I create a new dataset ina for loop, where apart from my true examples, I want to add `Naug` augmented examples after some transformations (i.…