-
Hi, thanks for sharing the codes, but I am confused about the bbox foramt as follows:
in **dataset/joint.py/class DetMOTDetection**:-->
"""
def _pre_single_frame(self, idx: int):
**if osp.isfile…
-
Spinoff from recent "lucene 2.9 sorting algorithm" thread on java-dev,
where a simpler (non-segment-based) comparator API is proposed that
gathers results into multiple PQs (one per segment) and then …
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
Hi,
I was checking virtual scroll list with reactive forms. Scenario is that i have thousands of rows to show
in a list with checkboxes to approve or disprove.
So inside virtual list i am generat…
-
`Pointers` expose `asTypedList` which yields a `TypedData` which can be iterated over. `Array`s do not.
We should either create an `Array.asTypedList` set of extensions, or provide another way to i…
-
Some config file generate an extreme memory allocation when read, that leads to a crash.
Example program that generates the error:
```
use config::{Config, File, FileFormat};
fn main() {
…
-
**Version: 1.16.3.**
Large datasets may crash silently with a stack overflow (quite hard to catch as a end-user). I can provide one such dataset composed of 10M vectors of size 256 that crashes on …
-
Love this implementation! However, for inference on custom dataset, is the inference this LSTM model dependent on the position of the coordinate? Or is it dependent on how the previous coordinates rel…
-
We use Rosetta to stream the same text files from disk again and again. So, it makes sense to consider ways to speed up reading text files from disk.
- Is it possible to speed things up by converti…
-
The QuantumCircuit class wraps an underlying list of gates.
The DAGCircuit class wraps an underlying graph of gates, and is built after the QuantumCircuit.
In reality, the first datastructure (…