Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaaditya authored Dec 27, 2016
1 parent 72729e0 commit 31502a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Semantic Perceptual Image Compression using Deep Convolution Networks

This code is part of the paper <[arxiv paper id](http://gpgpu.cs-i.brandeis.edu/semantic_jpeg.pdf)> . It consists of two parts:
This code is part of the paper [arxiv](http://gpgpu.cs-i.brandeis.edu/semantic_jpeg.pdf) . It consists of two parts:
1. Code to generate Multi-structure region of interest (MSROI)
(This uses CNN model. A pretrained model has been provided)
2. Code to use MSROI map to semantically compress image as JPEG
Expand Down Expand Up @@ -95,21 +95,25 @@ You may download pretrained weights referred in Params file as vgg_weights [from
## What this is NOT ?
* Not an object detector. For that checkout-
*[Fast RCNN](https://github.com/rbgirshick/fast-rcnn)
*[Faster-RCNN](https://github.com/rbgirshick/py-faster-rcnn)
* Not a weakly labelled class detector or Class activation Map. For that checkout -
*[Weakly detector](https://github.com/jazzsaxmafia/Weakly_detector)
*[CAM](https://github.com/metalbubble/CAM)
* Not saliency map or guided backprop. For that checkout -
*[Lasagne saliency](https://github.com/Lasagne/Recipes/blob/master/examples/Saliency%20Maps%20and%20Guided%20Backpropagation.ipynb)
*[Grad-CAM](https://github.com/ramprs/grad-cam)
* Not Semantic segmentation. For that checkout -
*[Oxford CRF CNN](https://github.com/torrvision/crfasrnn)
*[Fully convolutional neural network](https://github.com/shelhamer/fcn.berkeleyvision.org)
Expand Down

0 comments on commit 31502a9

Please sign in to comment.