From 7a8d2abe58496fc019b8592d7f42078d208b90f5 Mon Sep 17 00:00:00 2001 From: Matthew Muckley Date: Fri, 9 Feb 2024 09:43:00 -0500 Subject: [PATCH] Deprecate DVC (#232) --- README.md | 3 +-- projects/deep_video_compression/README.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80ed678f..f3001711 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ - **August 2023 (image compression)** - [Released PyTorch implementation of MS-ILLM](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/illm) - **April 2023 (video compression)** - [Released PyTorch implementation of VCT](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/torch_vct) - **November 2022 (image compression)** - [Released Bits-Back coding with diffusion models](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/bits_back_diffusion)! -- **July 2021 (video compression)** - [Released implementation of DVC](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/deep_video_compression) ## About @@ -76,7 +75,7 @@ The 2-tier structure enables rapid iteration and reproduction via code in - `projects` - recipes and code for reproducing papers - `bits_back_diffusion` - code for bits-back coding with diffusion models - - `deep_video_compression` [DVC (Lu et al., 2019)](https://openaccess.thecvf.com/content_CVPR_2019/html/Lu_DVC_An_End-To-End_Deep_Video_Compression_Framework_CVPR_2019_paper.html), might soon be deprecated + - `deep_video_compression` [DVC (Lu et al., 2019)](https://openaccess.thecvf.com/content_CVPR_2019/html/Lu_DVC_An_End-To-End_Deep_Video_Compression_Framework_CVPR_2019_paper.html), deprecated - `illm` [MS-ILLM (Muckley et al., 2023)](https://proceedings.mlr.press/v202/muckley23a.html) - `jax_entropy_coders` - implementations of arithmetic coding and ANS in JAX - `torch_vct` [VCT (Mentzer, et al.,)](https://proceedings.neurips.cc/paper_files/paper/2022/hash/54dcf25318f9de5a7a01f0a4125c541e-Abstract-Conference.html) diff --git a/projects/deep_video_compression/README.md b/projects/deep_video_compression/README.md index 9b4bab23..707d8689 100644 --- a/projects/deep_video_compression/README.md +++ b/projects/deep_video_compression/README.md @@ -4,8 +4,8 @@ This project trains the [Deep Video Compression model (DVC)](https://openaccess.thecvf.com/content_CVPR_2019/html/Lu_DVC_An_End-To-End_Deep_Video_Compression_Framework_CVPR_2019_paper.html) on the [Vimeo-90k septuplet](http://toflow.csail.mit.edu/) dataset. -**Note:** A PyTorch implementation linked by the original authors is available -[here](https://github.com/ZhihaoHu/PyTorchVideoCompression). +**Note:** This code base is deprecated! A PyTorch implementation linked by the +original authors is available [here](https://github.com/ZhihaoHu/PyTorchVideoCompression). The project uses [PyTorch Lightning](https://pytorch-lightning.readthedocs.io/en/latest/)