diff --git a/compression/README.md b/compression/README.md index 2ae52f6fc0..4406b268fb 100644 --- a/compression/README.md +++ b/compression/README.md @@ -8,7 +8,8 @@ code for the following papers: ## Organization [Image Encoder](image_encoder/): Encoding and decoding images into their binary representation. + [Entropy Coder](entropy_coder/): Lossless compression of the binary representation. ## Contact Info -Model repository maintained by Nick Johnston ([nickj-google](https://github.com/nickj-google)). +Model repository maintained by Nick Johnston ([nmjohn](https://github.com/nmjohn)). diff --git a/compression/image_encoder/README.md b/compression/image_encoder/README.md index 916820e206..a47da977aa 100644 --- a/compression/image_encoder/README.md +++ b/compression/image_encoder/README.md @@ -102,4 +102,4 @@ pixel boundaries. ## Contact Info -Model repository maintained by Nick Johnston ([nickj-google](https://github.com/nickj-google)). +Model repository maintained by Nick Johnston ([nmjohn](https://github.com/nmjohn)).