sketch-code
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.
Dataset and the pre-trained model files are not accessible. Getting 403 Forbidden from the server `$ sh get_data.sh mkdir: cannot create directory ‘../data’: File exists --2022-03-18 12:14:57-- http://sketch-code.s3.amazonaws.com/data/all_data.zip Resolving sketch-code.s3.amazonaws.com...
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
While reading the korean documentations added by @An-hyeonyoung, I found images were broken(crashed) and I fixed the urls of those images.
keras to tensorflow.keras there is version issue between keras, tensorflow, keras.GRU Keras requires TensorFlow 2.2 or higher. Install TensorFlow via pip install tensorflow keras.GRU requires downgrade TensorFlow to 1.15 and...
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.3.0.10 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
Bumps [nltk](https://github.com/nltk/nltk) from 3.2.5 to 3.6.3. Changelog Sourced from nltk's changelog. Version 3.6.3 2021-09-19 Dropped support for Python 3.5 Run CI tests on Windows, too Moved from Travis CI to...
**This Error occurred when try to execute even on example png file included in examples folder:-** Traceback (most recent call last): File "convert_single_image.py", line 53, in main() File "convert_single_image.py", line...