meteorshowers / RCF-pytorch

Richer Convolutional Features for Edge Detection model in pytorch CVPR2017
512 stars 145 forks source link

evaluate.py? #6

Open rcorin opened 5 years ago

rcorin commented 5 years ago

hello, i can't find the evaluate.py file to test the project, do you know where it is?

also, do you have a pretrained model somewhere?

thanks

meteorshowers commented 5 years ago

you can google Structured Edge Detection Toolbox. we use it to evaluate the result both in CVPR version of RCF (caffe) and in the pytorch version of RCF. I will consider writing a CUDA version of evaluating code in the later time. Sorry for missing the pretrained model, because I am working for the deadline. I will update it after the deadline.

herleeyandi commented 5 years ago

@meteorshowers could you upload your pretrained model?, How long did you training in BSDS500 dataset?

wadewhitten commented 5 years ago

yun-liu has a pre-trained model you may want to take a look at: http://mftp.mmcheng.net/liuyun/rcf/model/5stage-vgg.caffemodel It is trained for 12 epochs, so make sure to change the "start" epoch in the train_RCf.py if you choose to use it

ChengYingo commented 5 years ago

could you please open sourse evaluate.py?thank you

shiyanrubing commented 5 years ago

@meteorshowers hello, thank you very much for offering RCF-pytorch at first. At the same time, I have a question that I got evaluation index ODS=0.788 after using NMS insted of 0.808, where the pretrained model I used is fast-rcnn-vgg16-pascal07-dagnn.mat . I want to know what the reason is, and whether you can supply the pretrained model you utilize. More guidance from you will be highly appreciated.

julinfn commented 5 years ago

i still can't find the evaluate.py,would you upload it?

MNCTTY commented 5 years ago

as I understand, no one still has evaluate.py?

Pikachu-zzZ commented 4 years ago

什么时候回更新evaluate.py呢,谢谢谢谢

AlbertTJU commented 4 years ago

什么时候回更新evaluate.py呢,谢谢谢谢

你好,你在训练的时候遇到过不出结果的情况吗?谢谢

therese426 commented 4 years ago

请问有evaluate.py么?谢谢啦

AlbertTJU commented 2 years ago

什么时候回更新evaluate.py呢,谢谢谢谢

你好,你在训练的时候遇到过不出结果的情况吗?谢谢

老哥,你在DeepCrack那个文章里的evaluate整出来了吗

什么时候回更新evaluate.py呢,谢谢谢谢

你好,你在训练的时候遇到过不出结果的情况吗?谢谢

老哥,你在DeepCrack那个文章里的evaluate整出来了吗

eval是别人的开源代码,我直接用的

linxinqiang90 commented 2 years ago

reffer to evaluate.py