Commit Graph

29 Commits

Author SHA1 Message Date
Ruben van de Ven 5c0bb36e7f update notes 2023-01-12 16:52:32 +01:00
Ruben van de Ven 743c7d548f Tool for extracing labels from the VLoD image dataset 2023-01-12 16:49:51 +01:00
Ruben van de Ven c4aeedec59 Add a notebook for experiments with generation and projecting images 2023-01-12 16:49:05 +01:00
Ruben van de Ven 728834c158 Image Detector and Learning direction notebook 2023-01-12 16:36:04 +01:00
Ruben van de Ven b9103449b5 fix url 2023-01-12 16:09:41 +01:00
Ruben van de Ven 624c1c7c81 jupyter kernel definition 2023-01-12 16:01:10 +01:00
Ruben van de Ven cb3fe0e197 Dockerignore 2023-01-12 15:55:19 +01:00
Ruben van de Ven 658e4c06f2 tweak helper scripts 2023-01-12 15:54:18 +01:00
Ruben van de Ven 35e9eb4193 cleanup snapshot notebook 2023-01-12 15:53:19 +01:00
Ruben van de Ven 1d40340e42 StyleGAN logbook generator and formatting 2023-01-12 15:51:16 +01:00
Ruben van de Ven fb7d854abe Small style changes 2022-11-26 20:41:40 +01:00
Ruben van de Ven af10780d4f Fix BGR-RGB bug 2022-11-26 20:40:15 +01:00
Ruben van de Ven 73ce5c4bfd Alternative projector 2022-11-25 19:54:43 +01:00
Ruben van de Ven c1f7429ca1 Refactor logic into separate files 2022-11-25 19:54:23 +01:00
Ruben van de Ven e2db2688e0 Docker Requirements for additional postprocessing of the Stylegans 2022-11-25 19:51:59 +01:00
Ruben van de Ven 35c61c0c5b more modular gen_images and started with notebook 2022-06-24 15:51:27 +02:00
Janne Hellsten 407db86e6f pytorch 1.11 support: don't use conv2d_gradfix on v1.11, port grid_sample_gradfix to the new API
thanks @timothybrooks for the fix!

for #145
2022-04-22 17:45:23 +03:00
Janne Hellsten 69c7ef0fbd Update custom ops to work with fresh install of VS 2022
for #115
2022-04-11 18:28:54 +03:00
Janne Hellsten a5a69f5829 update README.md 2021-10-28 10:33:08 +03:00
Janne Hellsten ccdc5cc8a3 Fix dataset_tool.py example in the README
Use --resolution=WxH as --width/--height are not supported
options anymore.
2021-10-16 10:50:49 +03:00
Janne Hellsten e889add106 README.md update 2021-10-15 12:38:24 +03:00
Tero Karras 1c6608208c Consistency fix w.r.t. metrics computed during training. 2021-10-14 08:58:02 +03:00
Janne Hellsten 1406ab6f1c Add missing imageio dependency into Dockerfile
fixes #17
2021-10-14 01:29:34 +03:00
Janne Hellsten aee7486b11 Update README and Troubleshooting for GCC versions
for #2
2021-10-13 13:24:44 +03:00
Janne Hellsten b1a62b91b1 Remove use of Python walrus (:=) operator to enable running on Python 3.7
should fix #6
2021-10-13 13:09:28 +03:00
Janne Hellsten 583f2bdd13 Remove UTF-8 byte order markers (BOMs)
BOMs barf on UTF-8 decoding within PyTorch:

    File "D:\Soft\Miniconda3\lib\site-packages\torch\utils_cpp_extension_versioner.py", line 16, in hash_source_files
    hash_value = update_hash(hash_value, file.read())
    UnicodeDecodeError: 'gbk' codec can't decode byte 0xbf in position 2: illegal multibyte sequence

Should fix #10, #14
2021-10-13 13:00:26 +03:00
Janne Hellsten 0cbee749ad remove unused file 2021-10-13 12:43:32 +03:00
Janne Hellsten 68d83b5167 Update issue templates 2021-10-12 00:27:38 +03:00
Janne Hellsten 8fb5177d77 initial commit 2021-10-11 18:09:48 +03:00