Tags: jkhu29/mmediting
Tags
Bump to 1.0.0rc3. (open-mmlab#1425) * [Improve] add a version option in docs menu (open-mmlab#1162) * update docs menu * update docs/datasets * [Enhance] update dev_scripts for link checking (open-mmlab#1164) update dev_scripts for link checking * [Refactoring] decompose the implementations of different metrics into several files (open-mmlab#1161) * refactor metrics * add UT for refactored metrics * [Fix] Fix PPL bug (open-mmlab#1172) fix ppl bug * [Fix] Fix some known bugs. (open-mmlab#1200) * fix bug in ceph config generation * fix download error in io_utils * trigger CI * [Fix] Benchmark related bugs (open-mmlab#1236) * fix benchmark url and related stuff * fix lint * [Enhancement] Support rerun failed or canceled jobs in `train_benchmark.py` (open-mmlab#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` (open-mmlab#1167) * fix pconv bug * fix realbasicvsr * fix sisr test config * [Fix] fix test of Vid4 datasets bug (open-mmlab#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 (open-mmlab#1171) support multi-metrics with different sample-model * [Fix] fix GenerateSegmentIndices ut (open-mmlab#1302) * [Enhancement] Reduce the randomness in unit test of `stylegan3_utils.py` (open-mmlab#1306) make s3-utils unit test more robustic * [CI] Fix GitHub windows CI (open-mmlab#1320) * add 'python -m' to windows' workflow * [Fix] fix basicvsr++ mirror sequence bug (open-mmlab#1304) * [Fix] fix sisr-test psnr config (open-mmlab#1319) * [Fix] fix vsr models pytorch2onnx (open-mmlab#1300) * [Bug] Ensure the output type of `GenerateFacialHeatmap` is `np.float32` (open-mmlab#1310) * trigger CI * ensure output of GenerateFacialHeatmap is float32 * [Bug] Fix sampling behavior of `unpaired_dataset.py` and urls in cyclegan's README (open-mmlab#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 (open-mmlab#1325) fix TTSR's README * [CI] Update `paths-ignore` for GitHub CI (open-mmlab#1327) update paths-ignore for GitHub CI * [Bug] Save gt images in PGGAN's `forward` (open-mmlab#1328) * save gt image to data samples in forward * add ut to ensure gt img is saved * [Bug] Correct RDN number of channels (open-mmlab#1332) * [Bug] Revise flip transformation in some conditional gan's setting (open-mmlab#1331) revise flip transformation in some conditional gan's setting * [Unit Test] Fix unit test of SNR (open-mmlab#1335) fix unit test of SNR * [Bug] Revise flavr config (open-mmlab#1336) revise flavr config * [Fix] fix realesrgan ema (open-mmlab#1341) * [Fix] fix realesrgan ema * fix * fix ut * fix config * fix ut * [Fix] Fix bugs find during benchmark running (open-mmlab#1348) * fix stylegan1 register name, add fid metric mapping * fix lint * [Fix] fix liif test config (open-mmlab#1353) * [Enhancement] Complete save_best in configs (open-mmlab#1349) complete save_best in generative models and glean * [Config] Revise discriminator's learning rate of TTSR to align with 0.x version (open-mmlab#1352) align ttsr-gan's disc lr with 0.x version (1e-4 -> 1e-5) * [Fix] fix edsr configs (open-mmlab#1367) fix edsr * [Enhancement] Add pixel value clip in visualizer (open-mmlab#1365) add pixel value clip in visualizer * [Bug] Fix randomness in FixedCrop + add L1 loss in Pix2Pix (open-mmlab#1364) * fix randomness in FixedCrop + add L1 loss in Pix2Pix * add deterministic training for p2p * [Fix] fix realbasicvsr config (open-mmlab#1358) * [Enhancement] Fix PESinGAN-inter-pad setting + add SinGAN Dataset + add SinGAN demo (open-mmlab#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 (open-mmlab#1372) fix types of exceptions in demos * [Enhancement] Support deterministic training in benchmark (open-mmlab#1356) * support deterministic training in benchmark * add kill-on-bad-exit to benchmark * [Fix] Avoid cast int and float in GenDataPreprocessor (open-mmlab#1385) avoid cast int and float in GenDataPreprocessor * [Config] Update metric config in ggan (open-mmlab#1386) * update metric config in ggan * update gen_default_runtime * [Config] Revise batch size in wang-gp's config (open-mmlab#1384) revise batch size in wang-gp's config * [Fix]: add type and change default number of preprocess_div2k_dataset.py (open-mmlab#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 (open-mmlab#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) (open-mmlab#1382) revise docs (change PackGenInputs and GenDataSample to mmediting ones) Co-authored-by: Yanhong Zeng <[email protected]> * [Config] Revise Pix2Pix edges2shoes config (open-mmlab#1391) * revise config for p2p-edge2shoes * update batch size setting * rename config name and revise readme * [Bug] fix rdn and srcnn train configs (open-mmlab#1392) * fix srcnn * fix rdn * [Fix] Fix test/val pipeline of pegan configs (open-mmlab#1393) fix ppegan configs * [Fix] Modify Readme of S3 (open-mmlab#1398) modify readme * [Fix] Correct fid of ggan (open-mmlab#1397) fix readme of ggan * [Feature] support instance_aware_colorization inference (open-mmlab#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 (open-mmlab#1404) * fix srcnn * [Bug] fix cain config * [Fix] Revise config and pretrain model loading in esrgan (open-mmlab#1407) revise config and pretrain model loading in esrgan * [Fix] Fix lsgan config (open-mmlab#1409) fix lsgan config * [Enhancement] Support `try_import` for `mmdet` (open-mmlab#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 (open-mmlab#1415) fix s2 configs * [Enhancement] git ignore slurm generated files (open-mmlab#1416) * improve git ignore * add a blank line * [Fix] modify readme and configs of stylegan2&pegan (open-mmlab#1418) modify readme and configs of stylegan2&pegan * [Enhancement] Support try-import for `clip` (open-mmlab#1420) * support try-import for clip * update ci * [Enhancement]: Improve the rendering of Docs-API (open-mmlab#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 (open-mmlab#1419) * add requirements * fix lint Co-authored-by: Yanhong Zeng <[email protected]> * [Doc] Update changelog and README for 1.0.0rc3. (open-mmlab#1421) * update changelog and README * revise change log * [Bug] Install clip in merge stage test (open-mmlab#1423) install clip in merge stage test * [Fix] Install clip in windows CI (open-mmlab#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]>
bump to v1.0.0rc2 (open-mmlab#1405) * [Improve] add a version option in docs menu (open-mmlab#1162) * [Enhance] update dev_scripts for link checking (open-mmlab#1164) * [Refactoring] decompose the implementations of different metrics into several files (open-mmlab#1161) * [Fix] Fix PPL bug (open-mmlab#1172) * [Fix] Fix some known bugs. (open-mmlab#1200) * [Fix] Benchmark related bugs (open-mmlab#1236) * [Enhancement] Support rerun failed or canceled jobs in `train_benchmark.py` (open-mmlab#1259) * [Fix] Fix bugs in `sr test config`, `realbasicvsr config` and `pconv config` (open-mmlab#1167) * [Fix] fix test of Vid4 datasets bug (open-mmlab#1293) * [Feature] Support multi-metrics with different sample-model (open-mmlab#1171) * [Fix] fix GenerateSegmentIndices ut (open-mmlab#1302) * [Enhancement] Reduce the randomness in unit test of `stylegan3_utils.py` (open-mmlab#1306) * [CI] Fix GitHub windows CI (open-mmlab#1320) * [Fix] fix basicvsr++ mirror sequence bug (open-mmlab#1304) * [Fix] fix sisr-test psnr config (open-mmlab#1319) * [Fix] fix vsr models pytorch2onnx (open-mmlab#1300) * [Bug] Ensure the output type of `GenerateFacialHeatmap` is `np.float32` (open-mmlab#1310) * [Bug] Fix sampling behavior of `unpaired_dataset.py` and urls in cyclegan's README (open-mmlab#1308) * [README] Fix TTSR's README (open-mmlab#1325) * [CI] Update `paths-ignore` for GitHub CI (open-mmlab#1327) * [Bug] Save gt images in PGGAN's `forward` (open-mmlab#1328) * [Bug] Correct RDN number of channels (open-mmlab#1332) * [Bug] Revise flip transformation in some conditional gan's setting (open-mmlab#1331) * [Unit Test] Fix unit test of SNR (open-mmlab#1335) * [Bug] Revise flavr config (open-mmlab#1336) * [Fix] fix realesrgan ema (open-mmlab#1341) * [Fix] Fix bugs find during benchmark running (open-mmlab#1348) * [Fix] fix liif test config (open-mmlab#1353) * [Enhancement] Complete save_best in configs (open-mmlab#1349) * [Config] Revise discriminator's learning rate of TTSR to align with 0.x version (open-mmlab#1352) * [Fix] fix edsr configs (open-mmlab#1367) * [Enhancement] Add pixel value clip in visualizer (open-mmlab#1365) * [Bug] Fix randomness in FixedCrop + add L1 loss in Pix2Pix (open-mmlab#1364) * [Fix] fix realbasicvsr config (open-mmlab#1358) * [Enhancement] Fix PESinGAN-inter-pad setting + add SinGAN Dataset + add SinGAN demo (open-mmlab#1363) * [Fix] fix types of exceptions in demos (open-mmlab#1372) * [Enhancement] Support deterministic training in benchmark (open-mmlab#1356) * [Fix] Avoid cast int and float in GenDataPreprocessor (open-mmlab#1385) * [Config] Update metric config in ggan (open-mmlab#1386) * [Config] Revise batch size in wang-gp's config (open-mmlab#1384) * [Fix]: add type and change default number of preprocess_div2k_dataset.py (open-mmlab#1380) * [Feature] Support qualitative comparison tools (open-mmlab#1303) * [Docs] Revise docs (change PackGenInputs and GenDataSample to mmediting ones) (open-mmlab#1382) * [Config] Revise Pix2Pix edges2shoes config (open-mmlab#1391) * [Bug] fix rdn and srcnn train configs (open-mmlab#1392) * [Fix] Fix test/val pipeline of pegan configs (open-mmlab#1393) * [Fix] Modify Readme of S3 (open-mmlab#1398) * [Fix] Correct fid of ggan (open-mmlab#1397) * [Feature] support instance_aware_colorization inference (open-mmlab#1370) Co-authored-by: ruoning <[email protected]> Co-authored-by: Yifei Yang <[email protected]> Co-authored-by: LeoXing1996 <[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]>
bump to v0.16.0 (open-mmlab#1387) * update changelog, version, and readme * update readme_zh-cn
[Fix] Fix PyTorch installation in merge stage test (open-mmlab#1158) fix merge stage test
[Fix] Deploy 1.x to pypi (open-mmlab#1075) [Fix] push to pypi
Release v0.15.1 (open-mmlab#942) * add changelog * bump version * add link to pr
Release v0.15.0 (open-mmlab#909) * Release v0.15.0 * Update CI
[Docs] Changelog of v0.14.0 (open-mmlab#825) * [Docs] Changelog of v1.14.0 * Update * Bump to v0.14.0 * Update README.md * Update README_zh-CN.md * Update changelog.md * Update changelog.md * Update changelog.md * Update changelog.md Co-authored-by: WRH <[email protected]>
bump to v0.13.0 (open-mmlab#740) * [Docs] Update changelog 0.13.0 * Release V0.13.0
PreviousNext