Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from idealo/dev
Browse files Browse the repository at this point in the history
Rename _readme to readme_figures as doc is not rendered properly due …
  • Loading branch information
datitran authored Sep 30, 2019
2 parents 32d20ae + 2873f26 commit 4e2131e
Show file tree
Hide file tree
Showing 39 changed files with 1,280 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Image quality assessment is compatible with Python 3.6 and is distributed under
## Trained models
| <sub>Predictions from aesthetic model</sub>
| :--:
| ![](_readme/images_aesthetic/aesthetic1.jpg_aesthetic.svg)
| ![](readme_figures/images_aesthetic/aesthetic1.jpg_aesthetic.svg)


| <sub>Predictions from technical model</sub>
| :--:
| ![](_readme/images_technical/techncial3.jpgtechnical.svg)
| ![](readme_figures/images_technical/techncial3.jpgtechnical.svg)



Expand Down
2 changes: 1 addition & 1 deletion mkdocs/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cp ../README.md docs/index.md
cp -r ../_readme docs/
cp -r ../_readme_figures docs/
cp ../CONTRIBUTING.md docs/CONTRIBUTING.md
cp ../LICENSE docs/LICENSE.md
python autogen.py
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/run_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cp ../README.md docs/index.md
cp -r ../_readme docs/
cp -r ../readme_figures docs/
cp ../CONTRIBUTING.md docs/CONTRIBUTING.md
cp ../LICENSE docs/LICENSE.md
python autogen.py
Expand Down
Binary file added readme_figures/images_aesthetic/aesthetic1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
452 changes: 452 additions & 0 deletions readme_figures/images_aesthetic/aesthetic1.jpg_aesthetic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_figures/images_aesthetic/aesthetic2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_figures/images_aesthetic/aesthetic3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_figures/images_aesthetic/aesthetic4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_figures/images_aesthetic/aesthetic5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_figures/images_aesthetic/aesthetic6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_figures/images_technical/techncial2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_figures/images_technical/techncial3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
449 changes: 449 additions & 0 deletions readme_figures/images_technical/techncial3.jpgtechnical.svg

Large diffs are not rendered by default.

Binary file added readme_figures/images_technical/technical1.jpg
Binary file added readme_figures/images_technical/technical4.bmp
Binary file not shown.
Binary file added readme_figures/images_technical/technical5.bmp
Binary file not shown.
Binary file added readme_figures/images_technical/technical6.bmp
Binary file not shown.
375 changes: 375 additions & 0 deletions readme_figures/images_technical/technical6.bmp_aesthetic.svg

Large diffs are not rendered by default.

0 comments on commit 4e2131e

Please sign in to comment.