sketch-code icon indicating copy to clipboard operation
sketch-code copied to clipboard

The training data is not available!

Open QKflame opened this issue 1 year ago • 4 comments

image

QKflame avatar Nov 08 '23 03:11 QKflame

I had the same problem

xiahao-china avatar Nov 09 '23 09:11 xiahao-china

I have the same issue.

josue2609 avatar Nov 24 '23 09:11 josue2609

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

yhhPP avatar Dec 21 '23 11:12 yhhPP

(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?

jtshushu avatar Apr 08 '24 05:04 jtshushu