Image_manipulation_detection icon indicating copy to clipboard operation
Image_manipulation_detection copied to clipboard

Pre trained model error

Open aradhyamathur opened this issue 6 years ago • 8 comments

The link to the pretrained model has not been given. On running demo_two_stream.py I receive the following error

 Traceback (most recent call last):
  File "demo_two_stream.py", line 124, in <module>
    'our server and place them properly?').format(tfmodel + '.meta'))
OSError: default/DIY_dataset/default/vgg16_faster_rcnn_iter_30000.ckpt.meta not found.

aradhyamathur avatar Nov 26 '18 06:11 aradhyamathur

the same error with upstairs

zhangqizky avatar Dec 11 '18 03:12 zhangqizky

模型下载地址:https://item.taobao.com/item.htm?id=584772614657

uulucky avatar Dec 24 '18 02:12 uulucky

Because you have to train the model by yourself...

XinZhangRadar avatar Mar 13 '19 17:03 XinZhangRadar

@XinZhangNLPR can you tell me how to train the model by myself?

zqdeepbluesky avatar Apr 25 '19 14:04 zqdeepbluesky

@XinZhangNLPR can you tell me how to train the model by myself? There are some mistakes in the code, I have wrote a blog can help you to fix it, it was wrote by Chinese, you can translate it and have a look. https://blog.csdn.net/weixin_43380510/article/details/88544830

XinZhangRadar avatar Apr 26 '19 06:04 XinZhangRadar

Even after training the weights are not saved ? Can you please tell me what to change ? I trained it for 3800 iterations .

moulicm111 avatar Sep 05 '19 06:09 moulicm111

Got the answer the models will saved after 5000 iterations

moulicm111 avatar Sep 08 '19 12:09 moulicm111

Hi Xin,

I am trying to train the model by following your blog. However, I could understand only point one. Can you please mention the steps sequentially, i.e. which files to run one after the other for training the file?

saugatapaul1010 avatar Oct 29 '19 11:10 saugatapaul1010