-
Having an abstract XCTestCase subclass results in some weirdness, like XTTest showing up in the list of tests even though it has not test cases of its own.
The idea is to extract the repository set…
-
Hi there,
First of all thank you a lot for this work, thank you for sharing and for the optimization you made to make the code run faster in newer GPU architecture :smile:
I would like to ask i…
-
### NOTE: I have made some changes towards the bottom if someone can take a look at it to let me know if it looks about right?
I have been trying to get this to work with detectron2 as I have a fin…
-
Following code for predicting object in script/extract_features.py
```python
# Predict the class label using the scores
objects = torch.argmax(scores[keep_boxes][start_index:], dim=1)
cls_prob =…
-
**OGC API Features** is a somewhat obscure standard for some INSPIRE Datasets such as numerical weather predictions in Atmospheric Conditions and Meteorological Geographical Features, where data is ex…
tervo updated
3 years ago
-
Hello, we tried to use the NanoNm to detect the Nm site of directRNA-seq data, but the server can't run such a large amount of data. I would like to ask whether it is possible to use .bam data for Nm …
-
Hi,
Thanks for building this! Have been looking at this library to consider using it, and wanted to ask a question about [this](https://github.com/Rallista/maplibre-compose-playground/blob/0b4c7aa54c…
-
## Background
The current data structures and the steps data are extracted from GitHub API might be not the most suitable for all the features requested.
Brainstorm and design the best data structur…
-
Hi,
I saw that there is an option:
--BundleAdjustment.use_gpu (0/1)
for bundle_adjuster. But when I set 1, it seems bundle adjustment does not run on GPU.
I choose correct GPU index, and GPU i…
-
Hello,
I'm trying to extract the acoustic features from the MFCC and compute the cepstral mean variance normalization (MVN) statistics.
For that I am using the following commands in Linux Ubuntu.
…