JosephKJ / OWOD

(CVPR 2021 Oral) Open World Object Detection
https://josephkj.in
Apache License 2.0
1.02k stars 153 forks source link

files on google drive can not download #109

Closed JiuqingDong closed 1 year ago

JiuqingDong commented 1 year ago

Hi, I can not download the JpegImages and owod_backup. Could you give some suggestions to obtain it? By the way, is the 'owod_backup' necessary?

JiuqingDong commented 1 year ago

Hi, I can not download the JpegImages and owod_backup. Could you give some suggestions to obtain it? By the way, is the 'owod_backup' necessary?

I solve this problem. Thank you for your work.

JiuqingDong commented 1 year ago

By the way, is the 'owod_backup' necessary?

YH-2023 commented 1 year ago

How did you handle it?

JiuqingDong commented 1 year ago

'owod_backup'不是必须的。 如果提示你超出下载配额,你就开个google drive会员,然后复制文件到自己的硬盘。 图片文件下载总是中断,网上有一些解决办法,你可以参考一下这个解决方案。下载一个Internet Download Manager加速器https://blog.csdn.net/weixin_45525272/article/details/128633007

然后我看到你是中国人,所以用了中文。

JiuqingDong commented 1 year ago

@YH721 你是研究员还是研究生?如果你对OWOD也有兴趣的话,我们可以交流一下。

https://drive.google.com/file/d/1gq8tzOnHuXKzO4rlgYyKE8cpvU_TRjvh/view?usp=share_link

https://drive.google.com/file/d/1gq8tzOnHuXKzO4rlgYyKE8cpvU_TRjvh/view?usp=share_link 不用开会员也可以,从这里下载也行。但你要用Internet Download Manager加速器,30天免费试用

HongdaChen commented 1 year ago

@YH721 你是研究员还是研究生?如果你对OWOD也有兴趣的话,我们可以交流一下。

https://drive.google.com/file/d/1gq8tzOnHuXKzO4rlgYyKE8cpvU_TRjvh/view?usp=share_link

https://drive.google.com/file/d/1gq8tzOnHuXKzO4rlgYyKE8cpvU_TRjvh/view?usp=share_link 不用开会员也可以,从这里下载也行。但你要用Internet Download Manager加速器,30天免费试用

大佬,求问:OWOD改动了哪些Detectron2的源代码,刚接触OWOD还不知道如何下手

JiuqingDong commented 1 year ago

求问:OWOD改动了哪些Detectron2的源代码,刚接触OWOD还不知道如何下手

仔细读论文第四章,分别改动了loss,ROIhead, energy。这些代码在detectron2.modeling里面。

Bytheway,我已弃坑