|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +0.17.0 - (2021-11-22) |
| 4 | +------------------ |
| 5 | + |
| 6 | +* Breaking up project and renaming it `GANce` for publication on GitHub. |
| 7 | +* Added a number of examples for a blog post explaining this project [here](https://www.esologic.com/gance/). |
| 8 | + |
| 9 | + |
| 10 | +0.16.1 - (2021-10-28) |
| 11 | +------------------ |
| 12 | + |
| 13 | +* Fixed a bug in synthesis file reader/writer. Both now use the standard vector types. |
| 14 | + |
| 15 | + |
| 16 | +0.16.0 - (2021-10-23) |
| 17 | +------------------ |
| 18 | + |
| 19 | +* This version will create the final projection files for the yellow album cover project. |
| 20 | +* In `project_video_to_file.py`, added ability to process multiple input videos at once. Either |
| 21 | +a directory of videos or multiple videos passed via CLI. Added unit testing for this as well. |
| 22 | +* Created a few projection specific docker containers in `docker-compose.yml` based on the `develop` |
| 23 | +model. |
| 24 | +* Added a very small cli, `read_projection_file.py` to read a projection file and turn the final |
| 25 | +images vs. target images into a video. |
| 26 | + |
| 27 | + |
| 28 | +0.15.0 - (2021-10-17) |
| 29 | +------------------ |
| 30 | + |
| 31 | +* In `project_video_to_file.py`, added ability to override the fps of the input video. Use with |
| 32 | +caution. |
| 33 | +* Added type system for key data types. Images, Vectors/Matrices, Latents etc. See comment in |
| 34 | +readme but these are mostly to aid in documentation. |
| 35 | +* Cleaned up repo structure a bit during refactor to add types, but still some things that need to |
| 36 | +be deleted. |
| 37 | +* Added integration style testing of projection file reader and writer that require GPU. |
| 38 | + |
| 39 | +0.14.0 - (2021-10-12) |
| 40 | +------------------ |
| 41 | + |
| 42 | +* Added visualization/numeric analysis functionality to decide the projection steps and projection |
| 43 | +FPS that will be used in the production projections. |
| 44 | +* Added a number of helper functions to make working with projection files more expedient. |
| 45 | +* Fixed bug in `synthesis_file_into_models.py` |
| 46 | + |
| 47 | + |
| 48 | +0.13.0 - (2021-09-20) |
| 49 | +------------------ |
| 50 | + |
| 51 | +* Added a CLI to, given a directory of models, create a number of random output images, some with |
| 52 | +and some without faces. This tool, `images_from_models.py` will be used to create the prod album |
| 53 | +cover. |
| 54 | +* Introduced notion of a synthesis file, which is a json file produced alongside the images |
| 55 | +previously mentioned which records the associated vector and model used to create the image. |
| 56 | +* Added a CLI `synthesis_file_into_models.py` to read one of these synthesis file jsons and input |
| 57 | +the vector into a list of models to see the "growth" of a given output image over time. |
| 58 | +* Added a CLI to go from a list of directories of models to a single directory of renamed and |
| 59 | +validated models. `check_move_models.py` will be used on training VM to copy the batch 2 models. |
| 60 | +* Created tooling to visualize projection files, including a deterministic way to see when |
| 61 | +projection stops improving to inform the big prod run. No CLI for any of this yet. |
| 62 | +* Added CLI to input a vector file or vector files into a model or models and save the resulting |
| 63 | +images. |
| 64 | +* Fixed bug where the iterators in `read_projection_file` were not in the correct order, needed |
| 65 | +to parse dataset name and then sort by the key int in the filename. |
| 66 | +* More usability features for working with projection files. |
| 67 | +* Added more functions in `vector_sources` to service researching how to best reduce number of |
| 68 | +frames/projection steps needed in the final runs. |
| 69 | +* Started to add testing that is GPU non-optional. |
| 70 | + |
| 71 | +0.12.0 - (2021-09-12) |
| 72 | +------------------ |
| 73 | + |
| 74 | +* Adds lots of new functionality around creating projections (going from an arbitrary image to |
| 75 | + vectors that could be input to the model to re-create the arbitrary image) programmatically. |
| 76 | +* Introduces concept of a "projection file", a HDF5 file that contains the massive amount of |
| 77 | +data related to a projection. |
| 78 | +* Adds video -> projection file. `stylegan2` natively supports projecting single images but with |
| 79 | +this addition we can project videos. |
| 80 | +* There are a number of crufty assets/visualization functions hanging around. These'll get |
| 81 | +removed before publication but were helpful in understanding this new technology. |
| 82 | + |
| 83 | + |
| 84 | +0.11.0 - (2021-08-22) |
| 85 | +------------------ |
| 86 | + |
| 87 | +* Small release to get new functionality out before working on new big feature. |
| 88 | +* Adds a few more things to the vector primitives file to better explore the latent space of models. |
| 89 | +* Improves visualization functions, adding ability to quickly input a vector array into a model etc. |
| 90 | + |
| 91 | + |
| 92 | +0.10.0 - (2021-08-03) |
| 93 | +------------------ |
| 94 | + |
| 95 | +* Massive refactoring of the matplotlib data visualization pipeline in order to better label the |
| 96 | +data in each of the visualizations, and to add visualizations for the dynamic model index. |
| 97 | +* Added audio compression that uses gzip as the basis for reduction. |
| 98 | +* Created a CLI, `music_into_models.py` to select `.wav` files and directories of models for |
| 99 | +visualization. |
| 100 | +* Added standalone visualization for audio reducers to aide in development. |
| 101 | +* Switched local version of `stylegan2` to a fork where resuming from a crashed job is possible. |
| 102 | + |
| 103 | + |
| 104 | +0.9.0 - (2021-07-16) |
| 105 | +------------------ |
| 106 | + |
| 107 | +* Added functionality to switch between models during a run, allowing a mapping between audio |
| 108 | +complexity and the resulting "training resolution" of the output image. |
| 109 | +* Added ability to compute the rolling RMS power of an audio file, this is fed into the function |
| 110 | +that switches models during a run. |
| 111 | + |
| 112 | + |
| 113 | +0.8.0 - (2021-07-07) |
| 114 | +------------------ |
| 115 | + |
| 116 | +* There was a massive bug in `smooth_across_vectors`, and that function didn't do at all what I |
| 117 | +thought it did. |
| 118 | +* Added flags to disable 2d/3d visualizations alongside model outputs in `vectors_into_model.py`. |
| 119 | +* Re-worked Spectrogram code to remove the need for the scaling step. |
| 120 | +* To the main visualization function, `viz_model_ins_outs`, added the ability to, in 2d |
| 121 | +see both sides of the combination (music, noise, combined), had to modify types here which will |
| 122 | +be extended later. |
| 123 | + |
| 124 | + |
| 125 | +0.7.0 - (2021-06-24) |
| 126 | +------------------ |
| 127 | + |
| 128 | +* Updated `docker-compose.yml` and the various `*.Dockerfile`s to create the production dataset of |
| 129 | +images for the yellow album cover. There isn't a lot of abstraction on those config files, and it's |
| 130 | +pretty specific to this project but everything is there. |
| 131 | + |
| 132 | + |
| 133 | +0.6.0 - (2021-06-22) |
| 134 | +------------------ |
| 135 | + |
| 136 | +* Created `select_images_for_training.py` to use face recognition to select a sets of images for |
| 137 | +training. |
| 138 | + |
| 139 | +0.5.0 - (2021-06-17) |
| 140 | +------------------ |
| 141 | + |
| 142 | +* Improved `begin_dataset_upload.py`, added ability to detect if a given dataset was "partially |
| 143 | +uploaded" meaning that the copy operation from the dataset directory to the ownCloud directory |
| 144 | +wasn't able to finish. |
| 145 | + |
| 146 | + |
| 147 | +0.4.0 - (2021-05-25) |
| 148 | +------------------ |
| 149 | + |
| 150 | +* Modified `read_wav_scale_for_video` to work on an entire `np.ndarray` of vectors rather |
| 151 | +than the `Sampler`-style re-sample from before. |
| 152 | +* Added this function to `_visualize_audio_file_and_model_output` so it can stretch wav files to |
| 153 | +make sure there are enough vectors to have high frame rate video. |
| 154 | +* Generally encapsulated this workflow so it's more discrete and easier to apply over multiple |
| 155 | +audio files at once. |
| 156 | +* Added functionality to add audio files to output videos directly. |
| 157 | +* Updated linters to pick up the loose `.py` files in this repo's top directory. |
| 158 | + |
| 159 | + |
| 160 | +0.3.0 - (2021-05-20) |
| 161 | +------------------ |
| 162 | + |
| 163 | +* Created dockerfiles, `docker-compose` configs to run |
| 164 | +dataset creation, and model training as `docker-compose run` commands. |
| 165 | + |
| 166 | + |
| 167 | +0.2.0 - (2021-05-15) |
| 168 | +------------------ |
| 169 | + |
| 170 | +* Adds functionality to go from vector array -> spectrogram as an input to the model. |
| 171 | + |
| 172 | + |
| 173 | +0.1.0 - (2021-05-13) |
| 174 | +------------------ |
| 175 | + |
| 176 | +* Massive merge, I've been lazy about splitting up features. |
| 177 | +* Work on using docker to develop model visualizations. |
| 178 | +* Added basic music visualizations. |
| 179 | + |
3 | 180 |
|
4 | | -0.0.1 - (2021-11-20) |
| 181 | +0.0.1 - (2020-10-21) |
5 | 182 | ------------------ |
6 | 183 |
|
7 | 184 | * Project begins |
0 commit comments