-
Hello, first of all, thank you for this awesome works!
I am following the instruction in the README for SegAutoMaskPredictor, specifically this one:
```
# For video
results = SegAutoMaskPredicto…
-
Hello, thank you for your really interesting work!
We wanted to clarify the evaluation procedure from the paper. Could you indicate if the following interpretation is correct or incorrect? If it is…
-
The auto-label feature works really nice. However, for bigger projects (like a thesis or book) one may want to structure the labels a bit more and e.g. preappend the label for the section. It would be…
-
Is there a way to make the tracker part just single header only?
-
Hey! Nice work! I was wondering if you have any performance measures such as the runtime? E.g. how long does one iteration/sample take for the object detection task? thx
-
When I applied it, I found that if the person squatted down or only exposed the upper body, the target could not be effectively tracked.
Is there any quick way to improve it?
-
## Next step
### Predicted prediction accuracy
Assume we have N reference samples, and K distance metrics. We can tried the following steps:
1. Compute pair wise distances among references, a…
-
The paper [DN-DETR](https://arxiv.org/pdf/2203.01305.pdf) presents a novel denoising training method to speed up DETR training, and they said that the bipartite graph matching algorithm we choose is u…
-
Hi! Thank you for sharing the nice work. In the paper, you mentioned that the discrete {0, 1} constraint is relaxed to the continuous range [0, 1] for the Frank-Wolfe purpose. Then how do you map the …
-
- internal status variables + hyperparameter
create list of all variables and their specifications
numpy-arrays vs. class objects? --> research about computation efficiency
- integration of conf…