-
Hello everyone.
I have a use case to train model on small images with shape (80, 140).
Objects, that i want to detect on these images are even more small, it's a characters.
Already implemen…
-
@nrweir commented on [Wed Apr 17 2019](https://github.com/CosmiQ/cw-nets/issues/44)
Potentially helpful link for making this work with GPU acceleration:
http://deeplearnphysics.org/Blog/2018-10-02…
-
Following is the code I am using to create my pipeline for image augmentation. There is only 1 image in the directory I specify in 'new_source_directory'. I am using this in google colab. The 'new_out…
-
## Additional context
import albumentations as A
transform = A.Compose(
[A.RandomCrop(1024,1024)],
bbox_params=A.BboxParams(format='coco', label_fields=['category_ids'], min_visi…
-
Hi, I am trying to merge the PVNet code with your single stage code. As part of training, the images undergo augmentation such as rotation, cropping and scaling. I have applied the corresponding augme…
-
Interesting work!
The translation of data aug in CenterForm is 0.5,
https://github.com/TuSimple/centerformer/blob/master/configs/waymo/voxelnet/waymo_centerformer.py#L132, while the translation in …
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues).
- [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/gettin…
-
albumentations not supported
-
- [ v ] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [ v ] I am reporting the issue to the correct repository. (Model Garden official or research directory)
- [ v ] I c…
-
## 🚀 Feature
The ability to exchange between TPU computation and CPU(GPU) computation
## Motivation
As far as I am concerned, it is not yet possible to combine a CPU pipeline within the TPU fra…