Keras-RFCN icon indicating copy to clipboard operation
Keras-RFCN copied to clipboard

How to test Fashion_Test.py?

Open conglin10 opened this issue 5 years ago • 1 comments

Thank you for your great job. I wonder how to test Fashion_Test.py. I download the DeepFashion46.h5 from Release,but I don't konw where to put it. Could you help me?

conglin10 avatar Mar 22 '19 08:03 conglin10

@conglin10

去年关注过你,git给我提示的last activity上看到你的issue。 DeepFashion46.h5文件可以放在任意位置,但是你需要在Fashion_Test.py文件的74行下方指定权重路径 https://github.com/parap1uie-s/Keras-RFCN/blob/e62670c2e01ac1e942f513d324642cf8d6aee368/Fashion_Test.py#L74-L75 然后load_weights函数会载入权重,开始测试。 https://github.com/parap1uie-s/Keras-RFCN/blob/e62670c2e01ac1e942f513d324642cf8d6aee368/Fashion_Test.py#L76 希望能对你有帮助,祝好运。

yiran-THU avatar Apr 09 '19 03:04 yiran-THU