Image_manipulation_detection
Image_manipulation_detection copied to clipboard
Pre trained model error
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.
the same error with upstairs
模型下载地址:https://item.taobao.com/item.htm?id=584772614657
Because you have to train the model by yourself...
@XinZhangNLPR can you tell me how to train the model by myself?
@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
Even after training the weights are not saved ? Can you please tell me what to change ? I trained it for 3800 iterations .
Got the answer the models will saved after 5000 iterations
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?