-
(This is a continued discussion from [here](https://github.com/sindresorhus/awesome/pull/528))
## Topics
- [Binary and Ternary Search](#binary-and-ternary-search)
- [Dynamic Programming](#dynamic-prog…
-
```
(deftest foo-test
(is (=? even? 4)) ; passes
(is (=? {:foo even?} {:foo 42})) ; passes
(is (=? #{even?} #{2 4 6 8}))) ; fails: expected #{even?}, actual #{2 4 6 8}
```
If there'…
-
Hi Wei,
I have spent quite some time on your SSD code. And I have some questions about the implementation.
1. Do the training image size and testing image size have to be the same?
2. How to guara…
-
Sik-Ho Tang. [Review — DETR: End-to-End Object Detection with Transformers](https://sh-tsang.medium.com/review-detr-end-to-end-object-detection-with-transformers-c64977be4b8e).
-
Hi, thanks so much for open sourcing this solid work! I try to understand how the linear assignment layer is trained and would appreciate your help.
In the class `AttentionalGNN`, the linear assign…
-
There seems to be a bug in Hungarian.m, which is used by `matlab_devkit/utils/preprocessResult.m`. This was also noticed by @JonathonLuiten. The bug seems to occur when there are infinite edges in the…
-
Is there a way to make the tracker part just single header only?
-
We should develop some helper functions for parallelization and then use it in several places.
There are several comments in the code indicating where we could parallelize things:
```
$ grep -r p…
-
https://arxiv.org/abs/2011.10881
-
As the author put it, this algorithm is much faster. For a randomly generated 3000x3000 cost matrix, it'll take a fraction of seconds to solve.
```
N_a = 3000
N_b = 3000
# Random costs
dist_mat…