Skip to content
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

The training data is not available! #60

Open
QKflame opened this issue Nov 8, 2023 · 4 comments
Open

The training data is not available! #60

QKflame opened this issue Nov 8, 2023 · 4 comments

Comments

@QKflame
Copy link

QKflame commented Nov 8, 2023

image

@xiahao-china
Copy link

I had the same problem

@josue2609
Copy link

I have the same issue.

@yhhPP
Copy link

yhhPP commented Dec 21, 2023

same issue. so ...then...?

@jtshushu
Copy link

jtshushu commented Apr 8, 2024

(py36) E:\koutu\on_web\sketch-code\src>python convert_single_image.py --png_path ../examples/drawn_example1.png --output_folder ./generated_html --model_json_file ../bin/model_json.json --model_weights_file ../bin/weights.h5
Using TensorFlow backend.
Traceback (most recent call last):
File "convert_single_image.py", line 53, in
main()
File "convert_single_image.py", line 49, in main
model_weights_path = model_weights_file)
File "E:\koutu\on_web\sketch-code\src\classes\inference\Sampler.py", line 23, in init
self.model = self.load_model(model_json_path, model_weights_path)
File "E:\koutu\on_web\sketch-code\src\classes\inference\Sampler.py", line 70, in load_model
json_file = open(model_json_path, 'r')
FileNotFoundError: [Errno 2] No such file or directory: '../bin/model_json.json'

Hello, how can I solve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants