pkuCactus / BDCN

The code for the CVPR2019 paper Bi-Directional Cascade Network for Perceptual Edge Detection
MIT License
345 stars 75 forks source link

Hi,can you give me your dataset #5

Open silencedog opened 5 years ago

silencedog commented 5 years ago

BSDS500/data/test_pair.lst,This data i can’t find.if you can ,please give me some.THX !

pkuCactus commented 5 years ago

That file is only the list of test image, including two columns and they are same(just convenient to read for the dataset class), such as 'path/im path/im'

silencedog commented 5 years ago

OK,maybe I need some files to debug.if U can provide.thx

WY51BE commented 5 years ago

OK,maybe I need some files to debug.if U can provide.thx I have the same problem. If you succeed, can you tell me how to solve it? The author gave me the lst file, but I still have questions about data.

silencedog commented 5 years ago

OK,maybe I need some files to debug.if U can provide.thx I have the same problem. If you succeed, can you tell me how to solve it? The author gave me the lst file, but I still have questions about data.

OK I can try

justinner commented 5 years ago

@WY51BE hello,can you give datatsets of your test?Thanks very much!

WY51BE commented 5 years ago

I just use the MSRA-B for test.

------------------ 原始邮件 ------------------ 发件人: "justinner"notifications@github.com; 发送时间: 2019年5月30日(星期四) 中午11:34 收件人: "pkuCactus/BDCN"BDCN@noreply.github.com; 抄送: "武毅W.Y"993951662@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [pkuCactus/BDCN] Hi,can you give me your dataset (#5)

@WY51BE hello,can you give datatsets of your test?Thanks very much!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

LoveSimons commented 5 years ago

好的,也许我需要一些文件来调试。如果你能提供。 我有同样的问题。如果你成功了,你能告诉我如何解决它吗? 作者给了我lst文件,但我仍然对数据有疑问。

Can you share the test_pair.lst file with me?

lunana123 commented 5 years ago

BSDS500/data/test_pair.lst,This data i can’t find.if you can ,please give me some.THX !

do you acquire the list file?if yes,can you share me with it,thx~ my email is 18309182656@163.com

silencedog commented 5 years ago

BSDS500/data/test_pair.lst,This data i can’t find.if you can ,please give me some.THX !

我没有相关资料。这个任务我已经放弃了,改行做其他的了

huberthomas commented 5 years ago

I create it on the fly based on a directory, see https://github.com/huberthomas/bdcn/blob/master/forward_all.py#L54 for more information. It is simply a list of filenames, with 2 columns. Both columns do have the same entries. The code is still under work but the idea should be clear.

ioekg commented 5 years ago

This link is the dataset: http://vcl.ucsd.edu/hed/HED-BSDS.tar

mitldyjiushijie commented 2 years ago

好的,也许我需要一些文件来调试。如果你能提供。thx 我也有同样的问题。如果你成功了,你能告诉我如何解决它吗? 作者给了我lst文件,但是我对数据还是有疑问的。

可以给我list的文件吗,我也需要,我的邮箱635204559@qq.com,非常感谢。

huberthomas commented 2 years ago

好的,也许我需要一些文件来调试。如果你能提供。thx 我也有同样的问题。如果你成功了,你能告诉我如何解决它吗? 作者给了我lst文件,但是我对数据还是有疑问的。

‎können sie mir die listendatei geben, die ich auch brauche, meine mailbox ‎‎635204559@qq.com‎‎, vielen dank.‎

It is a simple text file where each row corresponds to an image pair and each column to the image filename. Just use/copy the https://github.com/huberthomas/bdcn/blob/master/forward_all.py#L54 method, then you can create lst-file for each user-defined dataset.