lanfeng4659

Results 22 comments of lanfeng4659

Sorry, recently, I am taking my time on another work due to the coming deadline. I will publish it soon after that.

Yes, I will release the evaluation code in this weekend. > On Oct 12, 2021, at 4:17 PM, ll.w ***@***.***> wrote: > > > Sorry, recently, I am taking my...

Sorry, I have packed the evaluation code last Sunday and was going to push it to GitHub. But the machine was crashed. I will push the code when the machine...

> > Yes, I will release the evaluation code in this weekend. > > […](#) > > On Oct 12, 2021, at 4:17 PM, ll.w _**@**_.***> wrote: Sorry, recently, I...

The evaluation code has been released. > On Oct 19, 2021, at 8:03 PM, ll.w ***@***.***> wrote: > > > Yes, I will release the evaluation code in this weekend....

> 您好,我配置了环境,下载了您训练好的权重model_7709.pth,对比论文中的实验数据,但是我用这个权重文件测试iiit_str只得到了72.89的mAP,我不知道这是怎么回事,我不知道是环境还是其他的原因。 可以把测试的log.txt文件提供看一下吗

> 因为我提问的时间较晚,以为您会隔日回复,实在抱歉,第一个是SVT数据集的log文件 第二个是IIIT-STR数据集的log文件(我将maskrcnn_benchmark包的名字改为了mnbk) > Uploading log_iiit10000.txt 以下是我测试的log,可以参考对比一下。 2023-06-27 17:55:55,377 maskrcnn_benchmark INFO: Using 1 GPUs 2023-06-27 17:55:55,377 maskrcnn_benchmark INFO: AMP_VERBOSE: False DARTS: ARCH_START_ITER: 5000 LR_A: 0.001 LR_END: 0.0001 TIE_CELL: False T_MAX:...

> 您好,我配置了环境,下载了您训练好的权重model_7709.pth,对比论文中的实验数据,但是我用这个权重文件测试iiit_str只得到了72.89的mAP,我不知道这是怎么回事,我不知道是环境还是其他的原因。 您好,问题解决了告知一声。如果是代码问题,我好更新。

CSVTR之前已经在readme提供了下载链接。 CTR的数据集下载链接已经上传到repo。 MLT-5k就是MLT2017的子集,子集的提取code已经放到repo,把原始数据集(MLT17)放到datasets路径即可。

您好,相关问题解答如下: 1)only_retrieval 是指在crop好的图像上做检索,没有检测网络,所以没有FCOS 2)代码裁剪了训练流程,这是测试的代码, 3)受公司权限问题,训练代码暂时没公开。但是按照论文的介绍,复现不难,有些最新文章已经实现了论文的一些实验。 > On Mar 19, 2023, at 4:16 PM, lhl2xju ***@***.***> wrote: > > > 数据集已经可以下载了,根据作者提供的训练好的模型我在SVT上做了简单的测试,但是当我要训练的时候发现没有示范的用于训练配置文件,我去看了模型的加载部分,发现only_retrieval会返回损失,但是没有使用FCOS模型,only_retrieval=False时,使用了FCOS模型,但是却不返回损失,我不知道该如何训练网络,希望作者解惑,非常感谢 > > — > Reply to this email directly, view...