-
Hi mmdet maintainers,
Thanks for the repo. We are the project lead of [Kornia](https://github.com/kornia/kornia), and thinking of the possibilities of integrating Kornia augmentation pipeline into …
-
> Furthermore, Algorithm 2 must take as input the causal query, composed of the intervention and the outcome (and potentially any conditioned variables) so that we know which Q variables must be augme…
-
Global type augmentation has been banned in JSR as a temporary measure until we can figure out how to make it work well.
Some considerations for this feature:
1. Global types can appear in any f…
-
1.(HMMR) Learning 3d human dynamics from video(2019)
temporal encoder: **1D temporal** convolutional layers, **precompute** the image features on each frame, get current and ±∆t frames prediction.
c…
-
Hi @asylvz , `svtigs` is a cool representation, but I still have some questions about it:
how to get the breakpoints or `call` variants? My process is aligning `svtigs.fa` to `ref.fa`, so that I c…
-
### Describe the bug
Kornia augmentation Resize loses the inference shape of onnx exported graph. I wonder if this can be fixed.
### Reproduction steps
```python3
import kornia as K
import …
-
[Robust Optimization as Data Augmentation for Large-scale Graphs](https://arxiv.org/abs/2010.09891)
The goal is to have a module for performing FLAG feature augmentation in the preprocessing stage.
-
Question about data augmentation: When subgraph augmentation is performed, essentially only the enge_index is modified. This means that only the subgraph is aggregated for information propagation. Wha…
-
Per [discussion notes](https://docs.google.com/document/d/1tUNVjq_3sjP4ryULHxuavL0xIzbebKTij2eyhevNa1k/edit) and [Slack thread with Gus](https://ncatstranslator.slack.com/archives/C07P6MCH38D/p1727555…
-
In YOLO V3 paper, they use multi-scale training, lots of data augmentation.
I don't know exactly whether they manually multiply original dataset through multi-scale training and data augmentation b…