-
Dears,
I have to signal that SSDM seems unable to operate after updating to the latest version of R.
The problem might be due to something that clashes with how the function load_occ() internally…
-
I got the error when I run my code on Linux Machine as follows:
```python
Traceback (most recent call last):
File "/c_search_recall/eda_jd.py", line 40, in
report.to_file('data/jd_eda_repor…
-
while in debugging mode, in linear layer of the model gives the class_id all zeros. input size is (91, 1024), weight is (81,1024) and bias is 81. when doing the torch.addmm(bias, input, weight.t()) i…
-
@waleedka
First I would like to say thank you for this great implementation of Mask R-CNN!
I am currently working on my own dataset but I noticed a strange behavior when training.
I divided my tra…
-
Hello, I've got a question about PR curve.
What should I do if I want to plot the precision-recall curve for the entire dataset? Actually there is on the notebook only the PR-curve obtained for a sin…
-
When I utilize the compute_batch_ap function given in one of the notebooks, even with ROIs with high confidence, I am still getting all the above values as 0. Does anyone have any idea why?
-
Using
gun.user().recall({ sessionStorage: true });
On https://notabug.io can be tested with testuser2/password
Reloading the page re-logs in as expected. But new tabs/windows do not. N…
-
Hi,
I've been tried to reproduce your work but unfortunately I didn't get the same result as the paper despite using the same notebook and dataset from kaggle, which is the same as https://www.cs.to…
-
Would it be possible to report vector search recall in addition to QPS? When assessing vector search, users are interested in both computational performance and accuracy.
Tracking recall through n…
-
在训练特征抽取模型中使用的metric使用recall@1 和mAP,
1 分类模型中为什么使用recall指标呢?
2 recall@1 和mAP在这里区别是什么?