Wild geese soaring by the lakeside
Wild geese soaring by the lakeside
提交 Issue 之前请先在issue上搜索是否有相似问题, 看看能不能解决问题 (有太多相同的issue,没精力处理)。 除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。 1) 你正在使用的 V2RayU 和 Mac 版本 ? 2) 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 3) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。 ```javascript // 在这里附上配置信息 ``` 4) 请附上出错时软件输出的错误日志。 ```javascript //...
Why is the number of object classes in the OpenV6 dataset I processed 600, while it is mentioned as 289 object classes in the article? Were there any additional processing...
I found out the code about Predcls from this issue https://github.com/yrcong/RelTR/issues/20#issuecomment-1383579423 You mentioned the function def evaluate_batch_predcls(outputs, targets, evaluator, matching_indices, evaluator_list): ....... Could you give some details about computing matching_indices....