-
Hi! Nice work! I'm trying to estimate the reconstruction quality using Chamfer Distance and F1 score. But I didn't see the corresponding code in the repo. Can you tell me which script do you use to ca…
-
I have run the inference script and tried to reproduce the results reported in the paper. However, after I tried the checkpoints of PGL-Sum and VASNet, I found that the output results were not consist…
-
Find and/or develop other possible matrices to evaluate different strategies for converting text to RDF statements. Current matrices like F1 score and exact match are not able to match RDF triples sem…
-
0.09% = ClassA AP || score_threhold=0.5 : F1=0.00 ; Recall=60.78% ; Precision=0.10%
3.10% = ClassB AP || score_threhold=0.5 : F1=0.08 ; Recall=65.17% ; Precision=4.33%
3.33% = ClassC…
-
-
Hi! Thanks for your great work.
It seems that there may be an error in the AUC calculation. Since the result of logits has a shape of [n, 2], the input for calculating the AUC score should be the v…
-
the f1_score reported in your paper is micro_f1_score or macro_f1_score?
-
I have got a GAE model trained with data pyg_graph_train.
Then, I use pyg_graph_test for model prediction.
I tried this:
`pred, score = model.predict(
pyg_graph_test,
label = pyg_gra…
-
I'm a newbie and I'm having some issues running your code, hoping to get your help.
In the case of Adaptive Retrieval, I use TinyLlama and I can't get the F1 in the article:
{'data_source': 'retri…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…