Commit 5e0afb9
Bump to 1.0.0rc3. (#1425)
* [Improve] add a version option in docs menu (#1162)
* update docs menu
* update docs/datasets
* [Enhance] update dev_scripts for link checking (#1164)
update dev_scripts for link checking
* [Refactoring] decompose the implementations of different metrics into several files (#1161)
* refactor metrics
* add UT for refactored metrics
* [Fix] Fix PPL bug (#1172)
fix ppl bug
* [Fix] Fix some known bugs. (#1200)
* fix bug in ceph config generation
* fix download error in io_utils
* trigger CI
* [Fix] Benchmark related bugs (#1236)
* fix benchmark url and related stuff
* fix lint
* [Enhancement] Support rerun failed or canceled jobs in `train_benchmark.py` (#1259)
* trigger CI
* fix cache dir in job watcher
* support rerun failure or canceled jobs in train benchmark
* add use case and readme for rerun
* avoid trigger circle CI pr-stage-test when .dev_script is modified
* support change cpus-per-task in train benchmark
* [Fix] Fix bugs in `sr test config`, `realbasicvsr config` and `pconv config` (#1167)
* fix pconv bug
* fix realbasicvsr
* fix sisr test config
* [Fix] fix test of Vid4 datasets bug (#1293)
* [Fix] fix test of Vid4 datasets bug
* Update tof_x4_official_vimeo90k.py
* Update tdan_x4_1xb16-lr1e-4-400k_vimeo90k-bd.py
* Update tdan_test_config.py
* [Feature] Support multi-metrics with different sample-model (#1171)
support multi-metrics with different sample-model
* [Fix] fix GenerateSegmentIndices ut (#1302)
* [Enhancement] Reduce the randomness in unit test of `stylegan3_utils.py` (#1306)
make s3-utils unit test more robustic
* [CI] Fix GitHub windows CI (#1320)
* add 'python -m' to windows' workflow
* [Fix] fix basicvsr++ mirror sequence bug (#1304)
* [Fix] fix sisr-test psnr config (#1319)
* [Fix] fix vsr models pytorch2onnx (#1300)
* [Bug] Ensure the output type of `GenerateFacialHeatmap` is `np.float32` (#1310)
* trigger CI
* ensure output of GenerateFacialHeatmap is float32
* [Bug] Fix sampling behavior of `unpaired_dataset.py` and urls in cyclegan's README (#1308)
* trigger CI
* fix download url in cyclegan readme
* fix bug in unpaired dataset
* support evaluate multi metrics in one configs for cyclegan models
* [README] Fix TTSR's README (#1325)
fix TTSR's README
* [CI] Update `paths-ignore` for GitHub CI (#1327)
update paths-ignore for GitHub CI
* [Bug] Save gt images in PGGAN's `forward` (#1328)
* save gt image to data samples in forward
* add ut to ensure gt img is saved
* [Bug] Correct RDN number of channels (#1332)
* [Bug] Revise flip transformation in some conditional gan's setting (#1331)
revise flip transformation in some conditional gan's setting
* [Unit Test] Fix unit test of SNR (#1335)
fix unit test of SNR
* [Bug] Revise flavr config (#1336)
revise flavr config
* [Fix] fix realesrgan ema (#1341)
* [Fix] fix realesrgan ema
* fix
* fix ut
* fix config
* fix ut
* [Fix] Fix bugs find during benchmark running (#1348)
* fix stylegan1 register name, add fid metric mapping
* fix lint
* [Fix] fix liif test config (#1353)
* [Enhancement] Complete save_best in configs (#1349)
complete save_best in generative models and glean
* [Config] Revise discriminator's learning rate of TTSR to align with 0.x version (#1352)
align ttsr-gan's disc lr with 0.x version (1e-4 -> 1e-5)
* [Fix] fix edsr configs (#1367)
fix edsr
* [Enhancement] Add pixel value clip in visualizer (#1365)
add pixel value clip in visualizer
* [Bug] Fix randomness in FixedCrop + add L1 loss in Pix2Pix (#1364)
* fix randomness in FixedCrop + add L1 loss in Pix2Pix
* add deterministic training for p2p
* [Fix] fix realbasicvsr config (#1358)
* [Enhancement] Fix PESinGAN-inter-pad setting + add SinGAN Dataset + add SinGAN demo (#1363)
* add singan dataset
* adopt singan config with PackEditInputs
* revise forward logic of SinGANMSGeneratorPE
* fix ema-related logic of SinGAN
* add singan demo
* add unit test for pe-singan
* add unit test for singan-ema and revise singan
* [Fix] fix types of exceptions in demos (#1372)
fix types of exceptions in demos
* [Enhancement] Support deterministic training in benchmark (#1356)
* support deterministic training in benchmark
* add kill-on-bad-exit to benchmark
* [Fix] Avoid cast int and float in GenDataPreprocessor (#1385)
avoid cast int and float in GenDataPreprocessor
* [Config] Update metric config in ggan (#1386)
* update metric config in ggan
* update gen_default_runtime
* [Config] Revise batch size in wang-gp's config (#1384)
revise batch size in wang-gp's config
* [Fix]: add type and change default number of preprocess_div2k_dataset.py (#1380)
* [Fix]: add type and change default number of preprocess_div2k_dataset.py
* using mmengine.scandir instead of mmcv.scandir
Co-authored-by: zenggyh1900 <[email protected]>
* [Feature] Support qualitative comparison tools (#1303)
* Add base gui
* support patch compare
* support slider compare
* readme
* add recording prompt
* fix lint
* fix comments
Co-authored-by: unknown <[email protected]>
* [Docs] Revise docs (change PackGenInputs and GenDataSample to mmediting ones) (#1382)
revise docs (change PackGenInputs and GenDataSample to mmediting ones)
Co-authored-by: Yanhong Zeng <[email protected]>
* [Config] Revise Pix2Pix edges2shoes config (#1391)
* revise config for p2p-edge2shoes
* update batch size setting
* rename config name and revise readme
* [Bug] fix rdn and srcnn train configs (#1392)
* fix srcnn
* fix rdn
* [Fix] Fix test/val pipeline of pegan configs (#1393)
fix ppegan configs
* [Fix] Modify Readme of S3 (#1398)
modify readme
* [Fix] Correct fid of ggan (#1397)
fix readme of ggan
* [Feature] support instance_aware_colorization inference (#1370)
* add Instance-aware Image Colorization
* update configs
* update docstring if instance-aware image colorization
* add unit test of instance_aware_colorization
* use mmdet
Co-authored-by: ruoning <[email protected]>
* [Bug] fix cain config (#1404)
* fix srcnn
* [Bug] fix cain config
* [Fix] Revise config and pretrain model loading in esrgan (#1407)
revise config and pretrain model loading in esrgan
* [Fix] Fix lsgan config (#1409)
fix lsgan config
* [Enhancement] Support `try_import` for `mmdet` (#1408)
* add try-import for mmdet
* revise import logic
* add unit test for try_import
Co-authored-by: Yanhong Zeng <[email protected]>
Co-authored-by: Yifei Yang <[email protected]>
* [Enhancement] Set ``real_feat`` to cpu in inception_utils (#1415)
fix s2 configs
* [Enhancement] git ignore slurm generated files (#1416)
* improve git ignore
* add a blank line
* [Fix] modify readme and configs of stylegan2&pegan (#1418)
modify readme and configs of stylegan2&pegan
* [Enhancement] Support try-import for `clip` (#1420)
* support try-import for clip
* update ci
* [Enhancement]: Improve the rendering of Docs-API (#1373)
* [Enhancement]: Improve the rendering of Docs-API
* fix lint
Co-authored-by: root <[email protected]>
Co-authored-by: Yanhong Zeng <[email protected]>
* [Fix] Complete requirements (#1419)
* add requirements
* fix lint
Co-authored-by: Yanhong Zeng <[email protected]>
* [Doc] Update changelog and README for 1.0.0rc3. (#1421)
* update changelog and README
* revise change log
* [Bug] Install clip in merge stage test (#1423)
install clip in merge stage test
* [Fix] Install clip in windows CI (#1424)
install clip in windows CI
Co-authored-by: Yanhong Zeng <[email protected]>
Co-authored-by: Yifei Yang <[email protected]>
Co-authored-by: Z-Fran <[email protected]>
Co-authored-by: Qunliang Xing <[email protected]>
Co-authored-by: Yang Gao <[email protected]>
Co-authored-by: ruoning <[email protected]>
Co-authored-by: unknown <[email protected]>
Co-authored-by: root <[email protected]>1 parent 68fd55c commit 5e0afb9
File tree
73 files changed
+1789
-333
lines changed- .circleci
- .dev_scripts
- .github/workflows
- configs
- cain
- esrgan
- lsgan
- positional_encoding_in_gans
- styleganv2
- docs/en
- .dev_scripts
- _static/css
- _template
- api
- dataset_zoo
- notes
- mmedit
- datasets/transforms
- evaluation/functional
- models
- editors/esrgan
- losses
- utils
- requirements
- tests/test_utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+1789
-333
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
248 | 247 | | |
249 | 248 | | |
250 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| 188 | + | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments