-
Here I try to add some contents that I suggest to add for the computer vision section
first of all I think it's good to introduce tensorflow.keras.preprocessing.image.ImageDataGenerator.
we can do l…
-
**Describe the feature**
More data augmentation methods.
**Motivation**
When training our own models, we need to TRY EVERYTHING...
**Additional context**
+ MMaction2 existing data augmentatio…
-
I already have images and corresponding masks. And I wanna augment images and masks with the same operation, so that they can still match each other after augmention. I have checked the docs, but fail…
gasvn updated
6 years ago
-
**Shall we enhance images before training ?**
The synthetic images generated from [SPADE](https://nvlabs.github.io/SPADE/) trained on Flickr landscapes look like professional photos. Noticing Flick…
-
Thanks for your awesome work, is there any plan to support video dataset such as kinetics or further video tasks?
-
My custom data infos generation with:
```python
python -m pcdet.datasets.custom.custom_dataset create_custom_infos tools/cfgs/dataset_configs/custom_dataset.yaml
```
fails everytime, because the f…
-
### Description
Hi everyone,
Currently, when launching Keycloak 19.0.2 with TestContainers, without Infinispan, with `--storage=chm`, I'm getting about 11-12 secs start up time on my fairly old l…
-
I am working research idea that is closely related to your project, so I will eventual needs to refactor your code.
if you already have todo list on things to be refactored, I may be able to contri…
-
Adding a transformation in the pipeline once the loader object is constructed results in the following error.
```
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", li…
-
### 🚀 The feature, motivation and pitch
Occasionally one might find that their GPU is idle due to a bottleneck on the input data pre-processing pipeline (which might include data loading/filtering/…