-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were…
-
**Is your feature request related to a problem? Please describe.**
Dear Grakel developers, I'm trying to generate grakel graphs from numpy connectivity matrices. I have two possible scenarios.
1) A …
-
### Question
Thanks again for your research! The position relation idea is very smart. I've had success improving DINO/ DDQ / Align DETR baselines with Relation DETR for images with 1500 objects, e.g…
-
Hello everybody!
In this [ArXiv paper](https://arxiv.org/abs/1607.04381) a ìn interesting training approach is shown.
Would it be useful to integrate it in DIGITS?
Cheers,
Tommaso
-
## model
a = Input(shape=[5])
b = Input(shape=[10])
emb_a = Embedding(8, 5, mask_zero=True)(a)
emb_b = Embedding(20, 5, mask_zero=True)(b)
cat = Concatenate(axis=1)([emb_a, emb_b])
lstm = LSTM(1…
-
多尺度的静态输入推理结果正常,代码如下:
```
if scale==0.25:
ret = rknn.load_rknn('./models/dense_64.rknn')
elif scale==0.5:
ret = rknn.load_rknn('./models/dense_128.rknn')
else:
ret = rknn.load_rkn…
-
Thanks for the great work!
How can I get dynamic point cloud?
![image](https://github.com/hustvl/4DGaussians/assets/26154160/8caf4349-1155-4793-b5df-62f659398de5)
in the above code, store the s…
-
Plus() currently doesn't support that, which limits its use for certain scenarios.
-
Hi author, I have compiled and installed fused_dense_lib successfully. But when I tried to run the finetuning code, I encountered this error: "RuntimeError: linear_act_forward failed." which is due to…
-
I'm a newcomer for mixture of depth, and I do think it's really innovative work in MMLM community.
However, there are some questions when I read your paper, could you give me some explanation for th…