-
### Title
Query Expansion and Ranking Evaluation
### Team Name
Retrievers
### Email
202318002@daiict.ac.in
### Team Member 1 Name
Bhavik Manwani
### Team Member 1 Id
202318…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
Hi, I meet this issue when configuring follow your instructions, could u help me solve this issue:
Traceback (most recent call last):
File "./tools/train.py", line 13, in
from mmdet.apis im…
-
Hi,
just started to look into ScikitLearn.jl and am very surprised finding that it has almost no support for scorers in crossvalidation
```julia
function get_scorer(scoring::Symbol)
if haskey(…
-
I'm sorry that this is not a general issue but raised this so that it may help people training on their custom datasets.
I'm testing on my custom dataset and experiencing Boxnet getting better resu…
-
According to the definition of **average precision** from [wikipedia](https://en.wikipedia.org/wiki/Evaluation_measures_(information_retrieval)#Average_precision) or [sklearn](https://scikit-learn.org…
-
I execute the instruction by
`$./darknet detector map cfg/voc.data cfg/yolov3.cfg backup/yolov3_4000.weights`
then I get...
```
calculation mAP (mean average precision)...
16
detections_coun…
-
This might not be the better place for it, but I keep getting this error when adding the predictions and gt:
> ValueError: cannot reshape array of size 0 into shape (0,newaxis)
``` File "new_tr…
-
Hi, everyone.
I read some documents about Faster R-CNN, and I can't understand "mAP".
I knew that mean "mean Average Precision", but I want to know how to decide this value.
Please teach me!
-
Hi,
can you tell me where I can change the code to plot the average loss for validation set since I just detect 1 class object and just need average loss plot for both train and validate set instead …