-
Follow the instructions [here](https://github.com/intel-analytics/analytics-zoo/tree/master/pipeline/objectDetection/ssd) to try SSD with BigDL, found many NPE in executor's log, the command used is a…
-
Hello Pytorch vision people !
I am currently working on a project that requires lots of image augmentations
to perform better. And I believe this is not only my case. When reading
about …
-
Hello, I've attempted to train the Raft model using the MOVi-f dataset for reproducing the results, but the experiment results are different from those in the paper.
I used the same training code as …
-
@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…
-
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…
-
## Overall Design
[https://www.tensorflow.org/lite/models/style_transfer/overview](https://www.tensorflow.org/lite/models/style_transfer/overview)
![image](https://user-images.githubusercontent.…
-
## 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…
-
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 …
-
Hi there,
I would like to know what you did to achieve the results for the GOOD method on the CODA val dataset. I changed the model to be class aware and I tried to replicate the results but was on…
-
When I enable the homographic augmentation in the hfnet train config file the training always gives the InvalidArgumentError saying it expects 5 types and got 8. I tried debugging and found out that i…