Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avidLearnerInProgress committed Jun 23, 2018
1 parent 8f59d0a commit 72f6620
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center"><img alt="pyCAIR Logo" src="https://cdn.rawgit.com/avidLearnerInProgress/pyCAIR/e11bbea2/others/logo.jpg" width="250"></h1>

pyCAIR is a content-aware image resizing(CAIR) library based on [Seam Carving for Content-Aware Image Resizing](http://http://graphics.cs.cmu.edu/courses/15-463/2012_fall/hw/proj3-seamcarving/imret.pdf "Seam Carving for Content-Aware Image Resizing") paper.
pyCAIR is a content-aware image resizing(CAIR) [library](https://pypi.org/project/pyCAIR/) based on [Seam Carving for Content-Aware Image Resizing](http://http://graphics.cs.cmu.edu/courses/15-463/2012_fall/hw/proj3-seamcarving/imret.pdf "Seam Carving for Content-Aware Image Resizing") paper.

## Table of Contents

Expand Down Expand Up @@ -47,8 +47,6 @@ pyCAIR is a content-aware image resizing(CAIR) library based on [Seam Carving fo

**Directory structure:**

**Directory structure:**

**pyCAIR** (root directory)
&nbsp; | - images/
&nbsp; | - results /
Expand Down Expand Up @@ -246,10 +244,16 @@ f = writeImage(image, args)
- [x] Store subsamples in different directories for crop and seam respectively
- [x] Generate video/gif from sub-samples
- [x] Provide a better Readme
- [x] Provide examples for usage
- [ ] Generate unittests for each functions
- [ ] Provide examples for all the entry points
- [ ] Add Continous Integration Services(Travis, Coveralls)
- [ ] Add badges
- [ ] Provide better project description on PyPI
- [ ] Documentation using Spinx
- [ ] Integrate object detection using YOLOv2
- [ ] Identify most important object (using probability of predicted object)
- [ ] Invert energy values of most important object
- [ ] Re-apply Seam Carve and compare results

## License

Expand Down
10 changes: 8 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center"><img alt="pyCAIR Logo" src="https://cdn.rawgit.com/avidLearnerInProgress/pyCAIR/e11bbea2/others/logo.jpg" width="250"></h1>

pyCAIR is a content-aware image resizing(CAIR) library based on [Seam Carving for Content-Aware Image Resizing](http://http://graphics.cs.cmu.edu/courses/15-463/2012_fall/hw/proj3-seamcarving/imret.pdf "Seam Carving for Content-Aware Image Resizing") paper.
pyCAIR is a content-aware image resizing(CAIR) [library](https://pypi.org/project/pyCAIR/) based on [Seam Carving for Content-Aware Image Resizing](http://http://graphics.cs.cmu.edu/courses/15-463/2012_fall/hw/proj3-seamcarving/imret.pdf "Seam Carving for Content-Aware Image Resizing") paper.

## Table of Contents

Expand Down Expand Up @@ -244,10 +244,16 @@ f = writeImage(image, args)
- [x] Store subsamples in different directories for crop and seam respectively
- [x] Generate video/gif from sub-samples
- [x] Provide a better Readme
- [x] Provide examples for usage
- [ ] Generate unittests for each functions
- [ ] Provide examples for all the entry points
- [ ] Add Continous Integration Services(Travis, Coveralls)
- [ ] Add badges
- [ ] Provide better project description on PyPI
- [ ] Documentation using Spinx
- [ ] Integrate object detection using YOLOv2
- [ ] Identify most important object (using probability of predicted object)
- [ ] Invert energy values of most important object
- [ ] Re-apply Seam Carve and compare results

## License

Expand Down

0 comments on commit 72f6620

Please sign in to comment.