-
In the article, I could find the Variant calling methods of SNVs and indels separately.
I found you called SNVs using SAMtools mpileup with mapping quality >20 and base quality >20, but I couldn't fi…
-
BASH: happy that things are working
grep,
sed
cut - got it working,
while read line do
echo $line | cut -f111
done
> > that to text file,
SQL: syntax problems,
SQL: password issue, not a pri…
-
input: table with id column (not row id), time column t, feature columns f_i with entries f_i,id,t, and target value t_id,t. The PipeOp generates for each id,t (for which it is possible) a previous wi…
mb706 updated
3 years ago
-
Thanks for your great work!
I want to ask how to test VQA2?
Do you upload to the Eval.al website to test or test with your own code ?
Can you offer me the scrip to test ?thanks a lot!!
Looking for…
-
When working with sklearn (scikit-learn) I am used to setting the parameter `n_jobs=-2`. As explained at https://scikit-learn.org/stable/glossary.html#term-n_jobs this means:
> `n_jobs` is an integ…
-
I have noticed that in *Atri -My Dear Moments-* at least two pairs of storage media resources exist with the same paths:
```
psb://quickmenu.pimg/1711.tlg ~ psb://submenu.pimg/1711.tlg
psb://quickm…
-
I extracted the resnet50 i3d 10-crops features according to the repo you offer, but the features I extracted are different from those you uploaded. Can you tell me how you extracted the features from …
-
> Using `scikit-learn==1.1.3` with `python==3.11` raises an error. However, updating to `scikit-learn==1.4.0` appears to resolve the issue.
>
```
Traceback (most recent call last):
File "", lin…
-
Hi, @filipradenovic,
I'm quite interested in your paper "Revisiting Oxford and Paris: Large-Scale Image Retrieval Benchmarking". Table 4 in your paper said DELF feature extraction plus ASMK* aggrega…
-
Hello!
I am trying to extract the features of my own videos using Slowfast. Do you recommend using feature_extractor.py, or is there a better way of extracting these features from new videos? Than…