Closed S0soo closed 5 years ago
I need more information to help you.
What's the error printed in the console?
I need more information to help you.
What's the error printed in the console?
File "E:\faster-rcnn\lib\nets\resnet_v1.py", line 27, in
Try to replace the following line (27)
weight_decay=cfg.TRAIN.WEIGHT_DECAY,
with
weight_decay=cfg.FLAGS.weight_decay,
After some tests I found out that resnet
needs some effort to work, now it's not supported.
You can either create a pull request or wait for @dBeker's answer
Thank you very much, I understand, and I find cfg.resnet and cfg.pooling_size to be unmanageable
https://github.com/endernewton/tf-faster-rcnn I have successfully trained according to this, and I will have a test after the training. Thank you very much for your advice
You're welcome
https://github.com/endernewton/tf-faster-rcnn I have successfully trained according to this, and I will have a test after the training. Thank you very much for your advice
hi !Can you used resnet to trained your data on fasterrcnn by this link?I have been to try it but faild!
yes,you can download files that need to be replaced in my GitHub
yes,you can download files that need to be replaced in my GitHub
ok,I'll try it. thanks
yes,you can download files that need to be replaced in my GitHub
ok,I'll try it. thanks
You're welcome. I wish you success.
yes,you can download files that need to be replaced in my GitHub
ok,I'll try it. thanks
You're welcome. I wish
yes,you can download files that need to be replaced in my GitHub
ok,I'll try it. thanks
You're welcome. I wish you success.
excuse me. I try your script in linux not windows.there have an error in datasets/pascal_voc.py in line 34,what's the mean of "self.path = r'E:\faster-rcnn\labels_10_JYsf.txt'",and where is my labels_10_JYsf.txt?
This is your class name, a .txt file
This is your class name, a .txt file
can you show me your .txt for example please? I don't konw which form should the .txt be. I just have one class named flower.
like this
and where can download resnet_v1_50.cpkg?
i find it. thanks
like this
like this
datasets like this? VOCdevkit2007 -VOC2007 -Annotations Imagesets JEPGImages
yes,
https://github.com/endernewton/tf-faster-rcnn I have successfully trained according to this, and I will have a test after the training. Thank you very much for your advice
could you send me your file plesae, I can't run this in resnet finally.
https://github.com/endernewton/tf-faster-rcnn I have successfully trained according to this, and I will have a test after the training. Thank you very much for your advice
could you send me your file plesae, I can't run this in resnet finally.
I'm sorry, I can't send you the code I used, because I added a lot of content on this basis, the modified code is very different from the previous one. But I can try to help you solve some problems.
thank you so much and what's your mean 'cfg.resnet and cfg.pooling_size to be unmanageable'.
(https://github.com/S0soo/tf-faster-rcnn-resnet)This code can run in linux?
This runs in win. To run in linux, use https://github.com/endernewton/tf-faster-rcnn
ok I'll try ------------------ 原始邮件 ------------------ 发件人: "YLF"notifications@github.com 发送时间: 2019年10月4日(星期五) 下午5:37 收件人: "dBeker/Faster-RCNN-TensorFlow-Python3"Faster-RCNN-TensorFlow-Python3@noreply.github.com; 抄送: "chenjjjjuu"1540358700@qq.com;"Comment"comment@noreply.github.com; 主题: Re: [dBeker/Faster-RCNN-TensorFlow-Python3] How to replace VGG withresnet (#79)
This runs in win. To run in linux, use https://github.com/endernewton/tf-faster-rcnn
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
'cfg.resnet and cfg.pooling_size to be unmanageable' means if you want to use resnet, you need to add some extra hyperparameters
For this demo, if you have any questions, you can add my QQ, 1572128279.
I tried to modify the training file, but there were still many mistakes. Did anyone succeed