-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error #26
Comments
I‘m sorry to bother you, can you explain it in more detail? How to use the link you provided ? |
link. |
链接: https://pan.baidu.com/s/1m-p7aTF0L_mFzPMdKK7btw 提取码: nzqq |
$ python preprocessing/crawl_descriptions.py |
I will not maintain the crawl_descriptions.py file. You need to change it according to the Shutterstock website. |
from config import TF_MODELS_PATH what's the mean of TF_MODELS_PATH? I can't find it in config,should I create it by myself? |
You should read the code at https://github.com/fengyang0317/unsupervised_captioning/blob/master/config.py |
sorry to bother you,i also get the same results in this step,but i don't know change which part in crawl_descriptions.py file.Can you help me?thank you~ |
model_name = 'faster_rcnn_inception_resnet_v2_atrous_oid_2018_01_28'
path_to_ckpt = (TF_MODELS_PATH + '/research/object_detection/' + model_name
+ '/frozen_inference_graph.pb'tensorflow.python.framework.errors_impl.NotFoundError: /home/fy/PycharmProjects/unsupervised_captioning-master/workspace/tf_models/research/object_detection/faster_rcnn_inception_resnet_v2_atrous_oid_2018_01_28/frozen_inference_graph.pb; No such file or directory
how to solve the problem? Looking forward to your reply.
…------------------ 原始邮件 ------------------
发件人: "fengyang0317/unsupervised_captioning" ***@***.***>;
发送时间: 2020年8月16日(星期天) 上午6:02
***@***.***>;
抄送: "F ***@***.******@***.***>;
主题: Re: [fengyang0317/unsupervised_captioning] error (#26)
You should read the code at https://github.com/fengyang0317/unsupervised_captioning/blob/master/config.py
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You need to download the model in https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md |
File "/home/fy/PycharmProjects/unsupervised_captioning-master/im_caption_full.py", line 33, in how to solve the problem? Looking forward to your reply. |
The following is a working conda environment. You create a yml file with the following content and then create a conda environment using the yml.
|
https://github.com/tensorflow/models/tree/master/research/gan |
Replace master with archive |
from config import TF_MODELS_PATH
ImportError: cannot import name 'TF_MODELS_PATH' from 'config' (D:\python3.7\lib\site-packages\config_init_.py)
what's the mean of TF_MODELS_PATH? I can't find it in config,should I create it by myself? @fengyang0317 can you help me?
The text was updated successfully, but these errors were encountered: