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

Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.

Results 33 sketch-code issues
Sort by recently updated
recently updated
newest added

environment: centos7 python version:3.5.1 All packages in requirements.txt were installed without error. And files in data/ & bin/ were downloaded. run scripts : python3 convert_single_image.py --png_path ../examples/drawn_example1.png --output_folder ./generated_html --model_json_file...

I have installed numpy and my python has been 3.6 .but it still told me ModuleNotFoundError: No module named 'numpy' ,is there some question on my python path?

Augmentation is used to generate more data? Isn't it? But this function augment_and_save_images does not generate more training data, it just changes the meta data and the data length of...

the ubuntu 16.04 Comes with 3.6,Downgrading is very troublesome ``` Using TensorFlow backend. /usr/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6 ``

Hi, I am trying to add a new component 'Dropdown' to the dataset. Following are the steps performed: 1. Used opencv to add a new bootstrap element in the images...

@ashnkumar Your email address present in the license text in README had typos in it. I updated it to follow the correct markdown formatting for email links.

Hi, I am not able to find the code for making the images look hand-drawn. Is that code not released? Will it be possible for you to release that pipeline?...

Updated requirements.txt as follows: keras 2.1.2 to keras2.1.5 tensorflow 1.4.0 to tensorflow 1.7.0 numpy 1.13.1 to numpy 1.14.2 scipy 1.0.0 to scipy 1.0.1 To remove errors when running commands.

Hi, when I execute sh scripts/get_data.sh, then it says , cannot find or open ../data/all_data.zip, ../data/all_data.zip.zip or ../data/all_data.zip.ZIP. and I ready can not found any file from data folder, Then...