-
Hi Zheng,
Thank you for your fantastic repository! I'm wondering if you could consider including my recent papers:
- [AWT](https://arxiv.org/abs/2407.04603) [Code](https://github.com/MCG-NJU/AWT…
-
Hi Steffen Urban and your group,
Really interesting and promising approach on the SLAM research, I would like to do use my own data set, i.e. my own set of images to run your system. I have some qu…
-
您好,在代码运行中发现以下情况:使用train.py训练的过程中的评价指标数值与其所保存权重使用test.py得到的评价指标具有较大偏差,检查代码发现在训练与测试过程中项目使用了两组不同的评价指标计算代码,且在训练阶段似乎是使用RGB图像进行评价而在测试阶段使用灰度图像进行评价(在自述文件中有提到)。请问这样的设计是否会对结果产生影响?并且在test.py中同样使用RGB图像进行评价后两阶段得到的…
-
没有对源码进行修改, 只是把feature!=None改成了feature is not None,得到的结果文件用compute_ap单独测试过,也确实是0 ,请问可能出现什么问题了?
-
Hi, I have read the detector.c code and it seems that the mAP calculation when using ./darknet detector map ... calculates the old mAP metric (calculating the precision for recall values of 0.1, 0.2, …
gnoya updated
2 years ago
-
For most vector data calculation of a mean is trivial - we just use `np.mean`. Calculation of a mean for orientational/rotational data is just as useful, but conceptually more complicated.
The pro…
-
I use the released code without problem before updating. Now, I notice that the codes are updated newly. So I can not wait to try it, and successfully run the python setup.py install. Then when I run …
-
# 问题描述
  该插件在较新版的koishi(>= 4.17.9)上使用loadImage() 读入图片链接 / base64图片,会读入为一个透明的图片,而在4.17.9之前安装并使用了该插件的不会出现该BUG,同时从旧版本koishi升级为最新版本的koishi后也不会出现该问题。
# 测试环境
|系统名称 | koishi 版本 | 插件版本 |
|----…
-
https://arxiv.org/abs/2401.01970
FMGS: Foundation Model Embedded 3D Gaussian Splatting for Holistic 3D Scene Understanding
-
Hi,
I have some observations on the coco metrics, specially the precision metric that I would like to share.
it would be great if some could clarify these points :) /cc. @pdollar @tylin
for c…